mirror of
https://github.com/hyperdefined/ToolStats.git
synced 2025-12-07 21:25:00 +00:00
Update TokenCrafting.java
This commit is contained in:
@@ -115,8 +115,8 @@ public class TokenCrafting {
|
|||||||
|
|
||||||
NamespacedKey removeKey = new NamespacedKey(toolStats, "remove-token");
|
NamespacedKey removeKey = new NamespacedKey(toolStats, "remove-token");
|
||||||
ShapedRecipe removeRecipe = new ShapedRecipe(removeKey, toolStats.tokenItems.removeToken());
|
ShapedRecipe removeRecipe = new ShapedRecipe(removeKey, toolStats.tokenItems.removeToken());
|
||||||
resetRecipe.shape(" P ", "P P", " P ");
|
removeRecipe.shape(" P ", "P P", " P ");
|
||||||
resetRecipe.setIngredient('P', Material.PAPER);
|
removeRecipe.setIngredient('P', Material.PAPER);
|
||||||
recipes.add(removeRecipe);
|
recipes.add(removeRecipe);
|
||||||
|
|
||||||
tokenTypes.add("crops-mined");
|
tokenTypes.add("crops-mined");
|
||||||
|
|||||||
Reference in New Issue
Block a user