fix more reformatter stuff
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user