Lots of compile fixes
This commit is contained in:
@@ -109,7 +109,7 @@ public class FacadePart implements IFacadePart, IBoxProvider
|
||||
return true;
|
||||
}
|
||||
|
||||
return this.getBlockState().isOpaqueCube();
|
||||
return false; // FIXME this.getBlockState().isOpaqueCube();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user