3456789
import me.ashtheking.dragons.model.ModelMammoth; public class RenderMammoth extends RenderSizable { public RenderMammoth(float f) { super(new ModelMammoth(), f, 3F); }