The Minecraft Forge implementation of the FountainAPI, licensed under the MIT license.
- SSH:
git clone [email protected]:FountainMC/FountainForge.git
- HTTPS:
git clone https://github.com/FountainMC/FountainForge.git
NOTE: The following commands assume you have Gradle installed.
To build FountainForge, you need to simple run gradle build
. That's it.
You will find the compiled jars under the build/libs
directory.