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.

16 lines
695 B

  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.12.2",
  6. "id": "beatsaber-ipa-reloaded",
  7. "name": "BSIPA",
  8. "version": "3.12.0",
  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. "print(YO! Howz it goin\\, its ya boi desinc here)"
  16. ]
  17. }