9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-29 19:59:20 +00:00

Spot biomes

This commit is contained in:
Daniel Mills
2020-07-29 23:50:52 -04:00
parent 7e75ef54cb
commit 9837c4505c
3 changed files with 17 additions and 5 deletions

View File

@@ -59,10 +59,6 @@
"STONE"
]
},
"children": [
"swamp-crimson-mushroom",
"swamp-warped-mushroom"
],
"objects":[
{
"chance":0.21,

View File

@@ -33,5 +33,21 @@
"COAL_ORE"
]
}
],
"spotBiomes":[
{
"biome": "swamp-crimson-mushroom",
"type": "LAND",
"scale": 0.78,
"rarity": 262,
"shuffle": 44
},
{
"biome": "swamp-warped-mushroom",
"type": "LAND",
"scale": 0.77,
"rarity": 261,
"shuffle": 44
}
]
}

View File

@@ -15,7 +15,7 @@
"mirrorCeiling": false,
"focus": "",
"fluidHeight": 99,
"biomeZoom": 1.47,
"biomeZoom": 1.16,
"regionZoom": 3.7,
"continentZoom": 1,
"dimensionAngleDeg": 19,