How to create a Furnace Recipe?

Discussion in 'Plugin Development' started by EpicBlargh, Nov 11, 2012.

Thread Status:
Not open for further replies.
  1. Offline

    EpicBlargh

    I've tried it for a while, and I've always known how to make a regular recipe, it's just that this isn't working for me correctly. Could anyone give me and example?
     
  2. Offline

    zachoooo

  3. Offline

    JazzaG

    Create a new FurnaceRecipe, and mix it together with getServer().addRecipe(Recipe);

    Code:
    getServer().addRecipe(new FurnaceRecipe(ItemStack, Material);
    
     
    TwistedMexi and zachoooo like this.
  4. Offline

    zachoooo

    Thats probably a better solution XD
     
  5. Offline

    EpicBlargh

    Every method I attempt using this, it fails. How exactly do I set this up? I'm afraid I'm not doing this correctly...
     
  6. Offline

    TwistedMexi

    Post what you've got, and then we'll have a chance of helping. :)
     
  7. Offline

    zachoooo

    Exactly, its hard to tell unless you post some code snippets
     
  8. Offline

    EpicBlargh

    I got it to work! I feel dumb. Thanks for your slight concern anyway :D
     
Thread Status:
Not open for further replies.

Share This Page