manifest.json 465 B

12345678910111213141516171819
  1. {
  2. "name": "ModName",
  3. "namespace": "AuthorName",
  4. "version_number": "0.0.1",
  5. "description": "Description of your mod...",
  6. "website_url": "https://github.com/exampleauthor/examplemod",
  7. "dependencies": [],
  8. "extra": {
  9. "godot": {
  10. "authors": ["AuthorName"],
  11. "optional_dependencies": [],
  12. "load_before": [],
  13. "incompatibilities": [],
  14. "compatible_mod_loader_version": ["7.0.0"],
  15. "compatible_game_version": ["0.0.1"],
  16. "config_schema": {}
  17. }
  18. }
  19. }