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:
@@ -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
|
||||
}
|
||||
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user