This commit is contained in:
biglyderv 2024-11-17 21:23:11 -05:00
parent 75b4b253df
commit 002518cb84
2 changed files with 2 additions and 0 deletions

View file

@ -46,6 +46,8 @@ public class Main extends JavaPlugin {
recipe.setIngredient('A', Material.GRAVEL);
recipe.setIngredient('B', Material.BONE_MEAL);
recipe.setIngredient('C', Material.COAL);
getServer().addRecipe(recipe);
key = new NamespacedKey(this, "StoneStick");
item = new ItemStack(Material.STICK,4);