aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjani270 <69345714+jani270@users.noreply.github.com>2024-05-15 13:30:06 +0200
committerGitHub <noreply@github.com>2024-05-15 11:30:06 +0000
commit7289832026d600ad880dd6945dffdbe1001d6995 (patch)
tree7f545767463173311acbcaa891948dfdc1cfabf2
parentd6bb6f83dec0ca1904d3a73186580726f270e87b (diff)
downloadNotEnoughUpdates-REPO-7289832026d600ad880dd6945dffdbe1001d6995.tar.gz
NotEnoughUpdates-REPO-7289832026d600ad880dd6945dffdbe1001d6995.tar.bz2
NotEnoughUpdates-REPO-7289832026d600ad880dd6945dffdbe1001d6995.zip
Fix Requires -> Requires: and fix armor of resistance lmao (#1207)
-rw-r--r--items/AMBER_POWER_SCROLL.json2
-rw-r--r--items/AMETHYST_POWER_SCROLL.json2
-rw-r--r--items/ARMOR_OF_THE_RESISTANCE_BOOTS.json11
-rw-r--r--items/ARMOR_OF_THE_RESISTANCE_CHESTPLATE.json11
-rw-r--r--items/ARMOR_OF_THE_RESISTANCE_HELMET.json11
-rw-r--r--items/ARMOR_OF_THE_RESISTANCE_LEGGINGS.json11
-rw-r--r--items/ARMOR_OF_YOG_BOOTS.json2
-rw-r--r--items/ARMOR_OF_YOG_CHESTPLATE.json2
-rw-r--r--items/ARMOR_OF_YOG_HELMET.json2
-rw-r--r--items/ARMOR_OF_YOG_LEGGINGS.json2
-rw-r--r--items/CONCENTRATED_STONE.json2
-rw-r--r--items/ENCHANTED_HARD_STONE.json2
-rw-r--r--items/FINE_AMBER_GEM.json2
-rw-r--r--items/FINE_AMETHYST_GEM.json2
-rw-r--r--items/FINE_JADE_GEM.json2
-rw-r--r--items/FINE_JASPER_GEM.json2
-rw-r--r--items/FINE_RUBY_GEM.json2
-rw-r--r--items/FINE_SAPPHIRE_GEM.json2
-rw-r--r--items/FINE_TOPAZ_GEM.json2
-rw-r--r--items/FLAME_BREAKER_BOOTS.json2
-rw-r--r--items/FLAME_BREAKER_CHESTPLATE.json2
-rw-r--r--items/FLAME_BREAKER_HELMET.json2
-rw-r--r--items/FLAME_BREAKER_LEGGINGS.json2
-rw-r--r--items/FLAWED_AMBER_GEM.json2
-rw-r--r--items/FLAWED_AMETHYST_GEM.json2
-rw-r--r--items/FLAWED_JADE_GEM.json2
-rw-r--r--items/FLAWED_JASPER_GEM.json2
-rw-r--r--items/FLAWED_RUBY_GEM.json2
-rw-r--r--items/FLAWED_SAPPHIRE_GEM.json2
-rw-r--r--items/FLAWED_TOPAZ_GEM.json2
-rw-r--r--items/FLAWLESS_AMBER_GEM.json2
-rw-r--r--items/FLAWLESS_AMETHYST_GEM.json2
-rw-r--r--items/FLAWLESS_JADE_GEM.json2
-rw-r--r--items/FLAWLESS_JASPER_GEM.json2
-rw-r--r--items/FLAWLESS_RUBY_GEM.json2
-rw-r--r--items/FLAWLESS_SAPPHIRE_GEM.json2
-rw-r--r--items/FLAWLESS_TOPAZ_GEM.json2
-rw-r--r--items/GEMSTONE_GAUNTLET.json2
-rw-r--r--items/GENERALS_ARMOR_OF_THE_RESISTANCE_BOOTS.json10
-rw-r--r--items/GENERALS_ARMOR_OF_THE_RESISTANCE_CHESTPLATE.json10
-rw-r--r--items/GENERALS_ARMOR_OF_THE_RESISTANCE_HELMET.json10
-rw-r--r--items/GENERALS_ARMOR_OF_THE_RESISTANCE_LEGGINGS.json10
-rw-r--r--items/HEAT_BOOTS.json2
-rw-r--r--items/HEAT_CHESTPLATE.json2
-rw-r--r--items/HEAT_HELMET.json2
-rw-r--r--items/HEAT_LEGGINGS.json2
-rw-r--r--items/HOT_STUFF.json2
-rw-r--r--items/JASPER_POWER_SCROLL.json2
-rw-r--r--items/MAGICAL_LAVA_BUCKET.json2
-rw-r--r--items/MUSEUM_TRAVEL_SCROLL.json2
-rw-r--r--items/POWER_ARTIFACT.json2
-rw-r--r--items/POWER_RING.json2
-rw-r--r--items/POWER_TALISMAN.json2
-rw-r--r--items/PRISTINE;1.json2
-rw-r--r--items/REAPER_BOOTS.json2
-rw-r--r--items/REAPER_CHESTPLATE.json2
-rw-r--r--items/REAPER_LEGGINGS.json2
-rw-r--r--items/REAPER_ORB.json2
-rw-r--r--items/REVENANT_LEGGINGS.json2
-rw-r--r--items/RUBY_POWER_SCROLL.json2
-rw-r--r--items/SAPPHIRE_POWER_SCROLL.json2
-rw-r--r--items/WAND_OF_ATONEMENT.json2
-rw-r--r--items/WARDEN_HELMET.json2
63 files changed, 95 insertions, 99 deletions
diff --git a/items/AMBER_POWER_SCROLL.json b/items/AMBER_POWER_SCROLL.json
index 45009279..ae883182 100644
--- a/items/AMBER_POWER_SCROLL.json
+++ b/items/AMBER_POWER_SCROLL.json
@@ -26,7 +26,7 @@
"C3": "FINE_AMBER_GEM:16"
},
"internalname": "AMBER_POWER_SCROLL",
- "crafttext": "Requires Gemstone Collection VII",
+ "crafttext": "Requires: Gemstone Collection VII",
"clickcommand": "viewrecipe",
"modver": "2.1.1-PRE",
"infoType": "WIKI_URL",
diff --git a/items/AMETHYST_POWER_SCROLL.json b/items/AMETHYST_POWER_SCROLL.json
index 6ce16dbf..5bad2fba 100644
--- a/items/AMETHYST_POWER_SCROLL.json
+++ b/items/AMETHYST_POWER_SCROLL.json
@@ -27,7 +27,7 @@
},
"internalname": "AMETHYST_POWER_SCROLL",
"clickcommand": "viewrecipe",
- "crafttext": "Requires Gemstone Collection VII",
+ "crafttext": "Requires: Gemstone Collection VII",
"modver": "2.1.0-REL",
"infoType": "WIKI_URL",
"info": [
diff --git a/items/ARMOR_OF_THE_RESISTANCE_BOOTS.json b/items/ARMOR_OF_THE_RESISTANCE_BOOTS.json
index 4a2c9760..abc13eee 100644
--- a/items/ARMOR_OF_THE_RESISTANCE_BOOTS.json
+++ b/items/ARMOR_OF_THE_RESISTANCE_BOOTS.json
@@ -1,17 +1,16 @@
{
"itemid": "minecraft:leather_boots",
"displayname": "§5Boots of the Rising Sun",
- "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+8\",1:\"§7Defense: §a+8\",2:\"§7Intelligence: §a+150\",3:\"\",4:\"§6Full Set Bonus: Power of the Resistance\",5:\"§7Provides a damage bonus while\",6:\"§7fighting against Dante, and\",7:\"§7reduces damage taken from Dante.\",8:\"\",9:\"§7§8This item can be reforged!\",10:\"§5§lEPIC BOOTS\"],color:10454537,Name:\"§5Boots of the Rising Sun\"},ExtraAttributes:{color:\"159:134:9\",leaderVotes:0,leaderPosition:0,originTag:\"REWARD_SERAPHINE:ARMOR_OF_THE_RESISTANCE_BOOTS\",id:\"ARMOR_OF_THE_RESISTANCE_BOOTS\"}}",
+ "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+8\",1:\"§7Defense: §a+8\",2:\"\",3:\"§6Full Set Bonus: Power of the Resistance §7(0/4)\",4:\"§7Provides a damage bonus while\",5:\"§7fighting against Dante, and reduces\",6:\"§7damage taken from Dante.\",7:\"\",8:\"§7§8This item can be reforged!\",9:\"§5§lEPIC BOOTS\"],color:10454537,Name:\"§5Boots of the Rising Sun\"},ExtraAttributes:{color:\"159:134:9\",leaderVotes:0,leaderPosition:0,originTag:\"REWARD_SERAPHINE:ARMOR_OF_THE_RESISTANCE_BOOTS\",id:\"ARMOR_OF_THE_RESISTANCE_BOOTS\"}}",
"damage": 0,
"lore": [
"§7Health: §a+8",
"§7Defense: §a+8",
- "§7Intelligence: §a+150",
"",
- "§6Full Set Bonus: Power of the Resistance",
+ "§6Full Set Bonus: Power of the Resistance §7(0/4)",
"§7Provides a damage bonus while",
- "§7fighting against Dante, and",
- "§7reduces damage taken from Dante.",
+ "§7fighting against Dante, and reduces",
+ "§7damage taken from Dante.",
"",
"§7§8This item can be reforged!",
"§5§lEPIC BOOTS"
@@ -19,7 +18,7 @@
"internalname": "ARMOR_OF_THE_RESISTANCE_BOOTS",
"crafttext": "",
"clickcommand": "",
- "modver": "2.1.0-REL",
+ "modver": "",
"infoType": "WIKI_URL",
"info": [
"https://hypixel-skyblock.fandom.com/wiki/Armor_of_the_Rising_Sun",
diff --git a/items/ARMOR_OF_THE_RESISTANCE_CHESTPLATE.json b/items/ARMOR_OF_THE_RESISTANCE_CHESTPLATE.json
index 6cd03025..3108b2fd 100644
--- a/items/ARMOR_OF_THE_RESISTANCE_CHESTPLATE.json
+++ b/items/ARMOR_OF_THE_RESISTANCE_CHESTPLATE.json
@@ -1,17 +1,16 @@
{
"itemid": "minecraft:golden_chestplate",
"displayname": "§5Chestplate of the Rising Sun",
- "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+15\",1:\"§7Defense: §a+15\",2:\"§7Intelligence: §a+150\",3:\"\",4:\"§6Full Set Bonus: Power of the Resistance\",5:\"§7Provides a damage bonus while\",6:\"§7fighting against Dante, and\",7:\"§7reduces damage taken from Dante.\",8:\"\",9:\"§7§8This item can be reforged!\",10:\"§5§lEPIC CHESTPLATE\"],Name:\"§5Chestplate of the Rising Sun\"},ExtraAttributes:{leaderVotes:0,leaderPosition:0,originTag:\"REWARD_SERAPHINE:ARMOR_OF_THE_RESISTANCE_CHESTPLATE\",id:\"ARMOR_OF_THE_RESISTANCE_CHESTPLATE\"}}",
+ "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+15\",1:\"§7Defense: §a+15\",2:\"\",3:\"§6Full Set Bonus: Power of the Resistance §7(0/4)\",4:\"§7Provides a damage bonus while\",5:\"§7fighting against Dante, and reduces\",6:\"§7damage taken from Dante.\",7:\"\",8:\"§7§8This item can be reforged!\",9:\"§5§lEPIC CHESTPLATE\"],Name:\"§5Chestplate of the Rising Sun\"},ExtraAttributes:{leaderVotes:0,leaderPosition:0,originTag:\"REWARD_SERAPHINE:ARMOR_OF_THE_RESISTANCE_CHESTPLATE\",id:\"ARMOR_OF_THE_RESISTANCE_CHESTPLATE\"}}",
"damage": 0,
"lore": [
"§7Health: §a+15",
"§7Defense: §a+15",
- "§7Intelligence: §a+150",
"",
- "§6Full Set Bonus: Power of the Resistance",
+ "§6Full Set Bonus: Power of the Resistance §7(0/4)",
"§7Provides a damage bonus while",
- "§7fighting against Dante, and",
- "§7reduces damage taken from Dante.",
+ "§7fighting against Dante, and reduces",
+ "§7damage taken from Dante.",
"",
"§7§8This item can be reforged!",
"§5§lEPIC CHESTPLATE"
@@ -19,7 +18,7 @@
"internalname": "ARMOR_OF_THE_RESISTANCE_CHESTPLATE",
"crafttext": "",
"clickcommand": "",
- "modver": "2.1.0-REL",
+ "modver": "",
"infoType": "WIKI_URL",
"info": [
"https://hypixel-skyblock.fandom.com/wiki/Armor_of_the_Rising_Sun",
diff --git a/items/ARMOR_OF_THE_RESISTANCE_HELMET.json b/items/ARMOR_OF_THE_RESISTANCE_HELMET.json
index 6e9cd639..8b6ce19a 100644
--- a/items/ARMOR_OF_THE_RESISTANCE_HELMET.json
+++ b/items/ARMOR_OF_THE_RESISTANCE_HELMET.json
@@ -1,17 +1,16 @@
{
"itemid": "minecraft:skull",
"displayname": "§5Helmet of the Rising Sun",
- "nbttag": "{HideFlags:254,SkullOwner:{Id:\"1a136205-4ff3-3028-bb5b-c2ef8a047399\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYxODIzMzEwNTIyOSwKICAicHJvZmlsZUlkIiA6ICIzYTNmNzhkZmExZjQ0OTllYjE5NjlmYzlkOTEwZGYwYyIsCiAgInByb2ZpbGVOYW1lIiA6ICJOb19jcmVyYXIiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNzRjZjNjNWYyNGM5YmY4YjkwMzFlOGFlZDUzMzdiNmEwN2Y4MTljZGU4YzYyMjA4NTU0NTE2MmY4YTY5MzA2MCIsCiAgICAgICJtZXRhZGF0YSIgOiB7CiAgICAgICAgIm1vZGVsIiA6ICJzbGltIgogICAgICB9CiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7Health: §a+10\",1:\"§7Defense: §a+10\",2:\"§7Intelligence: §a+150\",3:\"\",4:\"§6Full Set Bonus: Power of the Resistance\",5:\"§7Provides a damage bonus while\",6:\"§7fighting against Dante, and\",7:\"§7reduces damage taken from Dante.\",8:\"\",9:\"§7§8This item can be reforged!\",10:\"§5§lEPIC HELMET\"],Name:\"§5Helmet of the Rising Sun\"},ExtraAttributes:{leaderVotes:0,leaderPosition:0,originTag:\"REWARD_SERAPHINE:ARMOR_OF_THE_RESISTANCE_HELMET\",id:\"ARMOR_OF_THE_RESISTANCE_HELMET\"}}",
+ "nbttag": "{HideFlags:254,SkullOwner:{Id:\"1a136205-4ff3-3028-bb5b-c2ef8a047399\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYxODIzMzEwNTIyOSwKICAicHJvZmlsZUlkIiA6ICIzYTNmNzhkZmExZjQ0OTllYjE5NjlmYzlkOTEwZGYwYyIsCiAgInByb2ZpbGVOYW1lIiA6ICJOb19jcmVyYXIiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNzRjZjNjNWYyNGM5YmY4YjkwMzFlOGFlZDUzMzdiNmEwN2Y4MTljZGU4YzYyMjA4NTU0NTE2MmY4YTY5MzA2MCIsCiAgICAgICJtZXRhZGF0YSIgOiB7CiAgICAgICAgIm1vZGVsIiA6ICJzbGltIgogICAgICB9CiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7Health: §a+10\",1:\"§7Defense: §a+10\",2:\"\",3:\"§6Full Set Bonus: Power of the Resistance §7(0/4)\",4:\"§7Provides a damage bonus while\",5:\"§7fighting against Dante, and reduces\",6:\"§7damage taken from Dante.\",7:\"\",8:\"§7§8This item can be reforged!\",9:\"§5§lEPIC HELMET\"],Name:\"§5Helmet of the Rising Sun\"},ExtraAttributes:{originTag:\"UNKNOWN\",id:\"ARMOR_OF_THE_RESISTANCE_HELMET\"}}",
"damage": 3,
"lore": [
"§7Health: §a+10",
"§7Defense: §a+10",
- "§7Intelligence: §a+150",
"",
- "§6Full Set Bonus: Power of the Resistance",
+ "§6Full Set Bonus: Power of the Resistance §7(0/4)",
"§7Provides a damage bonus while",
- "§7fighting against Dante, and",
- "§7reduces damage taken from Dante.",
+ "§7fighting against Dante, and reduces",
+ "§7damage taken from Dante.",
"",
"§7§8This item can be reforged!",
"§5§lEPIC HELMET"
@@ -19,7 +18,7 @@
"internalname": "ARMOR_OF_THE_RESISTANCE_HELMET",
"crafttext": "",
"clickcommand": "",
- "modver": "2.1.0-REL",
+ "modver": "",
"infoType": "WIKI_URL",
"info": [
"https://hypixel-skyblock.fandom.com/wiki/Armor_of_the_Rising_Sun",
diff --git a/items/ARMOR_OF_THE_RESISTANCE_LEGGINGS.json b/items/ARMOR_OF_THE_RESISTANCE_LEGGINGS.json
index 55d05770..5d23c2da 100644
--- a/items/ARMOR_OF_THE_RESISTANCE_LEGGINGS.json
+++ b/items/ARMOR_OF_THE_RESISTANCE_LEGGINGS.json
@@ -1,17 +1,16 @@
{
"itemid": "minecraft:leather_leggings",
"displayname": "§5Leggings of the Rising Sun",
- "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+12\",1:\"§7Defense: §a+12\",2:\"§7Intelligence: §a+150\",3:\"\",4:\"§6Full Set Bonus: Power of the Resistance\",5:\"§7Provides a damage bonus while\",6:\"§7fighting against Dante, and\",7:\"§7reduces damage taken from Dante.\",8:\"\",9:\"§7§8This item can be reforged!\",10:\"§5§lEPIC LEGGINGS\"],color:14597141,Name:\"§5Leggings of the Rising Sun\"},ExtraAttributes:{color:\"222:188:21\",leaderVotes:0,leaderPosition:0,originTag:\"REWARD_SERAPHINE:ARMOR_OF_THE_RESISTANCE_LEGGINGS\",id:\"ARMOR_OF_THE_RESISTANCE_LEGGINGS\"}}",
+ "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+12\",1:\"§7Defense: §a+12\",2:\"\",3:\"§6Full Set Bonus: Power of the Resistance §7(0/4)\",4:\"§7Provides a damage bonus while\",5:\"§7fighting against Dante, and reduces\",6:\"§7damage taken from Dante.\",7:\"\",8:\"§7§8This item can be reforged!\",9:\"§5§lEPIC LEGGINGS\"],color:14597141,Name:\"§5Leggings of the Rising Sun\"},ExtraAttributes:{color:\"222:188:21\",leaderVotes:0,leaderPosition:0,originTag:\"REWARD_SERAPHINE:ARMOR_OF_THE_RESISTANCE_LEGGINGS\",id:\"ARMOR_OF_THE_RESISTANCE_LEGGINGS\"}}",
"damage": 0,
"lore": [
"§7Health: §a+12",
"§7Defense: §a+12",
- "§7Intelligence: §a+150",
"",
- "§6Full Set Bonus: Power of the Resistance",
+ "§6Full Set Bonus: Power of the Resistance §7(0/4)",
"§7Provides a damage bonus while",
- "§7fighting against Dante, and",
- "§7reduces damage taken from Dante.",
+ "§7fighting against Dante, and reduces",
+ "§7damage taken from Dante.",
"",
"§7§8This item can be reforged!",
"§5§lEPIC LEGGINGS"
@@ -19,7 +18,7 @@
"internalname": "ARMOR_OF_THE_RESISTANCE_LEGGINGS",
"crafttext": "",
"clickcommand": "",
- "modver": "2.1.0-REL",
+ "modver": "",
"infoType": "WIKI_URL",
"info": [
"https://hypixel-skyblock.fandom.com/wiki/Armor_of_the_Rising_Sun",
diff --git a/items/ARMOR_OF_YOG_BOOTS.json b/items/ARMOR_OF_YOG_BOOTS.json
index 1ff1e1ab..2095fa80 100644
--- a/items/ARMOR_OF_YOG_BOOTS.json
+++ b/items/ARMOR_OF_YOG_BOOTS.json
@@ -35,7 +35,7 @@
"C3": "YOGGIE:5"
},
"internalname": "ARMOR_OF_YOG_BOOTS",
- "crafttext": "Requires Hard Stone Collection V",
+ "crafttext": "Requires: Hard Stone Collection V",
"clickcommand": "viewrecipe",
"modver": "2.1.1-PRE",
"infoType": "WIKI_URL",
diff --git a/items/ARMOR_OF_YOG_CHESTPLATE.json b/items/ARMOR_OF_YOG_CHESTPLATE.json
index 9f0ee80a..ec8a5731 100644
--- a/items/ARMOR_OF_YOG_CHESTPLATE.json
+++ b/items/ARMOR_OF_YOG_CHESTPLATE.json
@@ -38,7 +38,7 @@
"C3": "YOGGIE:5"
},
"internalname": "ARMOR_OF_YOG_CHESTPLATE",
- "crafttext": "Requires Hard Stone Collection V",
+ "crafttext": "Requires: Hard Stone Collection V",
"clickcommand": "viewrecipe",
"modver": "2.1.1-PRE",
"infoType": "WIKI_URL",
diff --git a/items/ARMOR_OF_YOG_HELMET.json b/items/ARMOR_OF_YOG_HELMET.json
index 94531c0e..48a6e959 100644
--- a/items/ARMOR_OF_YOG_HELMET.json
+++ b/items/ARMOR_OF_YOG_HELMET.json
@@ -35,7 +35,7 @@
"C3": "YOGGIE:5"
},
"internalname": "ARMOR_OF_YOG_HELMET",
- "crafttext": "Requires Hard Stone Collection V",
+ "crafttext": "Requires: Hard Stone Collection V",
"clickcommand": "viewrecipe",
"modver": "2.1.1-PRE",
"infoType": "WIKI_URL",
diff --git a/items/ARMOR_OF_YOG_LEGGINGS.json b/items/ARMOR_OF_YOG_LEGGINGS.json
index 869ecb7d..93c407a0 100644
--- a/items/ARMOR_OF_YOG_LEGGINGS.json
+++ b/items/ARMOR_OF_YOG_LEGGINGS.json
@@ -35,7 +35,7 @@
"C3": "YOGGIE:5"
},
"internalname": "ARMOR_OF_YOG_LEGGINGS",
- "crafttext": "Requires Hard Stone Collection V",
+ "crafttext": "Requires: Hard Stone Collection V",
"clickcommand": "viewrecipe",
"modver": "2.1.1-PRE",
"infoType": "WIKI_URL",
diff --git a/items/CONCENTRATED_STONE.json b/items/CONCENTRATED_STONE.json
index ea932ac7..e606bae2 100644
--- a/items/CONCENTRATED_STONE.json
+++ b/items/CONCENTRATED_STONE.json
@@ -22,7 +22,7 @@
"C3": "ENCHANTED_HARD_STONE:64"
},
"internalname": "CONCENTRATED_STONE",
- "crafttext": "Requires Hard Stone Collection VI",
+ "crafttext": "Requires: Hard Stone Collection VI",
"clickcommand": "viewrecipe",
"modver": "2.1.0-REL",
"infoType": "WIKI_URL",
diff --git a/items/ENCHANTED_HARD_STONE.json b/items/ENCHANTED_HARD_STONE.json
index 51af8264..54e30b62 100644
--- a/items/ENCHANTED_HARD_STONE.json
+++ b/items/ENCHANTED_HARD_STONE.json
@@ -21,7 +21,7 @@
"C3": "HARD_STONE:64"
},
"internalname": "ENCHANTED_HARD_STONE",
- "crafttext": "Requires Hard Stone Collection III",
+ "crafttext": "Requires: Hard Stone Collection III",
"clickcommand": "viewrecipe",
"modver": "2.1.0-REL",
"infoType": "WIKI_URL",
diff --git a/items/FINE_AMBER_GEM.json b/items/FINE_AMBER_GEM.json
index dfb31230..b319caf0 100644
--- a/items/FINE_AMBER_GEM.json
+++ b/items/FINE_AMBER_GEM.json
@@ -25,7 +25,7 @@
"C3": ""
},
"internalname": "FINE_AMBER_GEM",
- "crafttext": "Requires Gemstone Collection V",
+ "crafttext": "Requires: Gemstone Collection V",
"clickcommand": "viewrecipe",
"modver": "2.1.0-REL",
"infoType": "WIKI_URL",
diff --git a/items/FINE_AMETHYST_GEM.json b/items/FINE_AMETHYST_GEM.json
index 372c3b54..1b19c312 100644
--- a/items/FINE_AMETHYST_GEM.json
+++ b/items/FINE_AMETHYST_GEM.json
@@ -25,7 +25,7 @@
"C3": ""
},
"internalname": "FINE_AMETHYST_GEM",
- "crafttext": "Requires Gemstone Collection V",
+ "crafttext": "Requires: Gemstone Collection V",
"clickcommand": "viewrecipe",
"modver": "2.1.0-REL",
"infoType": "WIKI_URL",
diff --git a/items/FINE_JADE_GEM.json b/items/FINE_JADE_GEM.json
index 2894fafb..53f60d8f 100644
--- a/items/FINE_JADE_GEM.json
+++ b/items/FINE_JADE_GEM.json
@@ -26,7 +26,7 @@
"C3": ""
},
"internalname": "FINE_JADE_GEM",
- "crafttext": "Requires Gemstone Collection V",
+ "crafttext": "Requires: Gemstone Collection V",
"clickcommand": "viewrecipe",
"modver": "2.1.0-REL",
"infoType": "WIKI_URL",
diff --git a/items/FINE_JASPER_GEM.json b/items/FINE_JASPER_GEM.json
index ae0614af..a6b0fc60 100644
--- a/items/FINE_JASPER_GEM.json
+++ b/items/FINE_JASPER_GEM.json
@@ -25,7 +25,7 @@
"C3": ""
},
"internalname": "FINE_JASPER_GEM",
- "crafttext": "Requires Gemstone Collection V",
+ "crafttext": "Requires: Gemstone Collection V",
"clickcommand": "viewrecipe",
"modver": "2.1.0-REL",
"infoType": "WIKI_URL",
diff --git a/items/FINE_RUBY_GEM.json b/items/FINE_RUBY_GEM.json
index 837f40a8..f4d6df6b 100644
--- a/items/FINE_RUBY_GEM.json
+++ b/items/FINE_RUBY_GEM.json
@@ -25,7 +25,7 @@
"C3": ""
},
"internalname": "FINE_RUBY_GEM",
- "crafttext": "Requires Gemstone Collection V",
+ "crafttext": "Requires: Gemstone Collection V",
"clickcommand": "viewrecipe",
"modver": "2.1.0-REL",
"infoType": "WIKI_URL",
diff --git a/items/FINE_SAPPHIRE_GEM.json b/items/FINE_SAPPHIRE_GEM.json
index 9d39cc9f..70f6b5b6 100644
--- a/items/FINE_SAPPHIRE_GEM.json
+++ b/items/FINE_SAPPHIRE_GEM.json
@@ -25,7 +25,7 @@
"C3": ""
},
"internalname": "FINE_SAPPHIRE_GEM",
- "crafttext": "Requires Gemstone Collection V",
+ "crafttext": "Requires: Gemstone Collection V",
"clickcommand": "viewrecipe",
"modver": "2.1.0-REL",
"infoType": "WIKI_URL",
diff --git a/items/FINE_TOPAZ_GEM.json b/items/FINE_TOPAZ_GEM.json
index ecd88925..65afe85e 100644
--- a/items/FINE_TOPAZ_GEM.json
+++ b/items/FINE_TOPAZ_GEM.json
@@ -25,7 +25,7 @@
"C3": ""
},
"internalname": "FINE_TOPAZ_GEM",
- "crafttext": "Requires Gemstone Collection V",
+ "crafttext": "Requires: Gemstone Collection V",
"clickcommand": "viewrecipe",
"modver": "2.1.0-REL",
"infoType": "WIKI_URL",
diff --git a/items/FLAME_BREAKER_BOOTS.json b/items/FLAME_BREAKER_BOOTS.json
index 095e03cc..7dd20363 100644
--- a/items/FLAME_BREAKER_BOOTS.json
+++ b/items/FLAME_BREAKER_BOOTS.json
@@ -30,7 +30,7 @@
"C3": "ENCHANTED_HARD_STONE:20"
},
"internalname": "FLAME_BREAKER_BOOTS",
- "crafttext": "Requires Hard Stone Collection V",
+ "crafttext": "Requires: Hard Stone Collection V",
"clickcommand": "viewrecipe",
"modver": "2.1.1-PRE",
"infoType": "WIKI_URL",
diff --git a/items/FLAME_BREAKER_CHESTPLATE.json b/items/FLAME_BREAKER_CHESTPLATE.json
index ba6ef5b6..6b3eb677 100644
--- a/items/FLAME_BREAKER_CHESTPLATE.json
+++ b/items/FLAME_BREAKER_CHESTPLATE.json
@@ -30,7 +30,7 @@
"C3": "ENCHANTED_HARD_STONE:20"
},
"internalname": "FLAME_BREAKER_CHESTPLATE",
- "crafttext": "Requires Hard Stone Collection V",
+ "crafttext": "Requires: Hard Stone Collection V",
"clickcommand": "viewrecipe",
"modver": "2.1.1-PRE",
"infoType": "WIKI_URL",
diff --git a/items/FLAME_BREAKER_HELMET.json b/items/FLAME_BREAKER_HELMET.json
index 63682eaf..9822046c 100644
--- a/items/FLAME_BREAKER_HELMET.json
+++ b/items/FLAME_BREAKER_HELMET.json
@@ -30,7 +30,7 @@
"C3": ""