diff options
Diffstat (limited to 'items/CASTER.json')
-rw-r--r-- | items/CASTER.json | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/items/CASTER.json b/items/CASTER.json index c9b95e48..fd5bd0ed 100644 --- a/items/CASTER.json +++ b/items/CASTER.json @@ -1,17 +1,17 @@ { "itemid": "minecraft:enchanted_book", - "displayname": "§fEnchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Caster IV\",1:\"§7§a4%§7 chance to not consume\",2:\"§7bait.\",3:\"\",4:\"§7Use this on an item in an Anvil\",5:\"§7to apply it!\",6:\"\",7:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"CASTER\",enchantments:{caster:4}}}", + "displayname": "§9Enchanted Book", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Caster VI\",1:\"§7§a6%§7 chance to not consume\",2:\"§7bait.\",3:\"\",4:\"§7Use this on an item in an Anvil\",5:\"§7to apply it!\",6:\"\",7:\"§9§lRARE\"],Name:\"§9Enchanted Book\"},ExtraAttributes:{id:\"ENCHANTED_BOOK\",enchantments:{caster:6}}}", "damage": 0, "lore": [ - "§9Caster IV", - "§7§a4%§7 chance to not consume", + "§9Caster VI", + "§7§a6%§7 chance to not consume", "§7bait.", "", "§7Use this on an item in an Anvil", "§7to apply it!", "", - "§f§lCOMMON" + "§9§lRARE" ], "recipe": { "A1": "WATER_LILY:8", |