diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2024-03-19 22:40:42 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-19 21:40:42 +0000 |
commit | 9f4e2cc0805a4c8fd5187e6a6222caabcf8204d9 (patch) | |
tree | 7a7be1b0864a1d06c918c4f224c1c0efcd5ba783 /items/ENDER_SLAYER;1.json | |
parent | 745b7a3a824447fd00c589e81f55301392f003a5 (diff) | |
download | NotEnoughUpdates-REPO-9f4e2cc0805a4c8fd5187e6a6222caabcf8204d9.tar.gz NotEnoughUpdates-REPO-9f4e2cc0805a4c8fd5187e6a6222caabcf8204d9.tar.bz2 NotEnoughUpdates-REPO-9f4e2cc0805a4c8fd5187e6a6222caabcf8204d9.zip |
Fixed Ender Slayer lore and more (#1134)
Diffstat (limited to 'items/ENDER_SLAYER;1.json')
-rw-r--r-- | items/ENDER_SLAYER;1.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/items/ENDER_SLAYER;1.json b/items/ENDER_SLAYER;1.json index d7809208..36963e74 100644 --- a/items/ENDER_SLAYER;1.json +++ b/items/ENDER_SLAYER;1.json @@ -1,13 +1,13 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§fEnchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Ender Slayer I\",1:\"§7Increases damage dealt to\",2:\"§7§7Ender Dragons§7 and\",3:\"§7§7Endermen§7 by §a15%§7.\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§6Source:\",9:\"§aI-V: §7Enchantment Table,\",10:\"§7Ender Pearl Collection\",11:\"\",12:\"§6Applied To:\",13:\"§7- §fSword\",14:\"§7- §fFishing Weapon\",15:\"§7- §fLongsword\",16:\"§7- §fGauntlet\",17:\"\",18:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"ENDER_SLAYER;1\",enchantments:{ender_slayer:1}}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Ender Slayer I\",1:\"§7Increases damage dealt to\",2:\"§7§7Endermen§7, §7Endermites§7, and §7Ender\",3:\"§7Dragons§7 by §a15%§7.\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§6Source:\",9:\"§aI-V: §7Enchantment Table,\",10:\"§7Ender Pearl Collection\",11:\"\",12:\"§6Applied To:\",13:\"§7- §fSword\",14:\"§7- §fFishing Weapon\",15:\"§7- §fLongsword\",16:\"§7- §fGauntlet\",17:\"\",18:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"ENDER_SLAYER;1\",enchantments:{ender_slayer:1}}}", "damage": 0, "lore": [ "§9Ender Slayer I", "§7Increases damage dealt to", - "§7§7Ender Dragons§7 and", - "§7§7Endermen§7 by §a15%§7.", + "§7§7Endermen§7, §7Endermites§7, and §7Ender", + "§7Dragons§7 by §a15%§7.", "", "§7Use this on an item in an Anvil", "§7to apply it!", @@ -28,6 +28,6 @@ "parent": "ENDER_SLAYER;4", "crafttext": "", "clickcommand": "", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "" }
\ No newline at end of file |