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

34 lines
564 B
JSON
Raw Normal View History

2021-03-03 03:20:25 +00:00
{
"type": "minecraft:block",
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "minecraft:item",
"name": "phycon:redstone_emitter"
}
],
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
]
2021-03-07 15:38:22 +00:00
},
{
"rolls": 1,
"entries": [
{
"type": "minecraft:item",
"name": "phycon:cable"
}
],
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
]
2021-03-03 03:20:25 +00:00
}
]
}