Somthing is having issues I blame @Mj11jM ;)
This commit is contained in:
parent
4f333c70ae
commit
5511a65507
4 changed files with 53 additions and 1 deletions
|
@ -7,7 +7,7 @@ public class LatheRecipe extends BaseRecipe {
|
|||
|
||||
public LatheRecipe(ItemStack input1, ItemStack output1, int tickTime, int euPerTick)
|
||||
{
|
||||
super("alloySmelterRecipe", tickTime, euPerTick);
|
||||
super("latheRecipe", tickTime, euPerTick);
|
||||
if(input1 != null)
|
||||
inputs.add(input1);
|
||||
if(output1 != null)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue