9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2026-01-06 15:41:43 +00:00

Beauty is in the iris

This commit is contained in:
Brian Fopiano
2021-08-30 19:56:46 -07:00
parent f8ae85bffc
commit be42e8ebb8
101 changed files with 2230 additions and 2928 deletions

View File

@@ -1,7 +1,7 @@
{
"worm": {
"xStyle": {
"min": -6 ,
"min": -6,
"max": 6,
"generator": {
"zoom": 0.6,
@@ -17,7 +17,7 @@
}
},
"yStyle": {
"min": -6 ,
"min": -6,
"max": 6,
"generator": {
"zoom": 3,
@@ -33,36 +33,28 @@
},
"customBiome": "subterrestrial-palette/drip-cavern",
"fork": {
"caves": [
{
"cave": "drip/main",
"rarity": 17,
"breakSurface": false
}
],
"ravines": [
{
"rarity": 33,
"ravine": "drip/small"
}
]
"caves": [{
"cave": "drip/main",
"rarity": 17,
"breakSurface": false
}],
"ravines": [{
"rarity": 33,
"ravine": "drip/small"
}]
},
"nodeThreshold": 40,
"depthStyle": {
"generator": {
"style": "PERLIN"
},
"max": 24,
"min": 14
},
"angle": 50,
"topAngle": 70,
"ribThickness": 5,
"baseWidthStyle": {
"generator": {
"style": "FLAT"
},
"max": 1,
"min": 1
}
}
"generator": {"style": "PERLIN"},
"max": 24,
"min": 14
},
"angle": 50,
"topAngle": 70,
"ribThickness": 5,
"baseWidthStyle": {
"generator": {"style": "FLAT"},
"max": 1,
"min": 1
}
}