Fix drop for solid canning machine. Closes #2290

This commit is contained in:
drcrazy 2020-11-16 16:18:40 +03:00
parent b96e64365d
commit a836f45600

View file

@ -0,0 +1,19 @@
{
"type": "minecraft:block",
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "minecraft:item",
"name": "techreborn:solid_canning_machine"
}
],
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
]
}
]
}