diff options
Diffstat (limited to 'items/AIMING.json')
-rw-r--r-- | items/AIMING.json | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/items/AIMING.json b/items/AIMING.json index 1c3b250a..c4bb7fd2 100644 --- a/items/AIMING.json +++ b/items/AIMING.json @@ -1,18 +1,18 @@ { "itemid": "minecraft:enchanted_book", - "displayname": "§fEnchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Aiming IV\",1:\"§7Arrows home towards nearby\",2:\"§7monsters if they are within §a8\",3:\"§a§7blocks.\",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:{aiming:4}}}", + "displayname": "§aEnchanted Book", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Aiming V\",1:\"§7Arrows home towards nearby\",2:\"§7monsters if they are within §a10\",3:\"§a§7blocks.\",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:{aiming:5},anvil_uses:1}}", "damage": 0, "lore": [ - "§9Aiming IV", + "§9Aiming V", "§7Arrows home towards nearby", - "§7monsters if they are within §a8", + "§7monsters if they are within §a10", "§a§7blocks.", "", "§7Use this on an item in an Anvil", "§7to apply it!", "", - "§f§lCOMMON" + "§a§lUNCOMMON" ], "recipe": { "A1": "ARROW:8", |