From 5cb9414a678506aa6f11b0d81e79f2cb13c9ef24 Mon Sep 17 00:00:00 2001 From: IRONM00N <64110067+IRONM00N@users.noreply.github.com> Date: Fri, 30 Oct 2020 15:22:59 -0400 Subject: more halloween --- items/CANDY_RELIC.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 items/CANDY_RELIC.json (limited to 'items/CANDY_RELIC.json') diff --git a/items/CANDY_RELIC.json b/items/CANDY_RELIC.json new file mode 100644 index 00000000..8808c791 --- /dev/null +++ b/items/CANDY_RELIC.json @@ -0,0 +1,20 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§6Candy Relic", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"bef6ad3e-4ce8-3f04-8974-75eae76f97e6\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMzk2Njg3NjdmMTE0MTgzNWUyYzQ5YWQyYjQxNTU5OGYxYjE2NmJlOTE3MzkwMmEwMjU3ZTc3NzA0ZjkxM2UxZiJ9fX0\u003d\"}]}},display:{Lore:[0:\"§7Increases the drop chance of\",1:\"§7candies from mobs by §a20%\",2:\"§a§7during the §6Spooky\",3:\"§6Festival§7.\",4:\"\",5:\"§7§8This item can be reforged!\",6:\"§6§lLEGENDARY ACCESSORY\"],Name:\"§6Candy Relic\"},ExtraAttributes:{id:\"CANDY_RELIC\"}}", + "damage": 3, + "lore": [ + "§7Increases the drop chance of", + "§7candies from mobs by §a20%", + "§a§7during the §6Spooky", + "§6Festival§7.", + "", + "§7§8This item can be reforged!", + "§6§lLEGENDARY ACCESSORY" + ], + "internalname": "CANDY_RELIC", + "crafttext": "", + "clickcommand": "", + "modver": "1.4-REL", + "infoType": "" +} \ No newline at end of file -- cgit