Jump to content

Elrol_Arrowsend

Members
  • Posts

    182
  • Joined

  • Last visited

Everything posted by Elrol_Arrowsend

  1. okay, forgive me for not going into further detail. I am wanting a way to make custom recipes ONLY in a new block. as in, you can only craft these items in this block. Like how IC2 has recipes for coal dust in a macerator. or railcraft has the rail recipes for the rolling machine. I am making a Block called "Oven" and want it to be the ONLY way to cook certain foods. so you cant toss them in a furnace and get the same result.
  2. hello everyone, I was just wondering if anyone could show me how to make specific recipes for a custom block, like machines and stuff
  3. hey thanks, i will use that one, and the code you gave me led me to this http://www.minecraftforum.net/topic/1779997-forge-micros-151-slab-and-custom-trades/ thank you!
  4. Okay, the MinecraftForge.addGrassSeed(new ItemStack(myItem), weight); works perfectly, as for the VillagerRegistry.addEmeraldSellRecipe(); I am completly lost on this, I know a little bit, otherwise I would not even have a mod, but i am not sure how to use this or where it goes exactly, if you could explain it a little more i would be greatful.
  5. Hello, I am currently working on a mod, and modding tutorials only go so far. I am trying to add custom seeds that you can get 1 of 3 ways, dropped from the grass (like wheat seeds), traded from villagers, and spawned in villages. if anyone can help me with any of these 3 that would be great i am using forge 9.11.1.964 and gradle, thank you in advanced
×
×
  • Create New...

Important Information

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