stevenarella icon indicating copy to clipboard operation
stevenarella copied to clipboard

Mobs

Open iceiix opened this issue 4 years ago • 3 comments

Support rendering mob entities (animals/monsters), instead of only player entities

iceiix avatar Jul 05 '20 07:07 iceiix

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 avatar Jul 05 '20 14:07 martijnberger

@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)?

Bixilon avatar Nov 21 '20 13:11 Bixilon

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.

ColdIce1605 avatar Feb 10 '21 03:02 ColdIce1605