9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-29 11:49:22 +00:00
Files
Iris-Pack-Overworld/biomes/tundra-cavern.json

157 lines
3.5 KiB
JSON

{
"entitySpawnOverrides": [
{
"trigger": "SKELETON",
"entity": "shroud",
"cancelSourceSpawn": true,
"rarity": 12
}
],
"decorators": [
{
"chance": 0.0001,
"palette": [
{
"block": "barrel"
}
]
},
{
"chance": 0.002,
"variance": {
"style": "STATIC"
},
"zoom": 0.3,
"palette": [
{
"block": "cobweb"
}
],
"style": {
"style": "STATIC"
}
},
{
"chance": 0.0011,
"variance": {
"style": "STATIC"
},
"zoom": 0.3,
"palette": [
{
"data": {
"age": 0
},
"block": "sweet_berry_bush"
},
{
"data": {
"age": 1
},
"block": "sweet_berry_bush"
},
{
"data": {
"age": 2
},
"block": "sweet_berry_bush"
},
{
"data": {
"age": 3
},
"block": "sweet_berry_bush"
}
],
"style": {
"style": "STATIC"
}
}
],
"objects": [
{
"chance": 0.0009,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"grave/grave"
],
"translate": {
"x": 0,
"y": 0,
"z": 0
}
}
],
"name": "Tundra Cavern",
"layers": [
{
"minHeight": 1,
"maxHeight": 2,
"style": {
"style": "STATIC"
},
"zoom": 0.2,
"palette": [
{
"block": "stone"
},
{
"block": "andesite"
},
{
"block": "cobblestone"
},
{
"block": "gravel"
}
]
}
],
"generators": [
{
"min": 4,
"max": 6,
"generator": "plain"
}
],
"loot": {
"tables": [
"cave-clutter"
]
},
"derivative": "FROZEN_OCEAN",
"slab": {
"style": {
"style": "IRIS"
},
"zoom": 0.5,
"palette": [
{
"data": {
"waterlogged": false,
"type": "bottom"
},
"block": "cobblestone_slab"
},
{
"data": {
"waterlogged": false,
"type": "bottom"
},
"block": "mossy_cobblestone_slab"
},
{
"weight": 6,
"block": "air"
}
]
}
}