9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-30 04:09:18 +00:00
Files
Iris-Pack-Overworld/biomes/cave/old-cavern.json
2021-08-08 21:22:19 -07:00

235 lines
6.1 KiB
JSON

{
"name": "Temperate 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": "minecraft:grass_block"}]
},
{
"maxHeight": 1,
"minHeight": 1,
"style": {"style": "STATIC"},
"zoom": 0.08,
"palette": [
{
"block": "minecraft:stone",
"weight": 8
},
{
"block": "minecraft:andesite",
"weight": 6
}
]
},
{
"maxHeight": 1,
"minHeight": 1,
"style": {"style": "STATIC"},
"zoom": 0.08,
"palette": [
{
"block": "minecraft:stone",
"weight": 18
},
{
"block": "minecraft:andesite",
"weight": 8
},
{
"block": "minecraft:jungle_leaves",
"weight": 1
},
{
"block": "minecraft:shroomlight",
"weight": 1
}
]
}
],
"decorators": [
{
"chance": 0.02,
"palette": [{"block": "minecraft:andesite_wall"}],
"stackMax": 5,
"stackMin": 1
},
{
"chance": 0.02,
"palette": [{"block": "minecraft:andesite_wall"}],
"stackMax": 5,
"stackMin": 1,
"partOf": "CEILING"
},
{
"forcePlace": true,
"chance": 0.06,
"variance": {"style": "STATIC"},
"zoom": 0.14,
"palette": [{"block": "minecraft:grass"}],
"style": {"style": "STATIC"}
},
{
"chance": 0.004,
"palette": [{"block": "minecraft:crimson_fungus"}]
},
{
"chance": 0.004,
"palette": [{"block": "minecraft:red_mushroom"}]
},
{
"chance": 0.004,
"palette": [{"block": "minecraft:brown_mushroom"}]
},
{
"chance": 0.004,
"palette": [{"block": "minecraft:warped_fungus"}]
},
{
"style": {"style": "STATIC"},
"chance": 0.03,
"palette": [{
"block": "minecraft:stone_button",
"data": {
"face": "floor",
"facing": "south"
}
}]
},
{
"forcePlace": true,
"chance": 0.006,
"variance": {"style": "STATIC"},
"zoom": 0.02,
"palette": [
{"block": "minecraft:nether_sprouts"},
{"block": "minecraft:warped_roots"}
],
"style": {"style": "STATIC"}
},
{
"chance": 0.034,
"palette": [{"block": "minecraft:jungle_leaves"}]
},
{
"chance": 0.0013,
"palette": [{"block": "minecraft:lava"}],
"stackMax": 20,
"stackMin": 20,
"partOf": "CEILING"
},
{
"chance": 0.003,
"palette": [{"block": "minecraft:water"}],
"stackMax": 11,
"stackMin": 10,
"partOf": "CEILING"
},
{
"chance": 0.005,
"palette": [{"block": "minecraft:stone"}],
"stackMax": 20,
"stackMin": 20,
"partOf": "CEILING"
},
{
"chance": 0.004,
"palette": [{"block": "minecraft:crimson_fungus"}]
},
{
"chance": 0.004,
"palette": [{"block": "minecraft:red_mushroom"}]
},
{
"chance": 0.004,
"palette": [{"block": "minecraft:brown_mushroom"}]
},
{
"chance": 0.004,
"palette": [{"block": "minecraft:warped_fungus"}]
},
{
"style": {"style": "STATIC"},
"chance": 0.03,
"palette": [{
"block": "minecraft:stone_button",
"data": {
"face": "floor",
"facing": "south"
}
}]
}
],
"slab": {
"style": {"style": "STATIC"},
"palette": [
{
"data": {"type": "bottom"},
"block": "minecraft:cobblestone_slab"
},
{
"data": {"type": "bottom"},
"block": "minecraft:stone_slab"
},
{
"weight": 8,
"block": "minecraft:air"
}
]
},
"objects": [
{
"chance": 0.00175,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": ["clutter/camp1"]
},
{
"mode": "PAINT",
"chance": 0.005,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": ["clutter/bincluster1"]
},
{
"mode": "PAINT",
"chance": 0.5,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": ["clutter/camp1"]
}
]
}