diff options
| author | jani270 <69345714+jani270@users.noreply.github.com> | 2024-12-20 17:36:11 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-12-20 16:36:11 +0000 |
| commit | 71ded196d1e8953ed22f05d9f941804ddeb20fa6 (patch) | |
| tree | 02be101d189c4496c69fb83734ef1a23310ac069 /items/END_SWORD.json | |
| parent | 58c6eac1b9ca0b52f997eb41a9c275aa1bfe4a98 (diff) | |
| download | NotEnoughUpdates-REPO-71ded196d1e8953ed22f05d9f941804ddeb20fa6.tar.gz NotEnoughUpdates-REPO-71ded196d1e8953ed22f05d9f941804ddeb20fa6.tar.bz2 NotEnoughUpdates-REPO-71ded196d1e8953ed22f05d9f941804ddeb20fa6.zip | |
fix: End Sword Recipe (#1537)
Diffstat (limited to 'items/END_SWORD.json')
| -rw-r--r-- | items/END_SWORD.json | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/items/END_SWORD.json b/items/END_SWORD.json index 545e79b7..b884c590 100644 --- a/items/END_SWORD.json +++ b/items/END_SWORD.json @@ -1,14 +1,13 @@ { "itemid": "minecraft:diamond_sword", "displayname": "§aEnd Sword", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+35\",1:\"\",2:\"§7Deals §a+100% §7damage to\",3:\"§7§7Endermites§7, §7Endermen§7,\",4:\"§7and §7Ender Dragons§7.\",5:\"\",6:\"§7§8This item can be reforged!\",7:\"§a§lUNCOMMON SWORD\"],Name:\"§aEnd Sword\"},ExtraAttributes:{originTag:\"SHOP_PURCHASE\",id:\"END_SWORD\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+35\",1:\"\",2:\"§7Deals §a+100% §7damage to §7Endermites§7,\",3:\"§7§7Endermen§7, and §7Ender Dragons§7.\",4:\"\",5:\"§7§8This item can be reforged!\",6:\"§a§lUNCOMMON SWORD\"],Name:\"§aEnd Sword\"},ExtraAttributes:{id:\"END_SWORD\"}}", "damage": 0, "lore": [ "§7Damage: §c+35", "", - "§7Deals §a+100% §7damage to", - "§7§7Endermites§7, §7Endermen§7,", - "§7and §7Ender Dragons§7.", + "§7Deals §a+100% §7damage to §7Endermites§7,", + "§7§7Endermen§7, and §7Ender Dragons§7.", "", "§7§8This item can be reforged!", "§a§lUNCOMMON SWORD" @@ -17,17 +16,17 @@ "crafttext": "", "clickcommand": "viewrecipe", "recipe": { - "A1": "ENDER_PEARL:1", - "A2": "", + "A1": "", + "A2": "ENDER_PEARL:1", "A3": "", "B1": "", "B2": "ENDER_PEARL:1", "B3": "", "C1": "", - "C2": "", - "C3": "STICK:1" + "C2": "STICK:1", + "C3": "" }, - "modver": "2.1.0-REL", + "modver": "2.5.0", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/End_Sword", |
