aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--constants/reforgestones.json10
-rw-r--r--items/FIREWORK.json16
-rw-r--r--items/NECRON_BLADE.json15
-rw-r--r--items/REFORGE_ANVIL.json15
4 files changed, 45 insertions, 11 deletions
diff --git a/constants/reforgestones.json b/constants/reforgestones.json
index 87996f55..e737224f 100644
--- a/constants/reforgestones.json
+++ b/constants/reforgestones.json
@@ -1804,19 +1804,19 @@
"strength":60
},
"UNCOMMON":{
- "strength":60
+ "strength":75
},
"RARE":{
- "strength":60
+ "strength":90
},
"EPIC":{
- "strength":60
+ "strength":110
},
"LEGENDARY":{
- "strength":60
+ "strength":135
},
"MYTHIC":{
- "strength":60
+ "strength":170
}
}
}
diff --git a/items/FIREWORK.json b/items/FIREWORK.json
index af7c2356..e417254e 100644
--- a/items/FIREWORK.json
+++ b/items/FIREWORK.json
@@ -6,8 +6,20 @@
"lore": [
"§f§lCOMMON"
],
+ "recipe": {
+ "A1": "PAPER:1",
+ "A2": "SULPHUR:1",
+ "A3": "",
+ "B1": "",
+ "B2": "",
+ "B3": "",
+ "C1": "",
+ "C2": "",
+ "C3": ""
+ },
"internalname": "FIREWORK",
- "modver": "1.3-REL",
+ "modver": "2.0.0-REL",
"vanilla": true,
- "clickcommand": ""
+ "clickcommand": "viewrecipe",
+ "useneucraft": true
} \ No newline at end of file
diff --git a/items/NECRON_BLADE.json b/items/NECRON_BLADE.json
index a31f20f9..64cfe6fc 100644
--- a/items/NECRON_BLADE.json
+++ b/items/NECRON_BLADE.json
@@ -22,10 +22,21 @@
"§aCompletion",
"§6§lLEGENDARY DUNGEON SWORD"
],
+ "recipe": {
+ "A1": "",
+ "A2": "WITHER_CATALYST:12",
+ "A3": "",
+ "B1": "",
+ "B2": "WITHER_CATALYST:12",
+ "B3": "",
+ "C1": "",
+ "C2": "NECRON_HANDLE:1",
+ "C3": ""
+ },
"internalname": "NECRON_BLADE",
"crafttext": "",
- "clickcommand": "",
- "modver": "1.6-REL",
+ "clickcommand": "viewrecipe",
+ "modver": "2.0.0-REL",
"infoType": "WIKI_URL",
"info": [
"https://hypixel-skyblock.fandom.com/wiki/Necron\u0027s_Blade"
diff --git a/items/REFORGE_ANVIL.json b/items/REFORGE_ANVIL.json
index e30fb5f3..3738473e 100644
--- a/items/REFORGE_ANVIL.json
+++ b/items/REFORGE_ANVIL.json
@@ -11,10 +11,21 @@
"",
"§5§lEPIC DUNGEON ITEM"
],
+ "recipe": {
+ "A1": "ENCHANTED_OBSIDIAN:64",
+ "A2": "ENCHANTED_OBSIDIAN:64",
+ "A3": "ENCHANTED_OBSIDIAN:64",
+ "B1": "",
+ "B2": "ENCHANTED_OBSIDIAN:64",
+ "B3": "",
+ "C1": "ENCHANTED_IRON:64",
+ "C2": "ENCHANTED_IRON:64",
+ "C3": "ENCHANTED_IRON:64"
+ },
"internalname": "REFORGE_ANVIL",
"crafttext": "Requires: Obsidian X",
- "clickcommand": "",
- "modver": "1.5-REL",
+ "clickcommand": "viewrecipe",
+ "modver": "2.0.0-REL",
"infoType": "WIKI_URL",
"info": [
"https://hypixel-skyblock.fandom.com/wiki/Reforge_Anvil"