diff options
| author | PandaNinjas <admin@malwarefight.gq> | 2022-12-23 17:29:28 -0800 |
|---|---|---|
| committer | PandaNinjas <admin@malwarefight.gq> | 2022-12-23 17:29:28 -0800 |
| commit | bd6b4db71f1e07a845d922dc30cefcc64afa6294 (patch) | |
| tree | 3ec253f13a0bfa20a8c0b467657d80265c12593a /src/main/resources | |
| download | NoSession-bd6b4db71f1e07a845d922dc30cefcc64afa6294.tar.gz NoSession-bd6b4db71f1e07a845d922dc30cefcc64afa6294.tar.bz2 NoSession-bd6b4db71f1e07a845d922dc30cefcc64afa6294.zip | |
Initial commit
Diffstat (limited to 'src/main/resources')
| -rw-r--r-- | src/main/resources/mcmod.info | 18 | ||||
| -rw-r--r-- | src/main/resources/mixins.nosession.json | 9 |
2 files changed, 27 insertions, 0 deletions
diff --git a/src/main/resources/mcmod.info b/src/main/resources/mcmod.info new file mode 100644 index 0000000..e4298d0 --- /dev/null +++ b/src/main/resources/mcmod.info @@ -0,0 +1,18 @@ +[ + { + "modid": "nosession", + "name": "NoSession", + "description": "NoSession protects your Session ID from being stolen.", + "version": "${version}", + "mcversion": "${mcversion}", + "url": "", + "updateUrl": "", + "authorList": [ + "PandaNinjas" + ], + "credits": "", + "logoFile": "", + "screenshots": [], + "dependencies": [] + } +] diff --git a/src/main/resources/mixins.nosession.json b/src/main/resources/mixins.nosession.json new file mode 100644 index 0000000..c968cc4 --- /dev/null +++ b/src/main/resources/mixins.nosession.json @@ -0,0 +1,9 @@ +{ + "required": true, + "package": "gq.malwarefight.nosession.mixin", + "refmap": "mixins.nosession.refmap.json", + "compatibilityLevel": "JAVA_8", + "client": [ + "client.YggdrasilSessionMixin" + ] +}
\ No newline at end of file |
