Fixed Thermal Evaporation Controller computer integration
This commit is contained in:
parent
f29fe502a9
commit
e1a5bf13c7
1 changed files with 5 additions and 0 deletions
|
@ -703,6 +703,11 @@ public class TileEntityThermalEvaporationController extends TileEntityThermalEva
|
||||||
return side != 0 && side != 1;
|
return side != 0 && side != 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public TileEntityThermalEvaporationController getController()
|
||||||
|
{
|
||||||
|
return structured ? this : null;
|
||||||
|
}
|
||||||
|
|
||||||
public void clearStructure()
|
public void clearStructure()
|
||||||
{
|
{
|
||||||
for(Coord4D tankPart : tankParts)
|
for(Coord4D tankPart : tankParts)
|
||||||
|
|
Loading…
Reference in a new issue