Changed: MC Mod

Changed: MC Mod

156k Downloads

Changed Mod Models in API enhancement

Foxyas opened this issue ยท 1 comments

commented

when is tryed use a model that is "pre made" from changed main mod in this case LightLatexWolfMaleModel this erro happen
Type 'net.ltxprogrammer.changed.client.renderer.model.LightLatexWolfMaleModel' does not have type parameters
and i see in the code the model don't allow to be used for other latex entity only for LightLatexWolfMale and is the same thing for all models,and is because this models are linked to a certain latex entity or entity
It would be nice to have an addition that allow use the Latex Entity models so they can be used by any latex entity renderer;

like a new class or function like a LatexEntityModel
Or just replace the line for T Extends LatexEntity instead of a entity

If this is impossible due to the way the models are saved or is just very complex to do that, I understand

commented

If the need arises for you to use the model, make your entity extend LightLatexWolfMale (or whichever entity you're deriving from), but this NEEDS to be solved by adding your own models.