diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2023-01-25 19:34:31 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-25 19:34:31 +0100 |
commit | 89106adffafd078c635fc7079e761c4a6b3f6865 (patch) | |
tree | 18df94174cce4a847eca6bd3830913a190249ef2 /items/INFINITE_QUIVER;1.json | |
parent | 3d9254aa737d668052d0173315f8ef952b550533 (diff) | |
download | NotEnoughUpdates-REPO-89106adffafd078c635fc7079e761c4a6b3f6865.tar.gz NotEnoughUpdates-REPO-89106adffafd078c635fc7079e761c4a6b3f6865.tar.bz2 NotEnoughUpdates-REPO-89106adffafd078c635fc7079e761c4a6b3f6865.zip |
Fixed the lore of 16!!!! Items (#891)
* Fixed the lore of 16!!!! Items
* Fixed nbt of kuudra follower
Diffstat (limited to 'items/INFINITE_QUIVER;1.json')
-rw-r--r-- | items/INFINITE_QUIVER;1.json | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/items/INFINITE_QUIVER;1.json b/items/INFINITE_QUIVER;1.json index 481516bf..35dc6427 100644 --- a/items/INFINITE_QUIVER;1.json +++ b/items/INFINITE_QUIVER;1.json @@ -1,12 +1,13 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§fEnchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Infinite Quiver I\",1:\"§7Saves arrows §a3.0%§7 of the time\",2:\"§7when you fire your bow.\",3:\"\",4:\"§7Use this on an item in an Anvil\",5:\"§7to apply it!\",6:\"\",7:\"§6Source:\",8:\"§aI-V: §7Enchantment Table,\",9:\"§7String Collection\",10:\"\",11:\"§6Applied To:\",12:\"§7- §fBow\",13:\"\",14:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"INFINITE_QUIVER;1\",enchantments:{infinite_quiver:1}}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Infinite Quiver I\",1:\"§7Saves arrows §a3%§7 of the time\",2:\"§7when you fire your bow. Disabled\",3:\"§7while sneaking.\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§6Source:\",9:\"§aI-V: §7Enchantment Table,\",10:\"§7String Collection\",11:\"\",12:\"§6Applied To:\",13:\"§7- §fBow\",14:\"\",15:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"INFINITE_QUIVER;1\",enchantments:{infinite_quiver:1}}}", "damage": 0, "lore": [ "§9Infinite Quiver I", - "§7Saves arrows §a3.0%§7 of the time", - "§7when you fire your bow.", + "§7Saves arrows §a3%§7 of the time", + "§7when you fire your bow. Disabled", + "§7while sneaking.", "", "§7Use this on an item in an Anvil", "§7to apply it!", @@ -24,6 +25,6 @@ "parent": "INFINITE_QUIVER;4", "crafttext": "", "clickcommand": "", - "modver": "2.0.0-REL", + "modver": "2.1.0-REL", "infoType": "" -} +}
\ No newline at end of file |