We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed9afc1 commit be8fcc2Copy full SHA for be8fcc2
src/main/java/lol/hyper/toolstats/tools/TokenCrafting.java
@@ -115,8 +115,8 @@ public void setup() {
115
116
NamespacedKey removeKey = new NamespacedKey(toolStats, "remove-token");
117
ShapedRecipe removeRecipe = new ShapedRecipe(removeKey, toolStats.tokenItems.removeToken());
118
- resetRecipe.shape(" P ", "P P", " P ");
119
- resetRecipe.setIngredient('P', Material.PAPER);
+ removeRecipe.shape(" P ", "P P", " P ");
+ removeRecipe.setIngredient('P', Material.PAPER);
120
recipes.add(removeRecipe);
121
122
tokenTypes.add("crops-mined");
0 commit comments