Fix drop for wire mill. Some work on #1914

This commit is contained in:
drcrazy 2019-12-20 03:03:06 +03:00
parent 5e767e97f0
commit 73f0ff98e4

View file

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