9
0
mirror of https://github.com/IrisDimensions/earthworld.git synced 2025-12-30 20:29:12 +00:00
Files
Iris-Pack-EarthWorld/biomes/savanna/sav-forest.json

280 lines
7.1 KiB
JSON

{
"name": "Savanna Forest",
"derivative": "SAVANNA",
"vanillaDerivative": "SAVANNA",
"generators": [{
"min": 7,
"max": 10,
"generator": "plain"
}],
"layers": [
{
"style": {"style": "STATIC"},
"zoom": 0.75,
"palette": [
{
"weight": 2,
"block": "grass_block"
},
{"block": "brown_concrete_powder"},
{
"weight": 4,
"block": "grass_block"
},
{"block": "brown_concrete_powder"},
{
"weight": 7,
"block": "grass_block"
}
]
},
{
"minHeight": 2,
"maxHeight": 4,
"palette": [{"block": "dirt"}]
},
{
"minHeight": 6,
"maxHeight": 18,
"style": {"style": "STATIC"},
"palette": [
{"block": "stone"},
{"block": "andesite"},
{"block": "stone"}
]
}
],
"jigsawStructures": [
{
"rarity": 1700,
"structure": "pillager_outpost"
},
{
"structure": "village-savanna",
"rarity": 1500
}
],
"biomeSkyScatter": ["DESERT"],
"decorators": [
{
"chance": 0.00435,
"variance": {"style": "STATIC"},
"zoom": 0.3,
"palette": [
{
"data": {
"face": "floor",
"powered": false,
"facing": "east"
},
"block": "stone_button"
},
{
"data": {
"face": "floor",
"powered": false,
"facing": "south"
},
"block": "stone_button"
}
],
"style": {"style": "STATIC"}
},
{
"chance": 0.092,
"variance": {"style": "STATIC"},
"zoom": 0.3,
"palette": [{"block": "dead_bush"}],
"style": {"style": "STATIC"}
},
{
"chance": 0.1,
"variance": {"style": "STATIC"},
"zoom": 0.5,
"palette": [
{"block": "grass"},
{"block": "tall_grass"}
],
"style": {"style": "STATIC"}
},
{
"chance": 1.0E-6,
"variance": {"style": "STATIC"},
"zoom": 0.3,
"palette": [
{
"weight": 8,
"block": "air"
},
{"block": "pumpkin"},
{
"weight": 4,
"block": "air"
},
{"block": "carved_pumpkin"},
{
"weight": 8,
"block": "air"
}
],
"style": {"style": "STATIC"}
}
],
"objects": [
{
"mode": "PAINT",
"chance": 0.0025,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": ["camp/barrel-bin"],
"translate": {
"x": 0,
"y": 0,
"z": 0
}
},
{
"chance": 0.05,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"haybale/hay1",
"haybale/hay3",
"haybale/hay2"
],
"translate": {
"x": 0,
"y": 1,
"z": 0
}
},
{
"chance": 0.335,
"edit": [
{
"find": [{"block": "oak_wood"}],
"replace": {"palette": [{"block": "stripped_oak_wood"}]}
},
{
"find": [{"block": "oak_log"}],
"replace": {"palette": [{"block": "stripped_oak_log"}]}
},
{
"find": [{"block": "spruce_slab"}],
"replace": {"palette": [{"block": "oak_slab"}]}
}
],
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"deadwood/dadwood1",
"deadwood/dadwood2",
"deadwood/dadwood3",
"deadwood/dadwood4",
"deadwood/dadwood5",
"deadwood/dadwood6"
],
"translate": {
"x": 0,
"y": 0,
"z": 0
}
},
{
"chance": 0.05,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"haybale/hay1",
"haybale/hay3",
"haybale/hay2"
],
"translate": {
"x": 0,
"y": 0,
"z": 0
}
},
{
"chance": 0.15,
"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",
"clutter/oak-clutt-4",
"clutter/oak-clutt-5"
],
"translate": {
"x": 0,
"y": 0,
"z": 0
}
}
],
"entityInitialSpawns": [
{
"entity": "cow",
"maxSpawns": 1,
"minSpawns": 1,
"rarity": 6
},
{
"entity": "chicken",
"maxSpawns": 1,
"minSpawns": 1,
"rarity": 6
}
],
"biomeZoom": 20,
"biomeStyle": {"style": "IRIS"},
"wall": {
"style": {"style": "STATIC"},
"palette": [
{"block": "stone"},
{"block": "andesite"},
{"block": "stone"}
]
},
"biomeScatter": [
"SAVANNA",
"DESERT"
]
}