diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2023-12-03 14:39:34 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-03 13:39:34 +0000 |
commit | 2280adb118ee9eec3e87a41f7fb3fb65200f1145 (patch) | |
tree | d58f6c4849ced8a7abdf2fe31297c15925a165c9 /items/BINGOLIBUR.json | |
parent | 8acf6ee1cf5636c1107fb33cbe6de47fe1050208 (diff) | |
download | NotEnoughUpdates-REPO-2280adb118ee9eec3e87a41f7fb3fb65200f1145.tar.gz NotEnoughUpdates-REPO-2280adb118ee9eec3e87a41f7fb3fb65200f1145.tar.bz2 NotEnoughUpdates-REPO-2280adb118ee9eec3e87a41f7fb3fb65200f1145.zip |
Fixed lore of 4 items (#1060)
Diffstat (limited to 'items/BINGOLIBUR.json')
-rw-r--r-- | items/BINGOLIBUR.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/items/BINGOLIBUR.json b/items/BINGOLIBUR.json index e8a0f76c..f94a3744 100644 --- a/items/BINGOLIBUR.json +++ b/items/BINGOLIBUR.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:golden_sword", "displayname": "§9Bingolibur", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+80\",1:\"§7Strength: §c+80\",2:\"\",3:\"§7§7Gives §b+1✯ Magic Find §7for\",4:\"§7each SkyBlock Level (Max 50).\",5:\"\",6:\"§8§l* §8Co-op Soulbound §8§l*\",7:\"§9§lRARE SWORD\"],Name:\"§9Bingolibur\"},ExtraAttributes:{modifier:\"odd_sword\",id:\"BINGOLIBUR\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+80\",1:\"§7Strength: §c+80\",2:\"\",3:\"§7§7Gives §b+1✯ Magic Find §7for\",4:\"§7each SkyBlock Level (Max 50).\",5:\"\",6:\"§8§l* §8Soulbound §8§l*\",7:\"§9§lRARE SWORD\"],Name:\"§9Bingolibur\"},ExtraAttributes:{id:\"BINGOLIBUR\"}}", "damage": 0, "lore": [ "§7Damage: §c+80", @@ -10,7 +10,7 @@ "§7§7Gives §b+1✯ Magic Find §7for", "§7each SkyBlock Level (Max 50).", "", - "§8§l* §8Co-op Soulbound §8§l*", + "§8§l* §8Soulbound §8§l*", "§9§lRARE SWORD" ], "internalname": "BINGOLIBUR", |