Skip to content

Commit 1bd8eac

Browse files
authored
fix: enchanted cactus green recipes being wrong (#2237)
* fix: enchanted cactus green recipes being wrong * mrow
1 parent 81594bd commit 1bd8eac

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

items/ENCHANTED_CACTUS_GREEN.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
],
2121
"recipes": [
2222
{
23+
"type": "crafting",
2324
"A1": "",
2425
"A2": "CACTUS:32",
2526
"A3": "",
@@ -28,9 +29,11 @@
2829
"B3": "CACTUS:32",
2930
"C1": "",
3031
"C2": "CACTUS:32",
31-
"C3": ""
32+
"C3": "",
33+
"count": 1
3234
},
3335
{
36+
"type": "crafting",
3437
"A1": "",
3538
"A2": "INK_SACK-2:32",
3639
"A3": "",
@@ -39,7 +42,8 @@
3942
"B3": "INK_SACK-2:32",
4043
"C1": "",
4144
"C2": "INK_SACK-2:32",
42-
"C3": ""
45+
"C3": "",
46+
"count": 1
4347
}
4448
]
45-
}
49+
}

0 commit comments

Comments
 (0)