830e8485b9
update readme |
||
---|---|---|
.github/ISSUE_TEMPLATE | ||
Engine@2a7e3ba5a2 | ||
FeatureManager@1052697e7d | ||
generated/resources/assets/terraforged/lang | ||
gradle/wrapper | ||
src/main | ||
.gitignore | ||
.gitmodules | ||
build.gradle | ||
gradle.properties | ||
gradlew | ||
gradlew.bat | ||
LICENSE | ||
README.md | ||
settings.gradle |
TerraForged
TerraForged is a small collection of projects centered around procedurally generated worlds. The primary outlet of which is a Forge mod for the popular game Minecraft (Java Edition).
Building From Source
Firstly you must recursively git-clone this repository and its submodules (Engine & FeatureManager). To build the
mod jar just use the gradle build task. The jar will output to the build/libs
directory.
Commands:
git clone --recursive https://github.com/TerraForged/TerraForged.git
./gradlew build