Skip to content

Commit be06391

Browse files
committed
Fix block not dropping in item form
1 parent 47a85c6 commit be06391

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"type": "minecraft:block",
3+
"pools": [
4+
{
5+
"rolls": 1,
6+
"entries": [
7+
{
8+
"type": "minecraft:item",
9+
"name": "structuredcrafting:structured_crafter"
10+
}
11+
],
12+
"conditions": [
13+
{
14+
"condition": "minecraft:survives_explosion"
15+
}
16+
]
17+
}
18+
]
19+
}

0 commit comments

Comments
 (0)