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

@ -68,7 +68,7 @@ public abstract class RectangularMultiblockControllerBase extends
// This is permitted so that we can incorporate certain non-multiblock parts inside interiors
part = null;
}
// Validate block type against both part-level and material-level validators.
int extremes = 0;
if(x == minimumCoord.x) { extremes++; }