Posted October 12, 201213 yr 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
October 12, 201213 yr It's most likely giving a nullpointerexception which means there are no registered ore/ingots by that name if there were (like from IC2 for example) you would not get any errors
October 13, 201213 yr Author 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!
October 13, 201213 yr Author 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?
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.