The gui now only opens if there is is a full structure next to it.
This commit is contained in:
parent
7de15ec1a5
commit
1209c78345
4 changed files with 29 additions and 3 deletions
|
@ -57,4 +57,8 @@ public class TileMachineCasing extends RectangularMultiblockTileEntityBase {
|
|||
public void isGoodForInterior() throws MultiblockValidationException {
|
||||
|
||||
}
|
||||
|
||||
public MultiBlockCasing getMultiblockController() {
|
||||
return (MultiBlockCasing) super.getMultiblockController();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue