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.

23 lines
1.1 KiB

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