minecraft-assets/data/minecraft/loot_tables/blocks/heavy_weighted_pressure_pla...

19 lines
327 B
JSON

{
"type": "minecraft:block",
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "minecraft:item",
"name": "minecraft:heavy_weighted_pressure_plate"
}
],
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
]
}
]
}