9
0
mirror of https://github.com/IrisDimensions/earthworld.git synced 2025-12-29 03:39:16 +00:00

Marsh Shit

This commit is contained in:
Brian Fopiano
2020-09-16 14:15:24 -07:00
parent f9b18ba4f5
commit 28532843a1
3 changed files with 29 additions and 15 deletions

View File

@@ -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
}

View File

@@ -22,6 +22,7 @@
"seaZoom": 2.25,
"biomeZoom": 2.25,
"carving": true,
"focus": "swamp-marsh",
"lootTries": 32,
"caveBiomeStyle": {
"style": "CELLULAR_IRIS_DOUBLE"

View 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
}
]
}