Skip to content

Commit be8fcc2

Browse files
committed
Update TokenCrafting.java
1 parent ed9afc1 commit be8fcc2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/lol/hyper/toolstats/tools/TokenCrafting.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,8 @@ public void setup() {
115115

116116
NamespacedKey removeKey = new NamespacedKey(toolStats, "remove-token");
117117
ShapedRecipe removeRecipe = new ShapedRecipe(removeKey, toolStats.tokenItems.removeToken());
118-
resetRecipe.shape(" P ", "P P", " P ");
119-
resetRecipe.setIngredient('P', Material.PAPER);
118+
removeRecipe.shape(" P ", "P P", " P ");
119+
removeRecipe.setIngredient('P', Material.PAPER);
120120
recipes.add(removeRecipe);
121121

122122
tokenTypes.add("crops-mined");

0 commit comments

Comments
 (0)