mirror of
https://github.com/IrisDimensions/earthworld.git
synced 2025-12-30 12:19:14 +00:00
169 lines
4.3 KiB
JSON
169 lines
4.3 KiB
JSON
{
|
|
"name": "Swamp Marsh",
|
|
"derivative": "SWAMP",
|
|
"vanillaDerivative": "SWAMP",
|
|
"children": ["swamp/swa-marsh-rotten"],
|
|
"generators": [{
|
|
"min": 3,
|
|
"max": 6,
|
|
"generator": "mountain"
|
|
}],
|
|
"layers": [
|
|
{
|
|
"style": {"style": "IRIS"},
|
|
"zoom": 0.5,
|
|
"palette": [
|
|
{
|
|
"weight": 3,
|
|
"block": "grass_block"
|
|
},
|
|
{"block": "podzol"},
|
|
{
|
|
"weight": 4,
|
|
"block": "grass_block"
|
|
}
|
|
]
|
|
},
|
|
{"palette": [{"block": "dirt"}]},
|
|
{
|
|
"minHeight": 1,
|
|
"maxHeight": 3,
|
|
"palette": [
|
|
{"block": "dirt"},
|
|
{"block": "coarse_dirt"}
|
|
]
|
|
},
|
|
{
|
|
"minHeight": 6,
|
|
"maxHeight": 18,
|
|
"style": {"style": "STATIC"},
|
|
"palette": [
|
|
{"block": "stone"},
|
|
{"block": "andesite"},
|
|
{"block": "stone"}
|
|
]
|
|
}
|
|
],
|
|
"decorators": [
|
|
{
|
|
"chance": 0.003,
|
|
"variance": {"style": "STATIC"},
|
|
"zoom": 0.02,
|
|
"palette": [
|
|
{"block": "brown_mushroom"},
|
|
{"block": "red_mushroom"}
|
|
],
|
|
"style": {"style": "STATIC"}
|
|
},
|
|
{
|
|
"chance": 0.122,
|
|
"variance": {"style": "STATIC"},
|
|
"zoom": 0.2,
|
|
"palette": [
|
|
{"block": "large_fern"},
|
|
{"block": "tall_grass"}
|
|
],
|
|
"style": {"style": "STATIC"}
|
|
},
|
|
{
|
|
"chance": 0.142,
|
|
"variance": {"style": "STATIC"},
|
|
"zoom": 0.3,
|
|
"palette": [
|
|
{"block": "grass"},
|
|
{"block": "fern"}
|
|
],
|
|
"style": {"style": "STATIC"}
|
|
}
|
|
],
|
|
"entityInitialSpawns": [
|
|
{
|
|
"entity": "cow",
|
|
"maxSpawns": 1,
|
|
"minSpawns": 1,
|
|
"rarity": 6
|
|
},
|
|
{
|
|
"entity": "pig",
|
|
"maxSpawns": 1,
|
|
"minSpawns": 1,
|
|
"rarity": 6
|
|
}
|
|
],
|
|
"objects": [
|
|
{
|
|
"place": [
|
|
"tree/jungle/1",
|
|
"tree/jungle/2",
|
|
"tree/jungle/3",
|
|
"tree/jungle/4",
|
|
"tree/jungle/5",
|
|
"tree/jungle/7",
|
|
"tree/jungle/8",
|
|
"tree/jungle/9"
|
|
],
|
|
"chance": 0.8,
|
|
"edit": [
|
|
{
|
|
"find": [{"block": "jungle_leaves"}],
|
|
"replace": {"palette": [{
|
|
"block": "oak_leaves",
|
|
"data": {"persistent": true}
|
|
}]}
|
|
},
|
|
{
|
|
"find": [{"block": "jungle_wood"}],
|
|
"replace": {"palette": [{"block": "dark_oak_wood"}]}
|
|
},
|
|
{
|
|
"find": [{"block": "jungle_log"}],
|
|
"replace": {"palette": [{"block": "dark_oak_wood"}]}
|
|
}
|
|
],
|
|
"rotation": {
|
|
"enabled": true,
|
|
"yAxis": {
|
|
"enabled": true,
|
|
"interval": 90,
|
|
"min": -360,
|
|
"max": 360
|
|
}
|
|
},
|
|
"translate": {"y": -3}
|
|
},
|
|
{
|
|
"chance": 0.35,
|
|
"density": 2,
|
|
"rotation": {
|
|
"yAxis": {
|
|
"min": 0,
|
|
"max": 0,
|
|
"interval": 90,
|
|
"enabled": true
|
|
},
|
|
"enabled": true
|
|
},
|
|
"place": [
|
|
"clutter/oak-clutt-1",
|
|
"clutter/oak-clutt-2",
|
|
"clutter/oak-clutt-3"
|
|
],
|
|
"translate": {
|
|
"x": 0,
|
|
"y": -2,
|
|
"z": 0
|
|
}
|
|
}
|
|
],
|
|
"biomeZoom": 9,
|
|
"biomeStyle": {"style": "IRIS"},
|
|
"wall": {
|
|
"style": {"style": "STATIC"},
|
|
"palette": [
|
|
{"block": "stone"},
|
|
{"block": "andesite"},
|
|
{"block": "stone"}
|
|
]
|
|
}
|
|
}
|