Jump to content

DutchControL

Members
  • Posts

    5
  • Joined

  • Last visited

Converted

  • Gender
    Undisclosed
  • Personal Text
    I am new!

DutchControL's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. Hello guys, I am making a mod that uses lava in one of it's crafting recipes. The way i have it right now is to add every lava container i know myself and add an config option to enable it. It works but it sucks a little bit because you can't use a container that i did not register a crafting recipe for. Now, my question is: Can i use the Liquid Dictionary to get all the available containers for Lava and register a recipe for all of them? (like the railcraft tankcart plus a liquid container = that liquid only tank cart) If it is possible, how do i do it? Thanks in advance DutchControL
  2. Hi guys! Got all of my mod pretty much set up, left with one big thing: My pickaxe does not take any damage when i break a block. It only does that when i hit an enemy. I tried a couple source codes i got from the internet, but no such luck. The function call onBlockDestroyed is right, but why doesn't it take any damage? Thanks in advance, DutchControL
  3. After thinking for a while, i decided to add my own Tin ingot. Now, i even got the recipe working, it was a fault in my code, not the ingots not being registered. My new problem is, that the recipe doesn't output my freshly added item, wich is a combination of tin and iron, called hardened tin. Even tough i create a new itemstack for it, it keeps on outputting the Forestry Fertilizer, but with exactly the amount i told it! My new added items also don't show up in NEI or creative mode inventory. What is the problem here?
  4. Could be, but the log file i've gotten doen't tell me that. I've attached the log file so you can see. It just says: invalid shapeless recipe! I have no clue what to do!
  5. Hey guys, I'm pretty new to java coding and i am still learning. I am working on a new mod that adds some more uses for tin and copper. Now, my biggest problem at the moment is: How can i use the tin and copper from mods as buildcraft and industrialcraft without adding my own new ones? The crafting manager gives me an error when i use the way, discribed in this tutorial:How to use the ore dictionary, but i don't add my own ingots. I want to add a shapeless recipe to combine two tin and one copper. That's all. Thanks in advance, DutchControL
×
×
  • Create New...

Important Information

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