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 /items | |
| 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)
Diffstat (limited to 'items')
| -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 |
4 files changed, 12 insertions, 12 deletions
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", |
