Fixed unused variable warning

This commit is contained in:
drcrazy 2017-10-11 11:20:42 +03:00
parent 751be69426
commit 5d38337caa

View file

@ -80,7 +80,6 @@ public class TileIndustrialSawmill extends TilePowerAcceptor
for (IBaseRecipeType recipe : RecipeHandler.getRecipeClassFromName(Reference.industrialSawmillRecipe)) {
if (recipe instanceof IndustrialSawmillRecipe) {//Should always be true
IndustrialSawmillRecipe sawmillRecipe = (IndustrialSawmillRecipe) recipe;
Object woodRecipeObj = sawmillRecipe.getInputs().get(0);
if (isValidForRecipe(sawmillRecipe)) {
this.useEnergy(sawmillRecipe.euPerTick);
this.tickTime = 1;