fix
This commit is contained in:
parent
75b4b253df
commit
002518cb84
2 changed files with 2 additions and 0 deletions
Binary file not shown.
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue