9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-29 19:59:20 +00:00
Files
Iris-Pack-Overworld/biomes/temperate-old-cavern.json
2021-05-08 18:40:33 -03:00

348 lines
7.6 KiB
JSON

{
"name": "Old cavern",
"derivative": "FOREST",
"vanillaDerivative": "THE_VOID",
"generators": [
{
"generator": "plain",
"max": 3,
"min": 4
}
],
"layers": [
{
"slopeCondition": {
"minimumSlope": 0,
"maximumSlope": 0.7
},
"maxHeight": 1,
"minHeight": 1,
"palette": [
{
"block": "grass_block"
}
]
},
{
"maxHeight": 1,
"minHeight": 1,
"style": {
"style": "STATIC"
},
"zoom": 0.08,
"palette": [
{
"block": "stone",
"weight": 8
},
{
"block": "andesite",
"weight": 6
}
]
},
{
"maxHeight": 1,
"minHeight": 1,
"style": {
"style": "STATIC"
},
"zoom": 0.08,
"palette": [
{
"block": "stone",
"weight": 18
},
{
"block": "andesite",
"weight": 8
},
{
"block": "jungle_leaves",
"weight": 1,
"data": {
"persistent": true
}
},
{
"block": "shroomlight",
"weight": 1
}
]
}
],
"decorators": [
{
"chance": 0.02,
"palette": [
{
"block": "andesite_wall"
}
],
"stackMax": 5,
"stackMin": 1
},
{
"forcePlace": true,
"chance": 0.06,
"variance": {
"style": "STATIC"
},
"zoom": 0.14,
"palette": [
{
"block": "grass"
}
],
"style": {
"style": "STATIC"
}
},
{
"chance": 0.004,
"palette": [
{
"block": "crimson_fungus"
}
]
},
{
"chance": 0.004,
"palette": [
{
"block": "red_mushroom"
}
]
},
{
"chance": 0.004,
"palette": [
{
"block": "brown_mushroom"
}
]
},
{
"chance": 0.004,
"palette": [
{
"block": "warped_fungus"
}
]
},
{
"style": {
"style": "STATIC"
},
"chance": 0.03,
"palette": [
{
"block": "stone_button",
"data": {
"face": "floor",
"facing": "south"
}
}
]
},
{
"forcePlace": true,
"chance": 0.006,
"variance": {
"style": "STATIC"
},
"zoom": 0.02,
"palette": [
{
"block": "nether_sprouts"
},
{
"block": "warped_roots"
}
],
"style": {
"style": "STATIC"
}
},
{
"chance": 0.034,
"palette": [
{
"block": "jungle_leaves",
"data": {
"persistent": true
}
}
]
},
{
"chance": 0.0013,
"palette": [
{
"block": "lava"
}
],
"stackMax": 11,
"stackMin": 10
},
{
"chance": 0.003,
"palette": [
{
"block": "water"
}
],
"stackMax": 11,
"stackMin": 10
},
{
"chance": 0.005,
"palette": [
{
"block": "stone"
}
],
"stackMax": 16,
"stackMin": 15
},
{
"chance": 0.004,
"palette": [
{
"block": "crimson_fungus"
}
]
},
{
"chance": 0.004,
"palette": [
{
"block": "red_mushroom"
}
]
},
{
"chance": 0.004,
"palette": [
{
"block": "brown_mushroom"
}
]
},
{
"chance": 0.004,
"palette": [
{
"block": "warped_fungus"
}
]
},
{
"style": {
"style": "STATIC"
},
"chance": 0.03,
"palette": [
{
"block": "stone_button",
"data": {
"face": "floor",
"facing": "south"
}
}
]
}
],
"slab": {
"style": {
"style": "STATIC"
},
"palette": [
{
"data": {
"type": "bottom"
},
"block": "cobblestone_slab"
},
{
"data": {
"type": "bottom"
},
"block": "stone_slab"
},
{
"weight": 8,
"block": "air"
}
]
},
"objects": [
{
"chance": 0.00175,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"camp/camp"
],
"translate": {
"x": 0,
"y": 0,
"z": 0
}
},
{
"mode": "PAINT",
"chance": 0.005,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"camp/barrel-bin"
],
"translate": {
"x": 0,
"y": 0,
"z": 0
}
},
{
"mode": "PAINT",
"chance": 0.5,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"camp/camp"
]
}
]
}