[MISC] CustomCrafting V0.6- add custom crafting and furnace recipes [1060]

Discussion in 'Inactive/Unsupported Plugins' started by nickguletskii, May 2, 2011.

  1. Offline

    nickguletskii

    CUSTOMCRAFTING HAS A NEW HOME!
    Mod Edit (Butkicker12): Removed link.

    THIS PLUGIN WAS MADE BY ME BECAUSE I DIDN'T KNOW ABOUT COOKBOOK AT THE TIME! PLEASE CHECK OUT COOKBOOK BY FULLWALL!
    CREDIT GOES TO @Celtic Ministrel FOR MAKING A COOL RECIPE API!
    CustomCrafting - a plugin that can be used for creating custom crafting recipes.
    Version: 0.6

    Features:
    • Adds custom crafting recipes.
    • Adds custom furnace recipes.
    Download:

    Semi-Direct
    Source
    Recipe creator by @DerEchteNexus
    Installing & configuring:
    Extract into the plugins directory. Then read CustomCrafting/recipelist.yml for further instructions.
    Changelog:
    Version 0.6
    • Damned recipe manager! Fixed all those problems with data values and stuff.
    Version 0.5

    • Now unique recipe IDs can be strings. Thanks to @Celtic Ministrel for the idea!
    • 0.5_1 bugfixed
    Version 0.4


    • Fixed data and damage.
    Version 0.3


    • Added shapeless and furnace recipes.
    • Added data and damage.
    Version 0.2


    • Fixed spaces.
    Version 0.1


    • Released.
     
    moselekm, killacalli, Flipp and 3 others like this.
  2. Offline

    Celtic Minstrel

    35/4 is what you want.

    And "bla3" altogether is the unique ID.
     
  3. Offline

    dragonking

    hey there, ill give you some free Drack coins for this sweet plugin. I own a server where i in the future want to use CustomCrafting together with SpoutMaterials to create custom objects etc.

    My first question here is if by the unique id you mean the one you use for stuff like MoneyDrop to change the coin sprite?
    [​IMG]

    secondly i ask how to make a shapeless recipe take 2 of the input material instead of 1.
    Carve Leather:
    Result: 334
    Quantity: 1
    Materials: {367 : 1}
    Type: Shapeless

    i tried around with the Materials values but couldnt get it to work properly.
     
  4. Offline

    Celtic Minstrel

    What if you use "367: 2" instead? Keep in mind that you'll need to put the input material in two separate slots for it to work in any case.
     
  5. Offline

    misteryman321

    lol i love the plz wait to attempt to care lol
     
  6. Offline

    Linoko

    Hi, I am trying to make a lapis lazuli ore and grass block, but it won't let me. Can someone please tell me what i am doing wrong? This is my recipes:

    Lapislazuliore:
    Shape:
    - [1, 1, 1]
    - [1, 351/4, 1]
    - [1, 1, 1]
    Result: 21
    Quantity: 1
    Grassblock:
    Shape:
    - [31/1, 31/1, 31/1]
    - [3, 3, 3]
    - [3, 3, 3]
    Result: 2
    Quantity: 3
     
  7. Offline

    Cha0sPudd1ng

    Hello,

    get this Plugin a Update for CB 1818? :)
     
  8. Offline

    mario00037

    Try changing the "/" to ":". If that helps.
     
  9. Offline

    h0us3cat

    Since we have a potion api now, can we make this plugin work with potions in recipes?
     
  10. Offline

    Celtic Minstrel

    No. In order for it to work with potions in recipes, the crafting fixes from my branch are required. This is because potions have data values greater than 127.
     
  11. Offline

    h0us3cat

    Make a new pull request, the old pull requests are removed.
     
  12. Offline

    Celtic Minstrel

    Um, the branch is already accepted and the only actual issue is when it'll be pulled in.
     
  13. Offline

    h0us3cat

    It is accepted now
    But i still have this problem
    Bukkit or this plugin?
     
  14. Offline

    Celtic Minstrel

    nickguletskii – Your plugin needs a few tweaks to support higher damage values on input; you'll need to use a set/addIngredient call that doesn't accept a MaterialData argument.
     
  15. Offline

    Ataos

    Hello and thank you for your plugin. It's really great.

    Will you add some permissions into it someday?
    CustomCraft.idcraft may be really usefull. :)
     
  16. Offline

    Nick Hooper

    Is it possible to change existing crafting recipes?
    Example: When trying to craft TNT you get gravel instead?
     
  17. Offline

    Celtic Minstrel

    Yes and no. Depends on sort order. Unless you have some plugin to remove the existing recipe.

    In other words, try it and see. It may work, or it may not.
     
  18. Offline

    RyGuy147

    What's wrong with this recipe:

     
  19. Offline

    Masterflapdrol

    add custom enchantments per ricipie? or custom brewing? that would B aweomse
     
  20. Offline

    md_5

    Long time no see nickguletskii. You will notice that this thread has now been placed into the Inactive Plugin subforum.
    If you wish to revive this plugin, please ensure that you update and test compatibility with the latest recommended Bukkit build before reporting your original post, asking for it to be moved back to the release forum.

    Thanks for your time.
    md_5
     

Share This Page