Skip to content

Commit 262d953

Browse files
committed
Added loot table for the miner. Fixes #81.
1 parent 84af030 commit 262d953

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed
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+
"conditions": [
6+
{
7+
"condition": "minecraft:survives_explosion"
8+
}
9+
],
10+
"entries": [
11+
{
12+
"type": "minecraft:item",
13+
"name": "bedrockores:bedrock_miner"
14+
}
15+
],
16+
"rolls": 1.0
17+
}
18+
]
19+
}

0 commit comments

Comments
 (0)