diff options
| author | jani270 <69345714+jani270@users.noreply.github.com> | 2024-09-05 19:32:37 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-05 17:32:37 +0000 |
| commit | fe8b87602a2a63239f9c908581c78d862bfaf8f3 (patch) | |
| tree | c884e439f91e9ddaba6ecec5c01f71a77b806062 | |
| parent | 2fcb228a38eea890dc461d6154f9afa25d4e9871 (diff) | |
| download | NotEnoughUpdates-REPO-fe8b87602a2a63239f9c908581c78d862bfaf8f3.tar.gz NotEnoughUpdates-REPO-fe8b87602a2a63239f9c908581c78d862bfaf8f3.tar.bz2 NotEnoughUpdates-REPO-fe8b87602a2a63239f9c908581c78d862bfaf8f3.zip | |
fix: Beserker Helmet and Legy Enderman Perk (#1339)
| -rw-r--r-- | constants/dyes.json | 2 | ||||
| -rw-r--r-- | constants/petnums.json | 2 | ||||
| -rw-r--r-- | items/BERSERKER_BOOTS.json | 4 | ||||
| -rw-r--r-- | items/BERSERKER_CHESTPLATE.json | 4 | ||||
| -rw-r--r-- | items/BERSERKER_HELMET.json | 12 | ||||
| -rw-r--r-- | items/BERSERKER_LEGGINGS.json | 4 |
6 files changed, 13 insertions, 15 deletions
diff --git a/constants/dyes.json b/constants/dyes.json index b3985b76..f120b21f 100644 --- a/constants/dyes.json +++ b/constants/dyes.json @@ -521,7 +521,7 @@ "DYE_COPPER": "#B87333", "DYE_DUNG": "#4F2A2A", "DYE_FOSSIL": "#866F12", - "Frostbitten Dye": "#09D8EB", + "DYE_FROSTBITTEN": "#09D8EB", "DYE_JADE": "#00A86B", "DYE_MATCHA": "#74A12E", "DYE_MOCHA": "#967969", diff --git a/constants/petnums.json b/constants/petnums.json index 7c49b154..67f86526 100644 --- a/constants/petnums.json +++ b/constants/petnums.json @@ -1395,7 +1395,6 @@ "otherNums": [ 0.3, 0.5, - 5.0, 0.2 ], "statNums": { @@ -1406,7 +1405,6 @@ "otherNums": [ 30, 50, - 5, 25 ], "statNums": { diff --git a/items/BERSERKER_BOOTS.json b/items/BERSERKER_BOOTS.json index 9c0efa8d..3b31baa2 100644 --- a/items/BERSERKER_BOOTS.json +++ b/items/BERSERKER_BOOTS.json @@ -29,9 +29,9 @@ "C3": "" }, "internalname": "BERSERKER_BOOTS", - "crafttext": "", + "crafttext": "Requires: Red Sand VII", "clickcommand": "viewrecipe", - "modver": "2.1.1-PRE", + "modver": "2.3.3", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Berserker_Armor", diff --git a/items/BERSERKER_CHESTPLATE.json b/items/BERSERKER_CHESTPLATE.json index 96a5ae62..de871ceb 100644 --- a/items/BERSERKER_CHESTPLATE.json +++ b/items/BERSERKER_CHESTPLATE.json @@ -29,9 +29,9 @@ "C3": "MAGMA_CHUNK:20" }, "internalname": "BERSERKER_CHESTPLATE", - "crafttext": "", + "crafttext": "Requires: Red Sand VII", "clickcommand": "viewrecipe", - "modver": "2.1.1-PRE", + "modver": "2.3.3", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Berserker_Armor", diff --git a/items/BERSERKER_HELMET.json b/items/BERSERKER_HELMET.json index f2cd5b3f..4e1f75d7 100644 --- a/items/BERSERKER_HELMET.json +++ b/items/BERSERKER_HELMET.json @@ -18,20 +18,20 @@ "§5§lEPIC HELMET" ], "recipe": { - "A1": "ENCHANTED_RED_SAND_CUBE:1", + "A1": "MAGMA_CHUNK:20", "A2": "BURNING_EYE:50", - "A3": "ENCHANTED_RED_SAND_CUBE:1", - "B1": "MAGMA_CHUNK:20", + "A3": "MAGMA_CHUNK:20", + "B1": "ENCHANTED_RED_SAND_CUBE:1", "B2": "", - "B3": "MAGMA_CHUNK:20", + "B3": "ENCHANTED_RED_SAND_CUBE:1", "C1": "", "C2": "", "C3": "" }, "internalname": "BERSERKER_HELMET", - "crafttext": "", "clickcommand": "viewrecipe", - "modver": "2.1.1-PRE", + "modver": "2.3.3", + "crafttext": "Requires: Red Sand VII", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Berserker_Armor", diff --git a/items/BERSERKER_LEGGINGS.json b/items/BERSERKER_LEGGINGS.json index f23a9784..c11fc0a6 100644 --- a/items/BERSERKER_LEGGINGS.json +++ b/items/BERSERKER_LEGGINGS.json @@ -29,9 +29,9 @@ "C3": "ENCHANTED_RED_SAND_CUBE:1" }, "internalname": "BERSERKER_LEGGINGS", - "crafttext": "", + "crafttext": "Requires: Red Sand VII", "clickcommand": "viewrecipe", - "modver": "2.1.1-PRE", + "modver": "2.3.3", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Berserker_Armor", |
