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

Fix biome swamp abuse

This commit is contained in:
Daniel Mills
2020-11-23 01:12:37 -05:00
parent f1bbae9b95
commit f372b8b657
2 changed files with 4 additions and 25 deletions

View File

@@ -1,9 +1,5 @@
{
"biomeSkyScatter": [
"SWAMP",
"DESERT",
"BADLANDS"
],
"vanillaDerivative": "SWAMP",
"decorators": [
{
"chance": 0.005,
@@ -216,7 +212,7 @@
}
],
"biomeZoom": 9,
"derivative": "PLAINS",
"derivative": "SWAMP_HILLS",
"biomeStyle": {
"style": "IRIS"
},
@@ -236,11 +232,5 @@
}
]
},
"biomeScatter": [
"FOREST",
"TAIGA",
"SWAMP",
"TAIGA_HILLS"
],
"rarity": 4
"rarity": 12
}

View File

@@ -1,10 +1,5 @@
{
"vanillaDerivative": "SWAMP",
"biomeSkyScatter": [
"SWAMP",
"DESERT",
"BADLANDS"
],
"children": [
"swamp-marsh-rotten"
],
@@ -160,7 +155,7 @@
}
],
"biomeZoom": 9,
"derivative": "PLAINS",
"derivative": "SWAMP",
"biomeStyle": {
"style": "IRIS"
},
@@ -180,11 +175,5 @@
}
]
},
"biomeScatter": [
"FOREST",
"TAIGA",
"SWAMP",
"TAIGA_HILLS"
],
"rarity": 4
}