mirror of
https://github.com/IrisDimensions/earthworld.git
synced 2026-01-04 15:31:38 +00:00
Part one of uber rework
This commit is contained in:
@@ -184,7 +184,7 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"chance": 0.01,
|
||||
"chance": 0.035,
|
||||
"density": 3,
|
||||
"rotation": {
|
||||
"yAxis": {
|
||||
|
||||
@@ -2,12 +2,13 @@
|
||||
"riverBiomes": [
|
||||
"frozen-river"
|
||||
],
|
||||
"structures": [
|
||||
"structures": [
|
||||
{
|
||||
"tileset": "soul-temple",
|
||||
"zoom": 2,
|
||||
"rarity": 300,
|
||||
"height": 35
|
||||
"height": 26,
|
||||
"rarity": 3,
|
||||
"ratio": 0.9,
|
||||
"zoom": 1
|
||||
}
|
||||
],
|
||||
"spotBiomes": [
|
||||
|
||||
@@ -35,6 +35,15 @@
|
||||
"replaceVanillaDrops": true
|
||||
}
|
||||
],
|
||||
"structures": [
|
||||
{
|
||||
"tileset": "murky-stronghold",
|
||||
"height": 26,
|
||||
"rarity": 6,
|
||||
"ratio": 0.9,
|
||||
"zoom": 0.5
|
||||
}
|
||||
],
|
||||
"landBiomes": [
|
||||
"hot-mesa-yellow",
|
||||
"hot-desert",
|
||||
|
||||
@@ -1,4 +1,13 @@
|
||||
{
|
||||
"structures": [
|
||||
{
|
||||
"tileset": "murky-stronghold",
|
||||
"height": 26,
|
||||
"rarity": 6,
|
||||
"ratio": 0.9,
|
||||
"zoom": 0.5
|
||||
}
|
||||
],
|
||||
"landBiomes": [
|
||||
"mosaic-lith-black",
|
||||
"mosaic-lith-green",
|
||||
|
||||
@@ -27,7 +27,21 @@
|
||||
]
|
||||
}
|
||||
],
|
||||
|
||||
"structures": [
|
||||
{
|
||||
"tileset": "murky-stronghold",
|
||||
"height": 26,
|
||||
"rarity": 6,
|
||||
"ratio": 0.9,
|
||||
"zoom": 0.5
|
||||
},
|
||||
{
|
||||
"tileset": "mush-huts",
|
||||
"rarity": 9,
|
||||
"ratio": 0.9,
|
||||
"zoom": 0.55
|
||||
}
|
||||
],
|
||||
"spotBiomes": [
|
||||
{
|
||||
"biome": "mushroom-crimson-forest",
|
||||
|
||||
@@ -23,6 +23,22 @@
|
||||
]
|
||||
}
|
||||
],
|
||||
"structures": [
|
||||
{
|
||||
"tileset": "murky-stronghold",
|
||||
"height": 26,
|
||||
"rarity": 6,
|
||||
"ratio": 0.9,
|
||||
"zoom": 0.5
|
||||
},
|
||||
{
|
||||
"tileset": "ruins",
|
||||
"rarity": 20,
|
||||
"shuffle": 22,
|
||||
"ratio": 0.9,
|
||||
"zoom": 0.5
|
||||
}
|
||||
],
|
||||
"landBiomes": [
|
||||
"swamp-roofed-forest",
|
||||
"swamp-mountain-forest",
|
||||
|
||||
@@ -2,6 +2,22 @@
|
||||
"riverBiomes": [
|
||||
"temperate-river"
|
||||
],
|
||||
"structures": [
|
||||
{
|
||||
"tileset": "murky-stronghold",
|
||||
"height": 26,
|
||||
"rarity": 6,
|
||||
"ratio": 0.9,
|
||||
"zoom": 0.5
|
||||
},
|
||||
{
|
||||
"tileset": "ruins",
|
||||
"rarity": 20,
|
||||
"shuffle": 22,
|
||||
"ratio": 0.9,
|
||||
"zoom": 0.5
|
||||
}
|
||||
],
|
||||
"spotBiomes": [
|
||||
{
|
||||
"as": "LAND",
|
||||
|
||||
@@ -26,6 +26,22 @@
|
||||
"seaBiomes": [
|
||||
"tropical-ocean"
|
||||
],
|
||||
"structures": [
|
||||
{
|
||||
"tileset": "murky-stronghold",
|
||||
"height": 26,
|
||||
"rarity": 6,
|
||||
"ratio": 0.9,
|
||||
"zoom": 0.5
|
||||
},
|
||||
{
|
||||
"tileset": "ruins",
|
||||
"rarity": 20,
|
||||
"shuffle": 22,
|
||||
"ratio": 0.9,
|
||||
"zoom": 0.5
|
||||
}
|
||||
],
|
||||
"deposits": [
|
||||
{
|
||||
"minHeight": 25,
|
||||
|
||||
@@ -36,6 +36,23 @@
|
||||
"tundra-cavern",
|
||||
"tundra-spiked-cavern"
|
||||
],
|
||||
"structures": [
|
||||
{
|
||||
"tileset": "murky-stronghold",
|
||||
"height": 26,
|
||||
"rarity": 4,
|
||||
"shuffle": 22,
|
||||
"ratio": 0.9,
|
||||
"zoom": 0.5
|
||||
},
|
||||
{
|
||||
"tileset": "village-stone",
|
||||
"rarity": 18,
|
||||
"shuffle": 22,
|
||||
"ratio": 0.9,
|
||||
"zoom": 0.5
|
||||
}
|
||||
],
|
||||
"landBiomeZoom": 1.25,
|
||||
"riverStyle": {
|
||||
"style": "VASCULAR",
|
||||
|
||||
Reference in New Issue
Block a user