Vinetos

CREER UN PLUGIN BUKKIT #31 - Nouvelles Cuissons

May 8th, 2015
410
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. public class Main extends JavaPlugin{
  2.  
  3. @Override
  4. public void onEnable() {
  5.  
  6. FurnaceRecipe fh = new FurnaceRecipe(new ItemStack(Material.BEDROCK), Material.COAL_ORE);
  7. fh.setInput(Material.ANVIL);
  8.  
  9. Bukkit.addRecipe(fh);
  10.  
  11. }
  12.  
  13.  
  14. }
Advertisement
Add Comment
Please, Sign In to add comment