Advertisement
MTM123

Untitled

Apr 25th, 2015
243
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.35 KB | None | 0 0
  1.         ShapelessRecipe ghostrecipe3 = new ShapelessRecipe(custompotion);
  2.         ghostrecipe3.addIngredient(Material.POTION);
  3.         ghostrecipe3.addIngredient(Material.POTION);
  4.         ghostrecipe3.addIngredient(Material.POTION);
  5.         ghostrecipe3.addIngredient(Material.GLASS_BOTTLE);
  6.         ghostrecipe3.addIngredient(Material.BLAZE_POWDER);
  7.         getServer().addRecipe(ghostrecipe3);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement