From be8fcc2d57c4de8739cf17a94d5c56870fd33a90 Mon Sep 17 00:00:00 2001 From: hyperdefined Date: Mon, 31 Mar 2025 19:20:24 -0400 Subject: [PATCH] Update TokenCrafting.java --- src/main/java/lol/hyper/toolstats/tools/TokenCrafting.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/lol/hyper/toolstats/tools/TokenCrafting.java b/src/main/java/lol/hyper/toolstats/tools/TokenCrafting.java index 05f3102..de0f0ea 100644 --- a/src/main/java/lol/hyper/toolstats/tools/TokenCrafting.java +++ b/src/main/java/lol/hyper/toolstats/tools/TokenCrafting.java @@ -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");