适用于minecraft的自定义NPCsMod中切换NPC的模型
放到对话钩子,右键一下NPC,NPC就会按照MC的注册表依次切换模型
没什么实际用处,甚至渲染到一些奇怪模型的时候会导致地图崩溃(`慎用`)
主要用于学习,大家可以借此学习一下脚本的进阶功能和一些思路变通
Models for switching NPCs in custom NPCsMod for minecraft
Put it on the dialog hook, right click on the NPC, and the NPC will switch models in turn according to the MC’s registry
There is no practical use, even rendering to some strange models will cause the map to crash (`Use with caution`)
Mainly used for learning, you can take this to learn about the advanced functions of the script and some alternative ideas