package aroma1997.compactwindmills; public class TileEntityLV extends TileEntityWindmill { public TileEntityLV() { super(WindType.LV); } }