Update TokenCrafting.java

This commit is contained in:
hyperdefined
2025-03-31 19:20:24 -04:00
parent ed9afc1812
commit be8fcc2d57

View File

@@ -115,8 +115,8 @@ public class TokenCrafting {
NamespacedKey removeKey = new NamespacedKey(toolStats, "remove-token");
ShapedRecipe removeRecipe = new ShapedRecipe(removeKey, toolStats.tokenItems.removeToken());
resetRecipe.shape(" P ", "P P", " P ");
resetRecipe.setIngredient('P', Material.PAPER);
removeRecipe.shape(" P ", "P P", " P ");
removeRecipe.setIngredient('P', Material.PAPER);
recipes.add(removeRecipe);
tokenTypes.add("crops-mined");