Posted October 22, 201411 yr I am trying to add some recipes and other mechanics to thaumcraft and I am trying to figure out how to use thaumium in a custom recipe. I am using the API, but I don't know how to reference thaumium from it, if you even can. Thanks!
October 24, 201410 yr I can only figure a simple solution out of the API(I could not test and would not test): ItemStack thaumium = ItemAPI.getItem("itemThaumium", 0); The basic method is: public static ItemStack getItem(String itemString, int meta) I guess for the itemString ingotThaumium or itemThaunium or itemIngotThaumium. Hope that could help.
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.