diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2023-12-02 12:28:45 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-02 11:28:45 +0000 |
commit | 8acf6ee1cf5636c1107fb33cbe6de47fe1050208 (patch) | |
tree | 52ad795c314733783175413e24fc7175c100362d /items/BINGOLIBUR.json | |
parent | 0f1e699320f52ce49d4a788d4942f80be4262924 (diff) | |
download | NotEnoughUpdates-REPO-8acf6ee1cf5636c1107fb33cbe6de47fe1050208.tar.gz NotEnoughUpdates-REPO-8acf6ee1cf5636c1107fb33cbe6de47fe1050208.tar.bz2 NotEnoughUpdates-REPO-8acf6ee1cf5636c1107fb33cbe6de47fe1050208.zip |
Added some wiki links and fixed lore of animal axes (#1059)
Diffstat (limited to 'items/BINGOLIBUR.json')
-rw-r--r-- | items/BINGOLIBUR.json | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/items/BINGOLIBUR.json b/items/BINGOLIBUR.json index adedbad7..e8a0f76c 100644 --- a/items/BINGOLIBUR.json +++ b/items/BINGOLIBUR.json @@ -1,12 +1,11 @@ { "itemid": "minecraft:golden_sword", - "displayname": "§9Odd Bingolibur", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+80\",1:\"§7Strength: §c+80\",2:\"§7Crit Damage: §c+50%\",3:\"\",4:\"§7§7Gives §b+1✯ Magic Find §7for\",5:\"§7each SkyBlock Level (Max 50).\",6:\"\",7:\"§8§l* §8Co-op Soulbound §8§l*\",8:\"§9§lRARE SWORD\"],Name:\"§9Odd Bingolibur\"},ExtraAttributes:{modifier:\"odd_sword\",id:\"BINGOLIBUR\"}}", + "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\"}}", "damage": 0, "lore": [ "§7Damage: §c+80", "§7Strength: §c+80", - "§7Crit Damage: §c+50%", "", "§7§7Gives §b+1✯ Magic Find §7for", "§7each SkyBlock Level (Max 50).", @@ -17,6 +16,10 @@ "internalname": "BINGOLIBUR", "crafttext": "", "clickcommand": "", - "modver": "2.1.0-REL", - "infoType": "" + "modver": "2.1.1-PRE", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Bingolibur", + "https://wiki.hypixel.net/Bingolibur" + ] }
\ No newline at end of file |