Skip to content

Commit

Permalink
feat: initial mod
Browse files Browse the repository at this point in the history
  • Loading branch information
Notexe committed Feb 19, 2024
1 parent ed0e194 commit a9bd390
Show file tree
Hide file tree
Showing 2 changed files with 7,308 additions and 4 deletions.
8 changes: 4 additions & 4 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"$schema": "https://raw.githubusercontent.com/atampy25/simple-mod-framework/main/Mod%20Manager/src/lib/manifest-schema.json",
"version": "0.1.0",
"id": "YourPreferredAlias.AnIDForTheMod",
"name": "Test Mod",
"description": "A truly amazing mod",
"authors": ["Your Preferred Alias"],
"id": "Notex.SimpleHealthBar",
"name": "Simple Health Bar",
"description": "Adds a simple health bar to the left of the minimap.",
"authors": ["Notex"],
"frameworkVersion": "2.25.1"
}
Loading

0 comments on commit a9bd390

Please sign in to comment.