Skip to content

Commit 76a6bbb

Browse files
committed
feat: initial mod
1 parent c704b4f commit 76a6bbb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

manifest.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/atampy25/simple-mod-framework/main/Mod%20Manager/src/lib/manifest-schema.json",
33
"version": "0.1.0",
4-
"id": "YourPreferredAlias.AnIDForTheMod",
5-
"name": "Test Mod",
6-
"description": "A truly amazing mod",
7-
"authors": ["Your Preferred Alias"],
4+
"id": "Notex.SimpleHUDToggle",
5+
"name": "Simple HUD Toggle",
6+
"description": "Adds a keybind (Ctrl + F8) which allows you to toggle the in-game HUD easily.",
7+
"authors": ["Notex"],
88
"frameworkVersion": "2.25.1"
99
}

0 commit comments

Comments
 (0)