removed energy from engines in blueprints

This commit is contained in:
SpaceToad 2014-05-10 15:25:41 +02:00
parent 30e4d493b3
commit 44e3aaa1c5

View file

@ -35,6 +35,9 @@ public class SchematicEngine extends SchematicTile {
TileEngine engine = (TileEngine) context.world().getTileEntity(x, y, z);
cpt.setInteger("orientation", engine.orientation.ordinal());
cpt.removeTag("progress");
cpt.removeTag("energy");
cpt.removeTag("heat");
}
@Override