Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Thutmose committed Dec 5, 2020
2 parents 2aa96d1 + be09f39 commit 7e9ba45
Showing 1 changed file with 20 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"type": "minecraft:block",
"pools": [
{
"name": "pool_0",
"rolls": 1,
"entries": [
{
"type": "minecraft:item",
"name": "pokecube_legends:victiniblock"
}
],
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
]
}
]
}

0 comments on commit 7e9ba45

Please sign in to comment.