diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-04-05 18:35:38 -0400 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-04-05 18:35:38 -0400 |
commit | 56c96ce1938b635c0e5fb74ebc508dca1f3bb8f0 (patch) | |
tree | 8c56296b2a8c9efeae3aafb6ccad2d30cb52d554 /items | |
parent | 138454d2407a17557776efcf32e9bd0b959a049a (diff) | |
download | NotEnoughUpdates-REPO-56c96ce1938b635c0e5fb74ebc508dca1f3bb8f0.tar.gz NotEnoughUpdates-REPO-56c96ce1938b635c0e5fb74ebc508dca1f3bb8f0.tar.bz2 NotEnoughUpdates-REPO-56c96ce1938b635c0e5fb74ebc508dca1f3bb8f0.zip |
Large Enchanted Sacks Links
Diffstat (limited to 'items')
-rw-r--r-- | items/LARGE_ENCHANTED_AGRONOMY_SACK.json | 5 | ||||
-rw-r--r-- | items/LARGE_ENCHANTED_COMBAT_SACK.json | 5 | ||||
-rw-r--r-- | items/LARGE_ENCHANTED_FISHING_SACK.json | 5 | ||||
-rw-r--r-- | items/LARGE_ENCHANTED_FORAGING_SACK.json | 5 | ||||
-rw-r--r-- | items/LARGE_ENCHANTED_MINING_SACK.json | 5 |
5 files changed, 20 insertions, 5 deletions
diff --git a/items/LARGE_ENCHANTED_AGRONOMY_SACK.json b/items/LARGE_ENCHANTED_AGRONOMY_SACK.json index 388d3a1c..b70d5105 100644 --- a/items/LARGE_ENCHANTED_AGRONOMY_SACK.json +++ b/items/LARGE_ENCHANTED_AGRONOMY_SACK.json @@ -37,5 +37,8 @@ "crafttext": "Requires: Wheat XI", "clickcommand": "viewrecipe", "modver": "2.0.0-REL", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Large_Enchanted_Agronomy_Sack" + ] }
\ No newline at end of file diff --git a/items/LARGE_ENCHANTED_COMBAT_SACK.json b/items/LARGE_ENCHANTED_COMBAT_SACK.json index f1635e8a..5e1a8d14 100644 --- a/items/LARGE_ENCHANTED_COMBAT_SACK.json +++ b/items/LARGE_ENCHANTED_COMBAT_SACK.json @@ -37,5 +37,8 @@ "crafttext": "Requires: Rotten Flesh X", "clickcommand": "viewrecipe", "modver": "2.0.0-REL", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Large_Enchanted_Combat_Sack" + ] }
\ No newline at end of file diff --git a/items/LARGE_ENCHANTED_FISHING_SACK.json b/items/LARGE_ENCHANTED_FISHING_SACK.json index 1af4a8a3..e76a6f66 100644 --- a/items/LARGE_ENCHANTED_FISHING_SACK.json +++ b/items/LARGE_ENCHANTED_FISHING_SACK.json @@ -37,5 +37,8 @@ "crafttext": "Requires: Pufferfish X", "clickcommand": "viewrecipe", "modver": "2.0.0-REL", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Large_Enchanted_Fishing_Sack" + ] }
\ No newline at end of file diff --git a/items/LARGE_ENCHANTED_FORAGING_SACK.json b/items/LARGE_ENCHANTED_FORAGING_SACK.json index 694885e4..11845451 100644 --- a/items/LARGE_ENCHANTED_FORAGING_SACK.json +++ b/items/LARGE_ENCHANTED_FORAGING_SACK.json @@ -34,5 +34,8 @@ "crafttext": "Requires: Birch Wood X", "clickcommand": "viewrecipe", "modver": "2.0.0-REL", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Large_Enchanted_Foraging_Sack" + ] }
\ No newline at end of file diff --git a/items/LARGE_ENCHANTED_MINING_SACK.json b/items/LARGE_ENCHANTED_MINING_SACK.json index 615a2b1a..ee88b16e 100644 --- a/items/LARGE_ENCHANTED_MINING_SACK.json +++ b/items/LARGE_ENCHANTED_MINING_SACK.json @@ -42,5 +42,8 @@ "crafttext": "Requires: Coal X", "clickcommand": "viewrecipe", "modver": "2.0.0-REL", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Large_Enchanted_Mining_Sack" + ] }
\ No newline at end of file |