fix more reformatter stuff

This commit is contained in:
Raoul Van den Berge
2015-12-29 12:07:59 +01:00
parent b4c3a32806
commit 5b3c5f03f8
25 changed files with 108 additions and 54 deletions

View File

@@ -41,14 +41,16 @@ public class TileSolderer extends TileMachine implements IInventory, ISidedInven
if (newRecipe == null)
{
reset();
} else if (newRecipe != recipe && inventory.getStackInSlot(3) == null)
}
else if (newRecipe != recipe && inventory.getStackInSlot(3) == null)
{
recipe = newRecipe;
progress = 0;
working = true;
markDirty();
} else if (working)
}
else if (working)
{
progress++;