animals.json 246 B

12345678910111213
  1. [
  2. {
  3. "type": "animal",
  4. "typeName": "Kow",
  5. "drops": [],
  6. "model": {
  7. "modelPath": "entities.m3/kow",
  8. "texturePaths": [
  9. "entities.ltdb/kow.png"
  10. ]
  11. }
  12. }
  13. ]