9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2026-01-06 15:41:43 +00:00
Files
Iris-Pack-Overworld/biomes/carving/rocky.json
2022-06-17 10:24:37 -07:00

83 lines
2.0 KiB
JSON

{
"name": "Rocky Cavern",
"wall": {
"style": {"style": "STATIC"},
"palette": [
{
"block": "minecraft:stone",
"weight": 3
},
{"block": "minecraft:cobblestone"},
{"block": "minecraft:stone"}
]
},
"layers": [{
"style": {"style": "STATIC"},
"maxHeight": 2,
"minHeight": 2,
"palette": [
{
"block": "minecraft:stone",
"weight": 3
},
{"block": "minecraft:cobblestone"},
{
"block": "minecraft:andesite",
"weight": 3
}
]
}],
"decorators": [
{
"chance": 0.03,
"scaleStack": true,
"stackMin": 10,
"stackMax": 90,
"absoluteMaxStack": 5,
"palette": [
{"block": "minecraft:stone"},
{"block": "minecraft:andesite"}
]
},
{
"chance": 0.08,
"scaleStack": true,
"stackMin": 1,
"stackMax": 3,
"absoluteMaxStack": 5,
"palette": [
{"block": "minecraft:stone"},
{"block": "minecraft:andesite"}
]
},
{
"partOf": "CEILING",
"chance": 0.03,
"absoluteMaxStack": 15,
"scaleStack": true,
"stackMin": 10,
"stackMax": 90,
"palette": [
{"block": "minecraft:stone"},
{"block": "minecraft:andesite"}
]
}
],
"caveCeilingLayers": [{
"style": {"style": "STATIC"},
"maxHeight": 2,
"minHeight": 2,
"palette": [
{
"block": "minecraft:stone",
"weight": 3
},
{"block": "minecraft:cobblestone"},
{
"block": "minecraft:andesite",
"weight": 3
}
]
}]
}