diff options
-rw-r--r-- | items/ENDER_PORTAL_FRAME.json | 10 | ||||
-rw-r--r-- | items/PARKOUR_CONTROLLER.json | 9 | ||||
-rw-r--r-- | items/PARKOUR_POINT.json | 9 |
3 files changed, 19 insertions, 9 deletions
diff --git a/items/ENDER_PORTAL_FRAME.json b/items/ENDER_PORTAL_FRAME.json index f96e288f..41dd2fb4 100644 --- a/items/ENDER_PORTAL_FRAME.json +++ b/items/ENDER_PORTAL_FRAME.json @@ -7,7 +7,11 @@ "§f§lCOMMON" ], "internalname": "ENDER_PORTAL_FRAME", - "modver": "1.3-REL", + "modver": "2.0.0-REL", "vanilla": true, - "clickcommand": "" -}
\ No newline at end of file + "clickcommand": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/End_Portal_Frame" + ] +} diff --git a/items/PARKOUR_CONTROLLER.json b/items/PARKOUR_CONTROLLER.json index ddbd18b8..b4815211 100644 --- a/items/PARKOUR_CONTROLLER.json +++ b/items/PARKOUR_CONTROLLER.json @@ -13,6 +13,9 @@ "internalname": "PARKOUR_CONTROLLER", "crafttext": "", "clickcommand": "", - "modver": "1.5-REL", - "infoType": "" -}
\ No newline at end of file + "modver": "2.0.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Parkour_Start/End" + ] +} diff --git a/items/PARKOUR_POINT.json b/items/PARKOUR_POINT.json index 5533acc9..f99943e8 100644 --- a/items/PARKOUR_POINT.json +++ b/items/PARKOUR_POINT.json @@ -13,6 +13,9 @@ "internalname": "PARKOUR_POINT", "crafttext": "", "clickcommand": "", - "modver": "1.5-REL", - "infoType": "" -}
\ No newline at end of file + "modver": "2.0.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Parkour_Checkpoint" + ] +} |