diff options
-rw-r--r-- | items/DIAMOND_BARDING.json | 8 | ||||
-rw-r--r-- | items/GOLD_BARDING.json | 8 | ||||
-rw-r--r-- | items/IRON_BARDING.json | 8 | ||||
-rw-r--r-- | items/MITHRIL_DRILL_ENGINE.json | 7 | ||||
-rw-r--r-- | items/MITHRIL_FUEL_TANK.json | 9 | ||||
-rw-r--r-- | items/TITANIUM_FUEL_TANK.json | 7 |
6 files changed, 34 insertions, 13 deletions
diff --git a/items/DIAMOND_BARDING.json b/items/DIAMOND_BARDING.json index cdeb8901..a269361c 100644 --- a/items/DIAMOND_BARDING.json +++ b/items/DIAMOND_BARDING.json @@ -9,5 +9,9 @@ "internalname": "DIAMOND_BARDING", "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/Horse_Armor" + ] +} diff --git a/items/GOLD_BARDING.json b/items/GOLD_BARDING.json index cd8f3d26..b423c5c8 100644 --- a/items/GOLD_BARDING.json +++ b/items/GOLD_BARDING.json @@ -9,5 +9,9 @@ "internalname": "GOLD_BARDING", "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/Horse_Armor" + ] +} diff --git a/items/IRON_BARDING.json b/items/IRON_BARDING.json index 8c83b12d..c9c958dd 100644 --- a/items/IRON_BARDING.json +++ b/items/IRON_BARDING.json @@ -9,5 +9,9 @@ "internalname": "IRON_BARDING", "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/Horse_Armor" + ] +} diff --git a/items/MITHRIL_DRILL_ENGINE.json b/items/MITHRIL_DRILL_ENGINE.json index ed59ab39..4fac30c8 100644 --- a/items/MITHRIL_DRILL_ENGINE.json +++ b/items/MITHRIL_DRILL_ENGINE.json @@ -29,5 +29,8 @@ "crafttext": "", "clickcommand": "", "modver": "2.0.0-REL", - "infoType": "" -}
\ No newline at end of file + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Mithril-Plated_Drill_Engine" + ] +} diff --git a/items/MITHRIL_FUEL_TANK.json b/items/MITHRIL_FUEL_TANK.json index f6baf21c..3837b61c 100644 --- a/items/MITHRIL_FUEL_TANK.json +++ b/items/MITHRIL_FUEL_TANK.json @@ -27,6 +27,9 @@ "internalname": "MITHRIL_FUEL_TANK", "crafttext": "", "clickcommand": "", - "modver": "1.7.1-REL", - "infoType": "" -}
\ No newline at end of file + "modver": "2.0.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Mithril-Infused_Fuel_Tank" + ] +} diff --git a/items/TITANIUM_FUEL_TANK.json b/items/TITANIUM_FUEL_TANK.json index 304c4a2a..4fae6597 100644 --- a/items/TITANIUM_FUEL_TANK.json +++ b/items/TITANIUM_FUEL_TANK.json @@ -32,5 +32,8 @@ "crafttext": "", "clickcommand": "", "modver": "2.0.0-REL", - "infoType": "" -}
\ No newline at end of file + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Titanium-Infused_Fuel_Tank" + ] +} |