猹引擎
实体模型总览
配置位置
txt
plugins/ChaEngine/entity/*.yml实际字段
modelanimationtexturescalepositioncollisionmatch
样例
yml
测试生物:
model: "测试生物.geo.json"
animation: "测试生物.animation.json"
texture: "测试生物.png"
scale: 1.0
position: [ 0, 0, 0 ]
collision: [ 1, 1, 1 ]
match:
- "name#start#测试,nbt#custom#测试生物"
- "name#equal#测试生物"
猹件开发组