Fix machine teirs

This commit is contained in:
modmuss50 2018-04-02 22:31:26 +01:00
parent aaa0121e7c
commit fc9e7df2f9
No known key found for this signature in database
GPG key ID: 773D17BE8BF49C82

View file

@ -63,6 +63,7 @@ public abstract class TileGenericMachine extends TilePowerAcceptor
this.maxEnergy = maxEnergy;
this.toolDrop = toolDrop;
this.energySlot = energySlot;
checkTeir();
}
public int getProgressScaled(final int scale) {