9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-29 03:39:15 +00:00

Mosaic Tweaks // Carvings

This commit is contained in:
Brian Fopiano
2020-09-14 00:45:59 -07:00
parent 43e8a4d91d
commit 294432e4ea
7 changed files with 13 additions and 6 deletions

View File

@@ -205,7 +205,8 @@
}
],
"biomeZoom": 20,
"derivative": "SAVANNA",
"derivative": "BADLANDS",
"carvingBiome": "mosaic-lith-white",
"biomeStyle": {
"style": "IRIS"
},

View File

@@ -229,6 +229,7 @@
}
],
"derivative": "WARPED_FOREST",
"carvingBiome": "mosaic-lith-purple",
"wall": {
"style": {
"style": "STATIC"

View File

@@ -227,6 +227,7 @@
}
],
"derivative": "SWAMP",
"carvingBiome": "mosaic-lith-red",
"wall": {
"style": {
"style": "STATIC"

View File

@@ -196,6 +196,7 @@
}
],
"derivative": "BASALT_DELTAS",
"carvingBiome": "mosaic-lith-cyan",
"wall": {
"style": {
"style": "STATIC"

View File

@@ -290,12 +290,14 @@
],
"generators": [
{
"min": 32,
"min": 25,
"max": 60,
"generator": "plain-chaotic"
"generator": "wicked"
}
],
"derivative": "CRIMSON_FOREST",
"carvingBiome": "mosaic-lith-green",
"wall": {
"style": {
"style": "STATIC"

View File

@@ -187,10 +187,11 @@
{
"min": 28,
"max": 41,
"generator": "plain"
"generator": "plain-cliffs-thin"
}
],
"derivative": "BASALT_DELTAS",
"carvingBiome": "mosaic-lith-black",
"wall": {
"style": {
"style": "STATIC"

View File

@@ -3,7 +3,7 @@
{
"tileset": "ruins",
"zoom": 1,
"rarity": 15
"rarity": 600
}
],
"landBiomes": [
@@ -106,5 +106,5 @@
]
},
"shoreHeightZoom": 1.14,
"rarity": 30
"rarity": 15
}