minecraft-src/data/minecraft/worldgen/template_pool/bastion/treasure/roofs.json
2025-07-04 01:41:11 +03:00

32 lines
No EOL
815 B
JSON

{
"elements": [
{
"element": {
"element_type": "minecraft:single_pool_element",
"location": "minecraft:bastion/treasure/roofs/wall_roof",
"processors": "minecraft:roof",
"projection": "rigid"
},
"weight": 1
},
{
"element": {
"element_type": "minecraft:single_pool_element",
"location": "minecraft:bastion/treasure/roofs/corner_roof",
"processors": "minecraft:roof",
"projection": "rigid"
},
"weight": 1
},
{
"element": {
"element_type": "minecraft:single_pool_element",
"location": "minecraft:bastion/treasure/roofs/center_roof",
"processors": "minecraft:roof",
"projection": "rigid"
},
"weight": 1
}
],
"fallback": "minecraft:empty"
}