minecraft-src/data/minecraft/loot_table/blocks/deepslate_tile_wall.json
2025-07-04 01:41:11 +03:00

21 lines
No EOL
406 B
JSON

{
"type": "minecraft:block",
"pools": [
{
"bonus_rolls": 0.0,
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
],
"entries": [
{
"type": "minecraft:item",
"name": "minecraft:deepslate_tile_wall"
}
],
"rolls": 1.0
}
],
"random_sequence": "minecraft:blocks/deepslate_tile_wall"
}