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

156 lines
3.7 KiB
JSON

{
"name": "Tropical Cavern",
"layers": [
{
"maxHeight": 2,
"style": {
"style": "STATIC"
},
"zoom": 0.1,
"minHeight": 1,
"palette": [
"STONE",
"STONE",
"JUNGLE_LEAVES",
"STONE",
"STONE",
"ANDESITE",
"STONE",
"STONE",
"ANDESITE",
"STONE"
]
}
],
"entitySpawns": [
{
"rarity": 12,
"entity": "shroud",
"cancelSourceSpawn": true,
"trigger": "SKELETON"
}
],
"loot": {
"tables": [
"cave-clutter"
]
},
"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
}
},
{
"chance": 0.005,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"mode": "PAINT",
"place": [
"camp/barrel-bin"
],
"translate": {
"x": 0,
"y": 0,
"z": 0
}
},
{
"chance": 0.005,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"boulder/boulder1",
"boulder/boulder2",
"boulder/boulder3",
"boulder/boulder4",
"boulder/boulder5",
"boulder/boulder6",
"boulder/boulder7",
"boulder/boulder8",
"boulder/boulder9",
"boulder/boulder10",
"boulder/boulder11",
"boulder/boulder12",
"boulder/boulder13",
"boulder/boulder14",
"boulder/boulder15"
],
"translate": {
"x": 0,
"y": -2,
"z": 0
}
}
],
"slab": {
"style": {
"style": "STATIC"
},
"palette": [
"minecraft:stone_slab[type=bottom,waterlogged=false]",
"minecraft:polished_diorite_slab[type=bottom,waterlogged=false]",
"AIR"
]
},
"decorators": [
{
"chance": 0.0001,
"palette": [
"BARREL"
]
},
{
"zoom": 0.3,
"chance": 0.05,
"palette": [
"minecraft:sea_pickle[pickles=1,waterlogged=false]",
"minecraft:sea_pickle[pickles=2,waterlogged=false]",
"minecraft:sea_pickle[pickles=3,waterlogged=false]"
],
"style": {
"style": "STATIC"
},
"variance": {
"style": "STATIC"
}
}
],
"generators": [
{
"generator": "plain",
"min": 4,
"max": 6
}
],
"derivative": "FOREST"
}