Update TokenCrafting.java

This commit is contained in:
hyperdefined
2025-01-26 16:55:34 -05:00
parent 8e2e389f78
commit a48a1492d2

View File

@@ -102,7 +102,7 @@ public class TokenCrafting {
NamespacedKey resetKey = new NamespacedKey(toolStats, "reset-token");
ShapedRecipe resetRecipe = new ShapedRecipe(resetKey, toolStats.tokenItems.resetToken());
resetRecipe.shape(" P ", "P P", " P ");
resetRecipe.shape(" P ", "PPP", " P ");
resetRecipe.setIngredient('P', Material.PAPER);
recipes.add(resetRecipe);