mirror of
https://github.com/IrisDimensions/overworld.git
synced 2025-12-29 19:59:20 +00:00
131 lines
3.2 KiB
JSON
131 lines
3.2 KiB
JSON
{
|
|
"name": "Temperate Lit Cavern",
|
|
"derivative": "PLAINS",
|
|
"vanillaDerivative": "THE_VOID",
|
|
"generators": [{
|
|
"min": 4,
|
|
"max": 6,
|
|
"generator": "plain"
|
|
}],
|
|
"layers": [{
|
|
"minHeight": 1,
|
|
"maxHeight": 2,
|
|
"style": {"style": "STATIC"},
|
|
"zoom": 0.1,
|
|
"palette": [
|
|
{"block": "stone"},
|
|
{"block": "andesite"}
|
|
]
|
|
}],
|
|
"decorators": [
|
|
{
|
|
"chance": 1.0E-4,
|
|
"palette": [{"block": "barrel"}]
|
|
},
|
|
{
|
|
"chance": 0.008,
|
|
"palette": [{"block": "andesite_wall"}]
|
|
},
|
|
{
|
|
"chance": 0.002,
|
|
"palette": [{"block": "torch"}]
|
|
}
|
|
],
|
|
"objects": [
|
|
{
|
|
"chance": 0.00175,
|
|
"rotation": {
|
|
"yAxis": {
|
|
"min": 0,
|
|
"max": 0,
|
|
"interval": 90,
|
|
"enabled": true
|
|
},
|
|
"enabled": true
|
|
},
|
|
"place": ["clutter/camp1"],
|
|
"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": ["clutter/bincluster1"],
|
|
"translate": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0
|
|
}
|
|
},
|
|
{
|
|
"chance": 0.005,
|
|
"rotation": {
|
|
"yAxis": {
|
|
"min": 0,
|
|
"max": 0,
|
|
"interval": 90,
|
|
"enabled": true
|
|
},
|
|
"enabled": true
|
|
},
|
|
"place": [
|
|
"clutter/boulder1",
|
|
"clutter/boulder2",
|
|
"clutter/boulder3",
|
|
"clutter/boulder4",
|
|
"clutter/boulder5",
|
|
"clutter/boulder6",
|
|
"clutter/boulder7",
|
|
"clutter/boulder8",
|
|
"clutter/boulder9",
|
|
"clutter/boulder10",
|
|
"clutter/boulder11",
|
|
"clutter/boulder12",
|
|
"clutter/boulder13",
|
|
"clutter/boulder14",
|
|
"clutter/boulder15"
|
|
],
|
|
"translate": {
|
|
"x": 0,
|
|
"y": -2,
|
|
"z": 0
|
|
}
|
|
}
|
|
],
|
|
"slab": {
|
|
"style": {"style": "STATIC"},
|
|
"palette": [
|
|
{
|
|
"data": {
|
|
"waterlogged": false,
|
|
"type": "bottom"
|
|
},
|
|
"block": "cobblestone_slab"
|
|
},
|
|
{
|
|
"data": {
|
|
"waterlogged": false,
|
|
"type": "bottom"
|
|
},
|
|
"block": "mossy_cobblestone_slab"
|
|
},
|
|
{
|
|
"weight": 7,
|
|
"block": "air"
|
|
}
|
|
]
|
|
}
|
|
}
|