Skip to content

Commit ba9d877

Browse files
authored
fix: update cropie armor recipes for 0.20.8 (#1456)
1 parent 387a073 commit ba9d877

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

items/CROPIE_BOOTS.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@
2727
"A1": "CROPIE:10",
2828
"A2": "",
2929
"A3": "CROPIE:10",
30-
"B1": "TIGHTLY_TIED_HAY_BALE:1",
30+
"B1": "ENCHANTED_HAY_BALE:8",
3131
"B2": "MELON_BOOTS:1",
32-
"B3": "TIGHTLY_TIED_HAY_BALE:1",
32+
"B3": "ENCHANTED_HAY_BALE:8",
3333
"C1": "",
3434
"C2": "",
3535
"C3": ""

items/CROPIE_CHESTPLATE.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"A2": "MELON_CHESTPLATE:1",
2626
"A3": "CROPIE:10",
2727
"B1": "BOX_OF_SEEDS:3",
28-
"B2": "TIGHTLY_TIED_HAY_BALE:1",
28+
"B2": "ENCHANTED_HAY_BALE:8",
2929
"B3": "BOX_OF_SEEDS:3",
3030
"C1": "ENCHANTED_BAKED_POTATO:15",
3131
"C2": "ENCHANTED_BAKED_POTATO:15",

items/CROPIE_HELMET.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
],
2323
"recipe": {
2424
"A1": "CROPIE:10",
25-
"A2": "TIGHTLY_TIED_HAY_BALE:1",
25+
"A2": "ENCHANTED_HAY_BALE:8",
2626
"A3": "CROPIE:10",
2727
"B1": "BOX_OF_SEEDS:3",
2828
"B2": "MELON_HELMET:1",

items/CROPIE_LEGGINGS.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
],
2323
"recipe": {
2424
"A1": "CROPIE:10",
25-
"A2": "TIGHTLY_TIED_HAY_BALE:1",
25+
"A2": "ENCHANTED_HAY_BALE:8",
2626
"A3": "CROPIE:10",
2727
"B1": "BOX_OF_SEEDS:3",
2828
"B2": "MELON_LEGGINGS:1",

0 commit comments

Comments
 (0)