The gui now only opens if there is is a full structure next to it.

This commit is contained in:
Modmuss50 2015-04-17 21:13:15 +01:00
parent 7de15ec1a5
commit 1209c78345
4 changed files with 29 additions and 3 deletions

View file

@ -57,4 +57,8 @@ public class TileMachineCasing extends RectangularMultiblockTileEntityBase {
public void isGoodForInterior() throws MultiblockValidationException {
}
public MultiBlockCasing getMultiblockController() {
return (MultiBlockCasing) super.getMultiblockController();
}
}