Skip to content

Commit

Permalink
Add loot table for waterlogged hopper
Browse files Browse the repository at this point in the history
  • Loading branch information
TeamSpen210 committed Dec 24, 2019
1 parent 89f947b commit 4817232
Showing 1 changed file with 23 additions and 0 deletions.
@@ -0,0 +1,23 @@
{
"type": "minecraft:block",
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "minecraft:item",
"name": "minecraft:hopper",
"functions": [
{
"function": "minecraft:copy_name",
"source": "block_entity"
}
]
}
],
"conditions": [
{ "condition": "minecraft:survives_explosion" }
]
}
]
}

0 comments on commit 4817232

Please sign in to comment.