Start of melting recipes
This commit is contained in:
parent
eb6a8b9ceb
commit
56503ad117
3 changed files with 19 additions and 2 deletions
|
@ -34,8 +34,7 @@ import techreborn.init.TRContent;
|
|||
public class SmeltingRecipes extends RecipeMethods {
|
||||
public static void init() {
|
||||
|
||||
register(getStack(Items.IRON_INGOT), TRContent.Ingots.REFINED_IRON.getStack());
|
||||
register(TRContent.Parts.SAP.getStack(), TRContent.Parts.RUBBER.getStack());
|
||||
|
||||
register(TRContent.Ingots.MIXED_METAL.getStack(), TRContent.Ingots.ADVANCED_ALLOY.getStack());
|
||||
// register(BlockOre.getOreByName("silver"), TRIngredients.Ingots.SILVER.getStack());
|
||||
// register(BlockOre2.getOreByName("tin"), TRIngredients.Ingots.TIN.getStack());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue