mirror of
https://github.com/IrisDimensions/overworld.git
synced 2025-12-29 03:39:15 +00:00
Marsh Shit
This commit is contained in:
@@ -26,16 +26,6 @@
|
||||
"style": "STATIC"
|
||||
}
|
||||
},
|
||||
{
|
||||
"chance": 0.0030,
|
||||
"stackMax": 3,
|
||||
"palette": [
|
||||
{
|
||||
"block": "twisting_vines_plant"
|
||||
}
|
||||
],
|
||||
"stackMin": 1
|
||||
},
|
||||
{
|
||||
"chance": 0.122,
|
||||
"variance": {
|
||||
@@ -159,9 +149,9 @@
|
||||
],
|
||||
"generators": [
|
||||
{
|
||||
"min": -10,
|
||||
"max": 5,
|
||||
"generator": "plain-chaotic"
|
||||
"min": -6,
|
||||
"max": -3,
|
||||
"generator": "plain-chaotic-fine"
|
||||
}
|
||||
],
|
||||
"biomeZoom": 9,
|
||||
@@ -189,8 +179,7 @@
|
||||
"FOREST",
|
||||
"TAIGA",
|
||||
"SWAMP",
|
||||
"TAIGA_HILLS",
|
||||
"NETHER_WASTES"
|
||||
"TAIGA_HILLS"
|
||||
],
|
||||
"rarity": 4
|
||||
}
|
||||
@@ -22,6 +22,7 @@
|
||||
"seaZoom": 2.25,
|
||||
"biomeZoom": 2.25,
|
||||
"carving": true,
|
||||
"focus": "swamp-marsh",
|
||||
"lootTries": 32,
|
||||
"caveBiomeStyle": {
|
||||
"style": "CELLULAR_IRIS_DOUBLE"
|
||||
|
||||
24
generators/plain-chaotic-fine.json
Normal file
24
generators/plain-chaotic-fine.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"interpolator": {
|
||||
"function": "BILINEAR_STARCAST_9",
|
||||
"horizontalScale": 33
|
||||
},
|
||||
"seed": 7546112,
|
||||
"composite": [
|
||||
{
|
||||
"exponent": 0.8,
|
||||
"style": {
|
||||
|
||||
"style": "IRIS_DOUBLE",
|
||||
"zoom": 0.4,
|
||||
"fracture": {
|
||||
"style": "BIOCTAVE_SIMPLEX",
|
||||
"multiplier": 50,
|
||||
"zoom": 0.3
|
||||
}
|
||||
},
|
||||
"seed": 20056,
|
||||
"bezier": true
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user