animals.json 272 B

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