9
0
mirror of https://github.com/IrisDimensions/earthworld.git synced 2025-12-19 14:59:24 +00:00
Files
Iris-Pack-EarthWorld/biomes/carving/cavesv4/mantle-core-small.json
RePixelatedMC e0cba08bee Overworld V3500 Part 1
Added

> Caves
- Azure Wastes
- Crystalized
- Crystalized Overgrown
- Spider infestation
- Dark Depths
- Glacial
- Mantle Core

> Biomes
- Dark depth Ocean
- Rich Oceans
- Croak
- Oak forest flat

> Misc
- Lanterns on fence in sakura biome
2023-08-05 18:21:18 +02:00

52 lines
1.1 KiB
JSON

{
"name": "Mantle Core Tubes",
"wall": {
"palette": [
{"block": "minecraft:deepslate", "weight": 5},
{"block": "minecraft:obsidian", "weight": 1}
],
"style":{
"style": "IRIS",
"zoom": 1
}
},
"layers": [{
"maxHeight": 1,
"minHeight": 1,
"palette": [
{"block": "minecraft:netherrack", "weight": 5},
{"block": "minecraft:crimson_nylium", "weight": 1}
]
}],
"decorators": [
{
"chance": 0.5,
"style": {"style": "STATIC"},
"whitelist": [
{
"block": "minecraft:netherrack"
}
],
"palette": [{"block": "minecraft:fire"}]
},
{
"chance": 0.0005,
"stackMin": 3,
"stackMax": 2,
"palette": [
{"block": "minecraft:bone_block"}
]
}],
"caveCeilingLayers": [
{
"maxHeight": 1,
"minHeight": 1,
"palette": [
{"block": "minecraft:netherrack"}
]
}]
}