diff --git a/src/main/resources/data/pokecube_legends/loot_tables/blocks/victiniblock.json b/src/main/resources/data/pokecube_legends/loot_tables/blocks/victiniblock.json new file mode 100644 index 0000000000..31c5d1d4f4 --- /dev/null +++ b/src/main/resources/data/pokecube_legends/loot_tables/blocks/victiniblock.json @@ -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" + } + ] + } + ] +} \ No newline at end of file