diff options
author | Connor Linfoot <connorlinfoot@me.com> | 2024-05-15 20:36:54 +0100 |
---|---|---|
committer | Connor Linfoot <connorlinfoot@me.com> | 2024-05-15 20:36:54 +0100 |
commit | ccec6c05ad8298c39e1780e0746cd7723bd3f84b (patch) | |
tree | bcd8ad8dc37aa154c92b9b2ffa6867f9a2f36212 /src/main/resources | |
download | HyPixelForgeModAPI-ccec6c05ad8298c39e1780e0746cd7723bd3f84b.tar.gz HyPixelForgeModAPI-ccec6c05ad8298c39e1780e0746cd7723bd3f84b.tar.bz2 HyPixelForgeModAPI-ccec6c05ad8298c39e1780e0746cd7723bd3f84b.zip |
Initial 0.4.0 implementation of the Forge Mod API
Diffstat (limited to 'src/main/resources')
-rwxr-xr-x | src/main/resources/mcmod.info | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/src/main/resources/mcmod.info b/src/main/resources/mcmod.info new file mode 100755 index 0000000..ca18cec --- /dev/null +++ b/src/main/resources/mcmod.info @@ -0,0 +1,17 @@ +[ + { + "modid": "hypixel_mod_api", + "name": "Hypixel Mod API", + "description": "Implementation of the Hypixel Mod API for Forge.", + "version": "${version}", + "mcversion": "${mcversion}", + "url": "https://modrinth.com/mod/hypixel-mod-api/", + "updateUrl": "", + "authorList": [ + "Hypixel Inc." + ], + "logoFile": "", + "screenshots": [], + "dependencies": [] + } +] |