9
0
mirror of https://github.com/IrisDimensions/earthworld.git synced 2025-12-29 11:49:07 +00:00
Files
Iris-Pack-EarthWorld/biomes/tundra-cavern.json
Daniel Mills eba8578e1f Reg shroud
2020-09-02 16:46:37 -04:00

110 lines
2.4 KiB
JSON

{
"name": "Tundra Cavern",
"layers": [
{
"style": {
"style": "STATIC"
},
"zoom": 0.2,
"minHeight": 1,
"maxHeight": 2,
"palette": [
"STONE",
"ANDESITE",
"COBBLESTONE",
"GRAVEL"
]
}
],
"loot": {
"tables": [
"cave-clutter"
]
},
"entitySpawns": [
{
"rarity": 12,
"entity": "shroud",
"cancelSourceSpawn": true,
"trigger": "SKELETON"
}
],
"slab": {
"style": {
"style": "IRIS"
},
"zoom": 0.5,
"palette": [
"minecraft:cobblestone_slab[type=bottom,waterlogged=false]",
"minecraft:mossy_cobblestone_slab[type=bottom,waterlogged=false]",
"AIR"
]
},
"decorators": [
{
"chance": 0.0001,
"palette": [
"BARREL"
]
},
{
"zoom": 0.3,
"chance": 0.002,
"palette": [
"COBWEB"
],
"style": {
"style": "STATIC"
},
"variance": {
"style": "STATIC"
}
},
{
"zoom": 0.3,
"chance": 0.0011,
"palette": [
"minecraft:sweet_berry_bush[age=0]",
"minecraft:sweet_berry_bush[age=1]",
"minecraft:sweet_berry_bush[age=2]",
"minecraft:sweet_berry_bush[age=3]"
],
"style": {
"style": "STATIC"
},
"variance": {
"style": "STATIC"
}
}
],
"generators": [
{
"generator": "plain",
"min": 4,
"max": 6
}
],
"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
}
}
],
"derivative": "FROZEN_OCEAN"
}