Somthing is having issues I blame @Mj11jM ;)

This commit is contained in:
Gig 2015-05-08 22:06:15 +01:00
parent 4f333c70ae
commit 5511a65507
4 changed files with 53 additions and 1 deletions

View file

@ -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)