[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

    RazorFlint

    Cool I'll test it :D
     
    misteryman321 likes this.
  3. Offline

    nickguletskii

    Well, I am working on getting empty spaces to work. So expect a lot of hotfixes soon :p
     
  4. Offline

    RazorFlint

    Sweet, I've been looking for this sort of plugin this simple for a while actually so thanks ! :)
     
  5. Offline

    RomaClanServer

    This is really cool, I can't wait for it to be developed more
     
  6. Offline

    nickguletskii

    Well, I am trying to speed up, but I can't seem to find a way of getting empty spaces to work.
     
  7. Offline

    niccholaspage

    Pretty awesome, I'm happy those custom recipe classes got added into CB!
     
  8. Offline

    Tmidog69

    Amazing, :D can't wait for empty spaces.
     
  9. Offline

    nickguletskii

    Oooh, didn't know about it... But as far as I know it is pseudo-crafting (doesn't use Minecraft's crafting manager). I also see that there are quite a lot of issues with it. I made this to be as lightweight and failsafe as possible.
     
  10. Offline

    neX!Tem

    nice.. i hope you find a way to use spaces
     
  11. Offline

    nickguletskii

    Okay! I did a tiny mistake yesterday, that's why spaces didn't work. Now they do!

    Time to work on shapeless and furnace recipes!
     
  12. Offline

    Aeron

    Looks very interesting, keep up the good work, gonna book mark it until furnaces are done :)
     
    SirAlex likes this.
  13. Offline

    nickguletskii

    Well, they are nearly done :p
     
  14. Offline

    SirAlex

    i think you made a mistake with the new link, cause there is only a jar but no folder.
     
  15. Offline

    nickguletskii

    Oups... Fixed.
     
  16. Offline

    Aeron

    Using CB740, the plugin isn't working and it isn't showing up in the plugins list, when I type plugins list in the console or /plugins list in chat
     
  17. Offline

    nickguletskii

  18. Offline

    neX!Tem

    Okay i try to make the following recipe but its not working:

    Code:
    2:
      Shape:
      - [256, 265]
      - [0, 280]
      Result: 256
      Quantity: 1
      Type:Shape
    Edit:
    found the error "Shaped" not "shape" ...
    Is it possible to use "damaged" tools?
     
  19. Offline

    Aeron

    Ok, didn't see that change up there, guess I'll wait for a recomended build, thats above that, because I have a ton of other mods, that work with cb740, don't want to brake anything.
     
  20. Offline

    nickguletskii

    Build 741 doesn't break plugins.
     
  21. Offline

    neX!Tem

    Also, can you add a /recipe reload function? dont wanna do /reload everytime i change a recipe :)

    Okay i think using "276:XX" for a tool that is damaged does not work. so. could you implent that? i would love it. cause i wanna create repair recipes :D
     
    jonassm likes this.
  22. Offline

    fullwall

    Please don't say cookbook has a lot of issues :(. It was made before the hooks came in, and I spent a lot of time bugfixing/improving, and is homegrown, which I'm pretty proud of, and has very few bugs. But this looks like a nice use of the new hooks that celticminstrel added.
     
    kahlilnc and aPunch like this.
  23. Offline

    nickguletskii

    Yeah, I know how you feel, I have a plugin called Spyer that has much, much more problems than your plugin!
    Not sure how I want it to work yet, but I'll probably add that too.
     
  24. Nick: Ok, thanks for the clarification. Good to be aware of the alternatives.
     
  25. Offline

    RomaClanServer

    I really wish I had a good use for this, it is so cool. Great for RP servers.
     
  26. Offline

    Sphax

    How do we set items values for damages or special items like colored wools, charcoal, wood, etc... ?
     
  27. Offline

    nickguletskii

    I have already added this, I just want to add damage to source materials. The way the recipe system was made is... Lousy.
     
  28. Offline

    Sphax

    Great... But what is the syntax ?
     
  29. Offline

    nickguletskii

    Results will have their own nodes: ResultData and ResultDamage.
    Materials: In shapeless recipes: "id: quantity/data" instead of "id: quantity"
    In shaped recipes: "id/data" instead of "id"
    Note: to use data values in materials add a DataValues node with any value.

    Adding data values to furnace recipes now.
     

Share This Page