Jump to content

Lycarah

Members
  • Posts

    3
  • Joined

  • Last visited

Converted

  • Gender
    Undisclosed
  • Personal Text
    I am new!

Lycarah's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. Okey, i have tried an own thing...and it worked so i wanna explain how i have done this for anybody who has the same problem, so here it goes: I have made a shapeless crafting recipe where i put my item "braunkohle" in and get an diamond and there will be a stick left, where i have put my item "Braunkohle. It worked for vanilla items only as well, so here is my code so you can see how i have done this: GameRegistry.addShapelessRecipe(new ItemStack(Items.diamond), new ItemStack(braunkohle.setContainerItem(Items.stick))); GameRegistry.addShapelessRecipe(new ItemStack(Items.blaze_rod), new ItemStack(Items.apple.setContainerItem(Items.stick))); Thanks for all, this thread can be closed now PS: Thx Choonster, that works also
  2. Yeah, i have created an one item so i know how to use this ContainerItem on my one items, but i don't know how to use that on vanilla items (or blocks) I know, that could be (or is) silly
  3. Hey guys, at first: Sry if my english is bad (i'm just a german ). I want to make an crafting recipe (shaped or shapeless doesnt matter) where the item i put in don't loose, or tat i get another item back on the crafting table like the cake recipe where you put a milk bucket in and get the empty bucket back. Something like that, i hope you can understand me. I know how to make normal crafting recipes (shaped and shapeless), but i dont know how i should do THIS I hope you can help me
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.