Fixes forestry saw mill recipes

This commit is contained in:
modmuss50 2015-10-03 12:39:18 +01:00
parent 3708a49bb9
commit a390a37cb1
2 changed files with 32 additions and 25 deletions
src/main/java/techreborn/api/recipe/machines

View file

@ -29,7 +29,7 @@ public class IndustrialSawmillRecipe extends BaseRecipe {
}
public IndustrialSawmillRecipe(ItemStack input1, ItemStack input2, FluidStack fluidStack, ItemStack output1, ItemStack output2, ItemStack output3, int tickTime, int euPerTick, boolean canUseOreDict) {
super("industrialSawmillRecipe", tickTime, euPerTick);
super(Reference.industrialSawmillRecipe, tickTime, euPerTick);
if (input1 != null)
inputs.add(input1);
if (input2 != null)