You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
1.1 KiB

  1. {
  2. "$schema": "https://raw.githubusercontent.com/beat-saber-modding-group/BSIPA-MetadataFileSchema/master/Schema.json",
  3. "author": "DaNike",
  4. "description": [
  5. "#![IPA.Loader.description.md]",
  6. "A mod loader specifically for Beat Saber."
  7. ],
  8. "gameVersion": "0.13.2",
  9. "id": "BSIPA",
  10. "name": "Beat Saber IPA",
  11. "version": "3.12.16",
  12. "icon": "IPA.icon.png",
  13. "features": [
  14. "define-feature(print, IPA.Loader.Features.PrintFeature)",
  15. "define-feature(debug, IPA.Loader.Features.DebugFeature)",
  16. "define-feature(warn, IPA.Loader.Features.WarnFeature)",
  17. "define-feature(no-update, IPA.Loader.Features.NoUpdateFeature)",
  18. "define-feature(add-in, IPA.Loader.Features.AddInFeature)",
  19. "define-feature(init-injector, IPA.Loader.Features.InitInjectorFeature)",
  20. "define-feature(config-provider, IPA.Loader.Features.ConfigProviderFeature)"
  21. ],
  22. "links": {
  23. "project-home": "https://github.com/beat-saber-modding-group/BeatSaber-IPA-Reloaded/wiki",
  24. "project-source": "https://github.com/beat-saber-modding-group/BeatSaber-IPA-Reloaded",
  25. "donate": "https://ko-fi.com/danike"
  26. }
  27. }