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

@@ -14,10 +14,12 @@ public class SoldererRecipeCraftingGrid implements ISoldererRecipe
if (row == 0)
{
return new ItemStack(StorageCraftItems.PROCESSOR, 1, ItemProcessor.TYPE_ADVANCED);
} else if (row == 1)
}
else if (row == 1)
{
return new ItemStack(StorageCraftBlocks.GRID, 1, 0);
} else if (row == 2)
}
else if (row == 2)
{
return new ItemStack(Blocks.crafting_table);
}