diff options
Diffstat (limited to 'ihl/processing/metallurgy/LathePart1TileEntity.java')
| -rw-r--r-- | ihl/processing/metallurgy/LathePart1TileEntity.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ihl/processing/metallurgy/LathePart1TileEntity.java b/ihl/processing/metallurgy/LathePart1TileEntity.java index 9241ba1..ddf834b 100644 --- a/ihl/processing/metallurgy/LathePart1TileEntity.java +++ b/ihl/processing/metallurgy/LathePart1TileEntity.java @@ -19,7 +19,6 @@ public class LathePart1TileEntity extends BasicElectricMotorTileEntity implement public LathePart1TileEntity()
{
super();
- this.isGuiScreenOpened=true;
}
@@ -52,6 +51,7 @@ public class LathePart1TileEntity extends BasicElectricMotorTileEntity implement }
+ @SuppressWarnings({ "rawtypes", "unchecked" })
@Override
public List[] getInput()
{
|
