diff options
Diffstat (limited to 'items/GROWTH.json')
-rw-r--r-- | items/GROWTH.json | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/items/GROWTH.json b/items/GROWTH.json index ba83827d..f6c51798 100644 --- a/items/GROWTH.json +++ b/items/GROWTH.json @@ -1,16 +1,18 @@ { "itemid": "minecraft:enchanted_book", - "displayname": "§fEnchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Growth IV\",1:\"§7Grants §a+60 §c❤ Health§7.\",2:\"\",3:\"§7Use this on an item in an Anvil\",4:\"§7to apply it!\",5:\"\",6:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"ENCHANTED_BOOK\",enchantments:{growth:4}}}", + "displayname": "§aEnchanted Book", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Growth V\",1:\"§7Grants §a+75 §c❤ Health§7.\",2:\"§9Protection V\",3:\"§7Grants §a+15 §a❈ Defense§7.\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§a§lUNCOMMON\"],Name:\"§aEnchanted Book\"},ExtraAttributes:{id:\"ENCHANTED_BOOK\",enchantments:{growth:5,protection:5},anvil_uses:2}}", "damage": 0, "lore": [ - "§9Growth IV", - "§7Grants §a+60 §c❤ Health§7.", + "§9Growth V", + "§7Grants §a+75 §c❤ Health§7.", + "§9Protection V", + "§7Grants §a+15 §a❈ Defense§7.", "", "§7Use this on an item in an Anvil", "§7to apply it!", "", - "§f§lCOMMON" + "§a§lUNCOMMON" ], "recipe": { "A1": "", |