Ca ne marche toujours pas du coup ? Ton image se trouve bien dans src\main\resources\assets\tonmodid\textures\entity ?
Le code marche cher moi c’est bizarre …
Tu as bien enregistré ton Entity dans le init aussi ?
comme ceci :
EntityRegistry.registerGlobalEntityID(EntityTONMOB.class, "EntityTONMOB", EntityRegistry.findGlobalUniqueEntityId(), new Color(2, 39, 23).getRGB(), new Color(0, 255, 0).getRGB());
EntityRegistry.registerModEntity(EntityTONMOB.class, "EntityTONMOB", IDDUMOBGENRE420, MODID.instance, 40, 1, true);