Skip to content

Commit

Permalink
added a loot table for the drain
Browse files Browse the repository at this point in the history
dangit @vini2003
  • Loading branch information
Shnupbups committed Oct 13, 2020
1 parent d474222 commit c9c3b5f
Showing 1 changed file with 19 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"type": "minecraft:block",
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "minecraft:item",
"name": "astromine:drain"
}
],
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
]
}
]
}

0 comments on commit c9c3b5f

Please sign in to comment.