Started redoing config
This commit is contained in:
parent
2eac072a92
commit
ad36dfcddb
7 changed files with 116 additions and 83 deletions
|
@ -31,7 +31,7 @@ import techreborn.api.recipe.BaseRecipe;
|
|||
public class AlloySmelterRecipe extends BaseRecipe {
|
||||
|
||||
public AlloySmelterRecipe(ItemStack input1, ItemStack input2, ItemStack output1, int tickTime, int euPerTick) {
|
||||
super(Reference.alloySmelteRecipe, tickTime, euPerTick);
|
||||
super(Reference.alloySmelterRecipe, tickTime, euPerTick);
|
||||
if (input1 != null)
|
||||
addInput(input1);
|
||||
if (input2 != null)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue