Fixed snelm crafting producing wrong item

This commit is contained in:
Syndromeramo
2026-02-08 12:57:02 +00:00
committed by Ryan
parent 50ef07052e
commit a7a7985c84
@@ -20,7 +20,7 @@ public class SnelmCraftPlugin extends UseWithHandler {
* The snelm data. * The snelm data.
*/ */
private static final int[][] DATA = new int[][] { { 3345, 3327 }, { 3355, 3337 },// blamish private static final int[][] DATA = new int[][] { { 3345, 3327 }, { 3355, 3337 },// blamish
{ 3349, 3341 }, { 3341, 3359 },// ochre { 3349, 3331 }, { 3359, 3341 },// ochre
{ 3347, 3329 }, { 3357, 3339 },// blood { 3347, 3329 }, { 3357, 3339 },// blood
{ 3351, 3333 }, { 3361, 3343 },// blue { 3351, 3333 }, { 3361, 3343 },// blue
{ 3353, 3335 },// bark { 3353, 3335 },// bark