Fixes forestry saw mill recipes
This commit is contained in:
parent
3708a49bb9
commit
a390a37cb1
2 changed files with 32 additions and 25 deletions
src/main/java/techreborn/api/recipe/machines
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue