MemoriesOfTime / RsNPC

npc plugin for nukkit
GNU Affero General Public License v3.0
8 stars 12 forks source link

Add initial support for v1.12.0 model #27

Closed glorydark closed 2 years ago

glorydark commented 2 years ago

Add initial support for v1.12.0 models

(maybe it still needs to test more) If you have more v1.12.0 models, please help me test whether this method still works or not. thx!

Performance

I've asked a friend to share a v1.12.0 model with me and tested it. Here is the performance: Minecraft 2022_7_11 14_28_21 Cache_-172f6e15904df0c2

Others

v1.16.0 models seem to be loaded in the same way, but I haven't got one to test it.

glorydark commented 2 years ago

If this can works, I reckon adding "playing vanilla animation" feature is a great thing.

Sparked by iGxnon’s SquareLottery and theBigSmileXD's example, I added few codes to make this possible initially.

You can have a look here: https://github.com/glorydark/PlayAnimation, it's easy to do that.

image