We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c704b4f commit 76a6bbbCopy full SHA for 76a6bbb
manifest.json
@@ -1,9 +1,9 @@
1
{
2
"$schema": "https://raw.githubusercontent.com/atampy25/simple-mod-framework/main/Mod%20Manager/src/lib/manifest-schema.json",
3
"version": "0.1.0",
4
- "id": "YourPreferredAlias.AnIDForTheMod",
5
- "name": "Test Mod",
6
- "description": "A truly amazing mod",
7
- "authors": ["Your Preferred Alias"],
+ "id": "Notex.SimpleHUDToggle",
+ "name": "Simple HUD Toggle",
+ "description": "Adds a keybind (Ctrl + F8) which allows you to toggle the in-game HUD easily.",
+ "authors": ["Notex"],
8
"frameworkVersion": "2.25.1"
9
}
0 commit comments