tutorial
This commit is contained in:
parent
ce0e065dfe
commit
3b5a958fa6
2 changed files with 13 additions and 1 deletions
|
@ -86,7 +86,8 @@ public class Main extends JavaPlugin {
|
|||
recipe.shape("AAA", "ABA", "AAA");
|
||||
recipe.setIngredient('A', Material.BONE_MEAL);
|
||||
recipe.setIngredient('B', Material.DIRT);
|
||||
|
||||
|
||||
getServer().addRecipe(recipe);
|
||||
|
||||
key = new NamespacedKey(this, "SandCactus");
|
||||
item = new ItemStack(Material.CACTUS);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue