shift clicking in wireless transmitter + textures

This commit is contained in:
Raoul Van den Berge
2015-12-24 17:21:55 +01:00
parent 35bacfc90b
commit b939b80ae6
8 changed files with 90 additions and 4 deletions

View File

@@ -21,7 +21,7 @@ public class TileSolderer extends TileMachine implements IInventory, ISidedInven
private InventorySimple inventory = new InventorySimple("solderer", 4);
private ISoldererRecipe recipe;
private boolean working = false;
private int progress;
private int progress = 0;
@SideOnly(Side.CLIENT)
private int duration;