9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2026-01-06 15:41:43 +00:00
Files
Iris-Pack-Overworld/biomes/hot/sav-forest.json
Brian Fopiano 25511c5947 Entity rework
2021-07-17 19:34:59 -07:00

276 lines
7.1 KiB
JSON

{
"name": "Savanna Forest",
"rarity": 1,
"color": "#9F7229",
"derivative": "SAVANNA",
"vanillaDerivative": "SAVANNA",
"customDerivitives": [{
"id": "savforest",
"grassColor": "#E2EF3B",
"foliageColor": "#D6A513",
"waterColor": "#E2EF3B",
"downfallType": "none"
}],
"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
}
}
],
"biomeZoom": 20,
"biomeStyle": {"style": "IRIS"},
"wall": {
"style": {"style": "STATIC"},
"palette": [
{"block": "stone"},
{"block": "andesite"},
{"block": "stone"}
]
},
"biomeScatter": [
"SAVANNA",
"DESERT"
]
}