Posted April 20, 201510 yr Hi, I have a shapeless recipe: GameRegistry.addShapelessRecipe(new ItemStack(UltraCraft.steelDust), new ItemStack(Items.coal, 3, 0), Items.iron_ingot); But for the item to craft, it only takes 1 coal. Sup bruh.
April 20, 201510 yr Stack sizes don't matter, they are all considered one. I do Forge for free, however the servers to run it arn't free, so anything is appreciated. Consider supporting the team on Patreon
April 20, 201510 yr You will need to implement your own IRecipe - search google or other mod's sources on how. EDIT I read 'shaped' recipes (I don't even know why, don't ask). 1.7.10 is no longer supported by forge, you are on your own.
April 20, 201510 yr Author Never mind! I just had to do this: GameRegistry.addShapelessRecipe(new ItemStack(UltraCraft.steelDust), Items.coal, Items.coal, Items.coal, Items.iron_ingot); Thanks though! Sup bruh.
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.