From be09f39e1c6f66f8ebf3b81f564dce70a6e75c01 Mon Sep 17 00:00:00 2001 From: NelkGames Date: Sat, 5 Dec 2020 17:37:48 -0300 Subject: [PATCH] Update 1.16 (#543) * Victini drop table --- .../loot_tables/blocks/victiniblock.json | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 src/main/resources/data/pokecube_legends/loot_tables/blocks/victiniblock.json 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