9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-29 11:49:22 +00:00
Files
Iris-Pack-Overworld/biomes/cave/old-cavern.json
StrangeOne101 ff371e3d32 Patches for decor updates
- Fixed kelp and sea grass poking their nose out of the water. How rude.
- Fixed stone columns poking out of the ground. They were a bit weird, tbh.
- Added andesite walls to the ceiling of some caves. They are Keanu Reeves level cool.
2021-07-10 03:43:09 +12:00

249 lines
6.2 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": "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
},
{
"chance": 0.02,
"palette": [{"block": "andesite_wall"}],
"stackMax": 5,
"stackMin": 1,
"partOf": "CEILING"
},
{
"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": 20,
"stackMin": 20,
"partOf": "CEILING"
},
{
"chance": 0.003,
"palette": [{"block": "water"}],
"stackMax": 11,
"stackMin": 10,
"partOf": "CEILING"
},
{
"chance": 0.005,
"palette": [{"block": "stone"}],
"stackMax": 20,
"stackMin": 20,
"partOf": "CEILING"
},
{
"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"]
}
]
}