SchematicTile should use Block.hasTileEntity instead of instanceof BlockContainer
SoniEx2 opened this issue ยท 1 comments
https://github.com/BuildCraft/BuildCraft/blob/NextGen/common/buildcraft/api/blueprints/SchematicTile.java#L47 and https://github.com/BuildCraft/BuildCraft/blob/NextGen/common/buildcraft/api/blueprints/SchematicTile.java#L73 should use Block.hasTileEntity (you'll need a metadata but I think that's doable)