Custom Recipe problems

Discussion in 'Plugin Development' started by acer5999, Nov 21, 2014.

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

    acer5999

    I've been making a simpleish custom recipe plugin but for some reason whenever I open up a crafting table there's one of my items in the output box, No Errors :s
    Code that adds said item to server:
    Code:java
    1. ShapelessRecipe swift1_steak_extend = new ShapelessRecipe(steakSwiftExtended);
    2. swift1_steak.addIngredient(Material.POTION, (short) 8258);
    3. swift1_steak.addIngredient(Material.COOKED_BEEF);
    4. getServer().addRecipe(swift1_steak_extend);
     
  2. Offline

    Fuzzybear04

    So, you put the items in the crafting table, and in the Result box it shows say, the steak?


    EDIT: Only Bump every 24 hours :p
     
  3. Offline

    acer5999

    Fuzzybear04 Yeah the item appears in the Crafting Table, and sorry I bumped, I went to sleep and it felt like long enough
     
  4. Offline

    Fuzzybear04

    acer5999

    Haha sokay,

    Uhm, Can you post the entire
     
  5. Offline

    acer5999

    I've decided to abandon the project for the time being, I've been having alot of problems with it for some reason :s
     
  6. Offline

    Fuzzybear04

    acer5999
    Haha what was the plugin meant to be?
     
  7. Offline

    acer5999

    A request from a guy, Custom recipes and stuff. I ran into a few bugs and he just decided to stop the project
     
  8. Offline

    Fuzzybear04

Thread Status:
Not open for further replies.

Share This Page