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.

13 lines
507 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(no-update, IPA.Loader.Features.NoUpdateFeature)",
  12. "print(YO! Howz it goin\\, its ya boi desinc here)"
  13. ]
  14. }