From 228ec7960d0319d8018c24ee14a92ea235c5e68c Mon Sep 17 00:00:00 2001 From: Moulberry Date: Thu, 1 Oct 2020 18:44:26 +1000 Subject: vanilla stuff & new items --- items/POWER;6.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 items/POWER;6.json (limited to 'items/POWER;6.json') diff --git a/items/POWER;6.json b/items/POWER;6.json new file mode 100644 index 00000000..cbc07700 --- /dev/null +++ b/items/POWER;6.json @@ -0,0 +1,20 @@ +{ + "itemid": "minecraft:enchanted_book", + "displayname": "§fEnchanted Book", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Power VI\",1:\"§7Increases bow damage by §a48%§7.\",2:\"\",3:\"§7Use this on an item in an Anvil\",4:\"§7to apply it!\",5:\"\",6:\"§9§lRARE\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"ENCHANTED_BOOK\",enchantments:{power:6}}}", + "damage": 0, + "lore": [ + "§9Power VI", + "§7Increases bow damage by §a48%§7.", + "", + "§7Use this on an item in an Anvil", + "§7to apply it!", + "", + "§aObtained from the Dark Auction.", + "", + "§9§lRARE" + ], + "internalname": "POWER;6", + "parent": "POWER;4", + "modver": "1.0.0" +} -- cgit