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 /README.md | |
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 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..b309cd8 --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +# Forge Mod API + +This repository contains the implementation of the Hypixel Mod API for the Froge Mod Loader in 1.8.9 for end-users. If you are a developer, and are looking to utilise the API you should look at the core [Hypixel Mod API](https://github.com/HypixelDev/ModAPI) repository. + + +## Contributing + +If you wish to contribute to this implementation of the Mod API to offer improvements or fixes, you can do so by forking the repository and creating a pull request.
\ No newline at end of file |