diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2022-05-03 12:22:34 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-03 10:22:34 +0000 |
commit | 0ea23c71191acd73fdf03cc37a81fa78c36a4893 (patch) | |
tree | 5adfe2c1a6d67e7308f7c04860168b3dabed4f6b /items/WILSON_ENGINEERING_PLANS.json | |
parent | a370cd99fb25e4ab7549d9fb4a5d3c283ecf8b63 (diff) | |
download | NotEnoughUpdates-REPO-0ea23c71191acd73fdf03cc37a81fa78c36a4893.tar.gz NotEnoughUpdates-REPO-0ea23c71191acd73fdf03cc37a81fa78c36a4893.tar.bz2 NotEnoughUpdates-REPO-0ea23c71191acd73fdf03cc37a81fa78c36a4893.zip |
Bunch of fixes and other stuff (#732)
Diffstat (limited to 'items/WILSON_ENGINEERING_PLANS.json')
-rw-r--r-- | items/WILSON_ENGINEERING_PLANS.json | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/items/WILSON_ENGINEERING_PLANS.json b/items/WILSON_ENGINEERING_PLANS.json index 2bcef086..ecefa8f4 100644 --- a/items/WILSON_ENGINEERING_PLANS.json +++ b/items/WILSON_ENGINEERING_PLANS.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:paper", - "displayname": "§f§f§6Wilson\u0027s Engineering Plans", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7Drops very rarely from the\",1:\"§7Inferno Demonlord.\",2:\"\",3:\"§eRight-click to view recipes!\",4:\"\",5:\"§6§lLEGENDARY\"],Name:\"§f§f§6Wilson\u0027s Engineering Plans\"},ExtraAttributes:{id:\"WILSON_ENGINEERING_PLANS\"}}", + "displayname": "§f§f§6Wilson's Engineering Plans", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7Drops very rarely from the\",1:\"§7Inferno Demonlord.\",2:\"\",3:\"§eRight-click to view recipes!\",4:\"\",5:\"§6§lLEGENDARY\"],Name:\"§f§f§6Wilson's Engineering Plans\"},ExtraAttributes:{id:\"WILSON_ENGINEERING_PLANS\"}}", "damage": 0, "lore": [ "§7Drops very rarely from the", @@ -15,5 +15,8 @@ "crafttext": "", "clickcommand": "", "modver": "2.1.0-REL", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Wilson's_Engineering_Plans" + ] }
\ No newline at end of file |