[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

    On BukkitDev.
     
  3. Offline

    nickguletskii

    Are you new to minecraft? Because everyone knows what data values are.
     
  4. Offline

    GLaDOS_9000

    i'm new to using crafting plugs...I know what Item ids are

    Is the data value item damage?
     
  5. Offline

    Celtic Minstrel

    Damage is data. They're basically the same thing, if you consider the colour of dye to be damage.
     
  6. Offline

    GLaDOS_9000

    oh well then it all makes sense now.
     
  7. Offline

    dannycrafts

    Hey, I'm using your plugin, but the only problem I'm having is with items that have sub ids, for example, I can't make a recipe that supports charcoal instead of coal.
     
  8. Offline

    nickguletskii

    Are you sure that you did everything right?
     
  9. Offline

    Buce

    Hi,

    This plugin is great, but I'm having one problem. When I run it with PermissionsBukkit, users in the default group can't craft the recipes I've added, but users in the admin group can. The only difference between the two groups is that admin users have the permissions.* permission.

    I thought this plugin doesn't care about permissions. Shouldn't everyone have access to the custom crafting recipes?

    Okay scratch that, apparently I'm the only one who can craft using the custom recipes. Nobody else seems to be able to, whether they're op/non-op or admin/non-admin doesn't seem to matter. I'm really at a loss here, any guidance/hints you have would be helpful.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 14, 2016
  10. Offline

    Celtic Minstrel

    My first guess would be that everyone else is not putting the items on the crafting grid in the correct configuration.
     
  11. Offline

    CarlosJ

    It would be awesome if you add permissions support, that you can for example make some recipes only for premium members of your server.
     
  12. Offline

    legired

    hello,


    I want recycle used amor : iron and gold, is it possible to have a different Quantity to wear of the object ?

    Sorry for my bad english, I'm french
     
  13. Offline

    Adkos

    Hi, I have a problem with your plugin...

    It can create custom Items and Blocks (made with Spout Materials), but I can't use these custom stuff as Ingredients...
    Is there a fix or something ?
     
  14. Offline

    snarfal

    hey does it still work fine and how would you make your custom blocks and recipes looks like if you made a torch that was longer like a tiki torch how would you get that imgae
     
  15. Offline

    h0us3cat

    Are potions working?
    if yes, what is wrong with this?
    Code:
    endstone:
      Shape:
      - [373/9, 12/0, 373/9]
      - [373/9, 12/0, 373/9]
      - [373/9, 12/0, 373/9]
      Result: 121
      Quantity: 3
      type: shaped
      DataValues: true
     
  16. Offline

    Celtic Minstrel

    Are you sure /9 is the potion you want? Are you aware that you can (probably) get the exact same potion with data value /25? I'm not really sure how natural-made potions work, but I do know there's not a unique potion-to-ID mapping in general; there may be for natural potions, I dunno.
     
  17. Offline

    h0us3cat

    Strength potion. What does /25 mean? cant find that one :confused:
    btw /give 373:9 works fine.
     
  18. Offline

    Celtic Minstrel

    My point is there are several different data values that give the same potion. If you use /give 373:9 6, will it work in the recipe you listed?

    If the wiki is to be trusted on this, the data for a basic strength potion is in fact 8201 when brewed normally. Which means you won't be able to make this work at all, because I stupidly made Bukkit's recipe API not accept data values over 255. Sorry. Hopefully that'll be fixed soon.
     
  19. Offline

    h0us3cat

    /give 373:9 6 gives me 6 strength potions.

    About the recipe api, i have to bug a bukkit dev?
     
  20. Offline

    Celtic Minstrel

    Sorry, what I meant to ask was can you use those strength potions in your recipe.

    There's a fix pending already, they just need to merge it in. So sure I guess?
     
  21. Offline

    h0us3cat

    This is the recipe:
    Code:
    endstone:
      Shape:
      - [373/9, 12/0, 373/9]
      - [373/9, 12/0, 373/9]
      - [373/9, 12/0, 373/9]
      Result: 121
      Quantity: 3
      type: shaped
      DataValues: true
    plugin loads fine and other recipes work, but this one is not.
     
  22. Offline

    Celtic Minstrel

    It doesn't even work when you get the potions with /give? I don't know why that would happen.
     
  23. Offline

    h0us3cat

    /me confused
    /give works
     
  24. Offline

    Celtic Minstrel

    I know /give works. I'm asking if you can use the potions you get from /give to make that recipe, or if you were trying to use potions you brewed instead.
     
  25. Offline

    h0us3cat

    ah, yes the potions with /give work, the potions "hand made" are not
     
  26. Offline

    Celtic Minstrel

    That's what I had suspected... the brewed ones have datavalues > 8000, so they won't match the recipe you have there. Unfortunately you can't make it work at this time. :(
     
  27. Offline

    h0us3cat

    :(
    So i have to wait for the recipe api update?
    Or a update for CustomCrafting?
     
  28. Offline

    Celtic Minstrel

    The recipe API update, yes. Once that's in Bukkit, it'll work with CustomCrafting. Hopefully it'll even work with the current version of CustomCrafting.

    I'm not entirely sure, but I think the API update should be very soon.
     
  29. Offline

    wristdirect

    Pretty sure this mod simply allows for the custom recipes. To have the recipes create custom materials, you need SpoutMaterials: http://dev.bukkit.org/server-mods/spoutmaterials/

    Keep in mind you need Spoutcraft for that mod.
     
  30. Offline

    guitarhero921

    Do you need spout?
     
  31. Offline

    juodas

    bla3:
    Shape:
    - [3, 3, 3]
    - [3, 0, 3]
    - [3, 3, 3]
    Result: 4
    Quantity: 8

    ================================================

    1. If the 3 is unique id, what means the bla ?
    2. I want to create recipe for sponge it should look like this: http://mcempire.lt/sponge.PNG And how i should write yellow wool id, because i dont think it is ok like i wrote it in this recipe:
    ================================================
    sponge10:
    Shape:
    - [287, 0, 287]
    - [0, 35:4, 0]
    - [287, 0, 287]
    Result: 4
    Quantity: 8
     

Share This Page