mirror of
https://github.com/IrisDimensions/earthworld.git
synced 2025-12-29 11:49:07 +00:00
dwa
This commit is contained in:
106
overworld/biomes/hot-mesa-yellow.json
Normal file
106
overworld/biomes/hot-mesa-yellow.json
Normal file
@@ -0,0 +1,106 @@
|
||||
{
|
||||
"name": "Yellow Mesa",
|
||||
"lockLayers": true,
|
||||
"rarity": 3,
|
||||
"layers": [
|
||||
{
|
||||
"minHeight": 1,
|
||||
"maxHeight": 1,
|
||||
"style": {"style": "STATIC"},
|
||||
"palette": [
|
||||
"TERRACOTTA"
|
||||
]
|
||||
},
|
||||
{
|
||||
"minHeight": 1,
|
||||
"maxHeight": 1,
|
||||
"style": {"style": "STATIC"},
|
||||
"palette": [
|
||||
"BROWN_TERRACOTTA"
|
||||
]
|
||||
},
|
||||
{
|
||||
"minHeight": 1,
|
||||
"maxHeight": 1,
|
||||
"style": {"style": "STATIC"},
|
||||
"palette": [
|
||||
"GRAY_TERRACOTTA"
|
||||
]
|
||||
},
|
||||
{
|
||||
"minHeight": 1,
|
||||
"maxHeight": 1,
|
||||
"style": {"style": "STATIC"},
|
||||
"palette": [
|
||||
"YELLOW_TERRACOTTA"
|
||||
]
|
||||
},
|
||||
{
|
||||
"minHeight": 1,
|
||||
"maxHeight": 1,
|
||||
"style": {"style": "STATIC"},
|
||||
"palette": [
|
||||
"LIGHT_GRAY_TERRACOTTA"
|
||||
]
|
||||
},
|
||||
{
|
||||
"minHeight": 1,
|
||||
"maxHeight": 1,
|
||||
"style": {"style": "STATIC"},
|
||||
"palette": [
|
||||
"BROWN_TERRACOTTA"
|
||||
]
|
||||
}
|
||||
],
|
||||
"wall": {
|
||||
"style": {"style":"IRIS"},
|
||||
"palette": [
|
||||
"BROWN_TERRACOTTA",
|
||||
"GRAY_TERRACOTTA",
|
||||
"BLACK_TERRACOTTA"
|
||||
]
|
||||
},
|
||||
"decorators": [
|
||||
{
|
||||
"zoom": 0.3,
|
||||
"chance": 0.009,
|
||||
"palette": [
|
||||
"minecraft:stone_button[face=floor,facing=east,powered=false]",
|
||||
"minecraft:stone_button[face=floor,facing=south,powered=false]"
|
||||
],
|
||||
"style": {"style": "STATIC"},
|
||||
"variance": {"style": "STATIC"}
|
||||
},
|
||||
{
|
||||
"zoom": 0.3,
|
||||
"chance": 0.01,
|
||||
"palette": [
|
||||
"DEAD_BUSH"
|
||||
|
||||
],
|
||||
"style": {"style": "STATIC"},
|
||||
"variance": {"style": "STATIC"}
|
||||
}
|
||||
],
|
||||
"children":[
|
||||
"hot-mesa-cliffs"
|
||||
],
|
||||
"generators":[
|
||||
{
|
||||
"generator": "plain",
|
||||
"min": 9,
|
||||
"max": 16
|
||||
},
|
||||
{
|
||||
"generator": "mesa-sharp-5",
|
||||
"min": 7,
|
||||
"max": 13
|
||||
},
|
||||
{
|
||||
"generator": "mesa-sharp-7",
|
||||
"min": 7,
|
||||
"max": 16
|
||||
}
|
||||
],
|
||||
"derivative": "SHATTERED_SAVANNA"
|
||||
}
|
||||
@@ -123,8 +123,17 @@
|
||||
"replace": [
|
||||
"stripped_dark_oak_wood"
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"find": ["SPRUCE_LEAVES"],
|
||||
"replace": ["OAK_LEAVES"]
|
||||
},
|
||||
{
|
||||
"find": ["BIRCH_LEAVES"],
|
||||
"replace": ["DARK_OAK_LEAVES"]
|
||||
}
|
||||
],
|
||||
|
||||
"rotation": {
|
||||
"yAxis": {
|
||||
"min": 0,
|
||||
|
||||
@@ -13,7 +13,8 @@
|
||||
"hot-mesa-blue",
|
||||
"hot-desert-red",
|
||||
"hot-savanna",
|
||||
"hot-mesa-red"
|
||||
"hot-mesa-red",
|
||||
"hot-mesa-yellow"
|
||||
],
|
||||
"seaBiomes": [
|
||||
"hot-ocean"
|
||||
|
||||
Reference in New Issue
Block a user