Skip to content
On this page

猹引擎

实体模型总览

配置位置

txt
plugins/ChaEngine/entity/*.yml

实际字段

  • model
  • animation
  • texture
  • scale
  • position
  • collision
  • match

样例

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#测试生物"

相关文档