PhysicalConnectivity/src/main/resources/data/phycon/loot_tables/blocks/switch.json

20 lines
302 B
JSON
Raw Normal View History

2021-02-28 23:56:04 +00:00
{
"type": "minecraft:block",
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "minecraft:item",
"name": "phycon:switch"
}
],
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
]
}
]
}