mirror of
https://github.com/IrisDimensions/overworld.git
synced 2026-01-06 15:41:43 +00:00
reorder swamp, random enter in savanna
This commit is contained in:
@@ -85,7 +85,6 @@
|
||||
"savanna-cliff"
|
||||
],
|
||||
"objects": [
|
||||
|
||||
{
|
||||
"chance": 0.00175,
|
||||
"rotation": {
|
||||
|
||||
@@ -1,4 +1,59 @@
|
||||
{
|
||||
"name": "Swamp",
|
||||
"landBiomes": [
|
||||
"swamp-roofed-forest",
|
||||
"swamp-willow-forest",
|
||||
"swamp-lake",
|
||||
"swamp-roofed-wayward",
|
||||
"swamp-marsh"
|
||||
],
|
||||
"shoreBiomes": [
|
||||
"swamp-beach"
|
||||
],
|
||||
"seaBiomes": [
|
||||
"swamp-ocean",
|
||||
"swamp-ocean-tree"
|
||||
],
|
||||
"caveBiomes": [
|
||||
"swamp-murky-cavern",
|
||||
"swamp-murky-cavern-gleaming"
|
||||
],
|
||||
"riverStyle": {
|
||||
"style": "VASCULAR",
|
||||
"zoom": 4.77,
|
||||
"fracture": {
|
||||
"multiplier": 240,
|
||||
"style": "IRIS",
|
||||
"zoom": 5
|
||||
}
|
||||
},
|
||||
"biomeImplosionRatio": 0.26,
|
||||
"deposits": [
|
||||
{
|
||||
"minHeight": 35,
|
||||
"maxPerChunk": 3,
|
||||
"maxHeight": 70,
|
||||
"minPerChunk": 1,
|
||||
"minSize": 4,
|
||||
"maxSize": 9,
|
||||
"palette": [
|
||||
{
|
||||
"block": "coal_ore"
|
||||
}
|
||||
],
|
||||
"varience": 4
|
||||
}
|
||||
],
|
||||
"landBiomeZoom": 1.25,
|
||||
"shoreHeightMin": 0.02,
|
||||
"shoreHeightMax": 1.2,
|
||||
"loot": {
|
||||
"tables": [
|
||||
"swamp-food",
|
||||
"swamp-clutter"
|
||||
]
|
||||
},
|
||||
"shoreHeightZoom": 1.14,
|
||||
"blockDrops": [
|
||||
{
|
||||
"drops": [
|
||||
@@ -23,60 +78,5 @@
|
||||
]
|
||||
}
|
||||
],
|
||||
"riverStyle": {
|
||||
"style": "VASCULAR",
|
||||
"zoom": 4.77,
|
||||
"fracture": {
|
||||
"multiplier": 240,
|
||||
"style": "IRIS",
|
||||
"zoom": 5
|
||||
}
|
||||
},
|
||||
"landBiomes": [
|
||||
"swamp-roofed-forest",
|
||||
"swamp-willow-forest",
|
||||
"swamp-lake",
|
||||
"swamp-roofed-wayward",
|
||||
"swamp-marsh"
|
||||
],
|
||||
"biomeImplosionRatio": 0.26,
|
||||
"seaBiomes": [
|
||||
"swamp-ocean",
|
||||
"swamp-ocean-tree"
|
||||
],
|
||||
"deposits": [
|
||||
{
|
||||
"minHeight": 35,
|
||||
"maxPerChunk": 3,
|
||||
"maxHeight": 70,
|
||||
"minPerChunk": 1,
|
||||
"minSize": 4,
|
||||
"maxSize": 9,
|
||||
"palette": [
|
||||
{
|
||||
"block": "coal_ore"
|
||||
}
|
||||
],
|
||||
"varience": 4
|
||||
}
|
||||
],
|
||||
"caveBiomes": [
|
||||
"swamp-murky-cavern",
|
||||
"swamp-murky-cavern-gleaming"
|
||||
],
|
||||
"landBiomeZoom": 1.25,
|
||||
"shoreHeightMin": 0.02,
|
||||
"shoreBiomes": [
|
||||
"swamp-beach"
|
||||
],
|
||||
"name": "Swamp",
|
||||
"shoreHeightMax": 1.2,
|
||||
"loot": {
|
||||
"tables": [
|
||||
"swamp-food",
|
||||
"swamp-clutter"
|
||||
]
|
||||
},
|
||||
"shoreHeightZoom": 1.14,
|
||||
"rarity": 40
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user