Geckolib-forge-1.19-3.1.40.jar
public class MyMobModel extends AnimatedGeoModel<MyMobEntity> @Override public ResourceLocation getModelLocation(MyMobEntity object) return new ResourceLocation("yourmodid", "geo/mymob.geo.json");
Even with a correct installation, issues can arise. Here are the most common problems with this specific version. geckolib-forge-1.19-3.1.40.jar
@Override public ResourceLocation getTextureLocation(MyMobEntity object) return new ResourceLocation("yourmodid", "textures/entity/mymob.png"); public class MyMobModel extends AnimatedGeoModel<