package aroma1997.compactwindmills; public class TileEntityMV extends TileEntityWindmill { public TileEntityMV() { super(WindType.MV); } }