mirror of
https://github.com/hyperdefined/ToolStats.git
synced 2025-12-06 06:41:44 +00:00
Update TokenCrafting.java
This commit is contained in:
@@ -102,7 +102,7 @@ public class TokenCrafting {
|
|||||||
|
|
||||||
NamespacedKey resetKey = new NamespacedKey(toolStats, "reset-token");
|
NamespacedKey resetKey = new NamespacedKey(toolStats, "reset-token");
|
||||||
ShapedRecipe resetRecipe = new ShapedRecipe(resetKey, toolStats.tokenItems.resetToken());
|
ShapedRecipe resetRecipe = new ShapedRecipe(resetKey, toolStats.tokenItems.resetToken());
|
||||||
resetRecipe.shape(" P ", "P P", " P ");
|
resetRecipe.shape(" P ", "PPP", " P ");
|
||||||
resetRecipe.setIngredient('P', Material.PAPER);
|
resetRecipe.setIngredient('P', Material.PAPER);
|
||||||
recipes.add(resetRecipe);
|
recipes.add(resetRecipe);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user