Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 797 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 797 Bytes

FountainForge

The Minecraft Forge implementation of the FountainAPI, licensed under the MIT license.

Cloning

  • SSH: git clone [email protected]:FountainMC/FountainForge.git
  • HTTPS: git clone https://github.com/FountainMC/FountainForge.git

Building

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.