9
0
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:
Brian Fopiano
2020-10-19 22:51:08 -07:00
parent 2eb8d05c1e
commit 7dee3baf62
9 changed files with 104 additions and 6 deletions

View File

@@ -184,7 +184,7 @@
}
},
{
"chance": 0.01,
"chance": 0.035,
"density": 3,
"rotation": {
"yAxis": {

View File

@@ -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": [

View File

@@ -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",

View File

@@ -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",

View File

@@ -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",

View File

@@ -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",

View File

@@ -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",

View File

@@ -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,

View File

@@ -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",