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.

17 lines
792 B

5 years ago
  1. {
  2. "$schema": "https://raw.githubusercontent.com/nike4613/ModSaber-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.10",
  9. "features": [
  10. "define-feature(print, IPA.Loader.Features.PrintFeature)",
  11. "define-feature(debug, IPA.Loader.Features.DebugFeature)",
  12. "define-feature(warn, IPA.Loader.Features.WarnFeature)",
  13. "define-feature(no-update, IPA.Loader.Features.NoUpdateFeature)",
  14. "define-feature(add-in, IPA.Loader.Features.AddInFeature)",
  15. "define-feature(init-injector, IPA.Loader.Features.InitInjectorFeature)",
  16. "define-feature(config-provider, IPA.Loader.Features.ConfigProviderFeature)"
  17. ]
  18. }