stevenarella
stevenarella copied to clipboard
Mobs
Support rendering mob entities (animals/monsters), instead of only player entities
I think one of the design choices one would need to make when implementing mobs is how we will get the models. They seem to be stored in the java code and would need to be extracted another alternative is to use the json representation as used by the bedrock edition.
@martijnberger You are absolutly right.
The problem is some models changed between the versions, so a extractor would make sense. I also need this data for a current project of mine.
Did anything happen (aka. status update)?
One thing to point out is this might be a mute point in 1.17 as it looks like mojang is moving to the same system in bedrock/json models.