Skip to content

Commit c9c3b5f

Browse files
committed
added a loot table for the drain
dangit @vini2003
1 parent d474222 commit c9c3b5f

File tree

1 file changed

+19
-0
lines changed
  • astromine-transportations/src/main/resources/data/astromine/loot_tables/blocks

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

0 commit comments

Comments
 (0)