diff options
Diffstat (limited to 'items/EXPERIENCE.json')
-rw-r--r-- | items/EXPERIENCE.json | 35 |
1 files changed, 25 insertions, 10 deletions
diff --git a/items/EXPERIENCE.json b/items/EXPERIENCE.json index 4174ce8e..18c9ee6b 100644 --- a/items/EXPERIENCE.json +++ b/items/EXPERIENCE.json @@ -1,16 +1,31 @@ { - "internalname": "EXPERIENCE", - "itemid": "minecraft:potion", - "displayname": "§fExperience Potion", - "clickcommand": "viewpotion", - "damage": 13, - "nbttag": "{CustomPotionEffects:[0:{Ambient:0b,Duration:20,Id:13b,Amplifier:0b}],HideFlags:254,display:{Lore:[0:\"\",1:\"§9Experience\",2:\"§7Gain more experience orbs.\",3:\"\",4:\"§f§lCOMMON\"],Name:\"§fExperience Potion\"},ExtraAttributes:{id:\"EXPERIENCE\"}}", - "modver": "1.0.0", + "itemid": "minecraft:enchanted_book", + "displayname": "§fEnchanted Book", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Experience II\",1:\"§7Grants a §a25% §7chance for mobs\",2:\"§7and ores to drop double\",3:\"§7experience.\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"ENCHANTED_BOOK\",enchantments:{experience:2}}}", + "damage": 0, "lore": [ + "§9Experience II", + "§7Grants a §a25% §7chance for mobs", + "§7and ores to drop double", + "§7experience.", "", - "§9Experience", - "§7Gain more experience orbs.", + "§7Use this on an item in an Anvil", + "§7to apply it!", "", "§f§lCOMMON" - ] + ], + "recipe": { + "A1": "", + "A2": "", + "A3": "", + "B1": "", + "B2": "PAPER:2", + "B3": "PAPER:2", + "C1": "", + "C2": "PAPER:2", + "C3": "INK_SACK-4:2" + }, + "internalname": "EXPERIENCE", + "clickcommand": "viewrecipe", + "modver": "1.0.0" }
\ No newline at end of file |