diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2024-02-25 09:21:31 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-25 08:21:31 +0000 |
commit | 9d995cfe933637aef43c36d8420c7cc7f744163d (patch) | |
tree | 759fc17f9406e28b5de3a7c993bbefb29a559b63 /items/OPAL_POWER_SCROLL.json | |
parent | b89d54c0cea0a48b9743477231e91a400c9975d1 (diff) | |
download | NotEnoughUpdates-REPO-9d995cfe933637aef43c36d8420c7cc7f744163d.tar.gz NotEnoughUpdates-REPO-9d995cfe933637aef43c36d8420c7cc7f744163d.tar.bz2 NotEnoughUpdates-REPO-9d995cfe933637aef43c36d8420c7cc7f744163d.zip |
Fixed Phantom Fisher, Power scroll lore and undead mob (#1116)
Diffstat (limited to 'items/OPAL_POWER_SCROLL.json')
-rw-r--r-- | items/OPAL_POWER_SCROLL.json | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/items/OPAL_POWER_SCROLL.json b/items/OPAL_POWER_SCROLL.json index 2ac451c6..7ff43862 100644 --- a/items/OPAL_POWER_SCROLL.json +++ b/items/OPAL_POWER_SCROLL.json @@ -1,18 +1,16 @@ { "itemid": "minecraft:writable_book", - "displayname": "§f§f§fOpal Power Scroll", - "nbttag": "{generation:0,ench:[],HideFlags:254,display:{Lore:[0:\"§7§8Combinable in Anvil\",1:\"\",2:\"§7§7Gain §f+10❂ True Defense §7for §a5s\",3:\"§a§7when using your §e§lRIGHT CLICK\",4:\"§e§l§6Item Ability§7.\",5:\"\",6:\"§7§7Can be combined with any §bitem\",7:\"§b§7with a §e§lRIGHT CLICK §6Item\",8:\"§6Ability §7at an anvil.\",9:\"\",10:\"§5§lEPIC\"],Name:\"§f§f§fOpal Power Scroll\"},ExtraAttributes:{id:\"OPAL_POWER_SCROLL\"},resolved:0b}", + "displayname": "§fOpal Power Scroll", + "nbttag": "{generation:0,ench:[],HideFlags:254,display:{Lore:[0:\"§7§8Combinable in Anvil\",1:\"\",2:\"§7§7Gain §f+10❂ True Defense §7for §a5s §7when using\",3:\"§7your §e§lRIGHT CLICK §6Item Ability§7.\",4:\"\",5:\"§7§7Can be combined with any §bitem §7with a §e§lRIGHT\",6:\"§e§lCLICK §6Item Ability §7at an anvil.\",7:\"\",8:\"§5§lEPIC\"],Name:\"§fOpal Power Scroll\"},ExtraAttributes:{id:\"OPAL_POWER_SCROLL\"},resolved:0b}", "damage": 0, "lore": [ "§7§8Combinable in Anvil", "", - "§7§7Gain §f+10❂ True Defense §7for §a5s", - "§a§7when using your §e§lRIGHT CLICK", - "§e§l§6Item Ability§7.", + "§7§7Gain §f+10❂ True Defense §7for §a5s §7when using", + "§7your §e§lRIGHT CLICK §6Item Ability§7.", "", - "§7§7Can be combined with any §bitem", - "§b§7with a §e§lRIGHT CLICK §6Item", - "§6Ability §7at an anvil.", + "§7§7Can be combined with any §bitem §7with a §e§lRIGHT", + "§e§lCLICK §6Item Ability §7at an anvil.", "", "§5§lEPIC" ], |