ec2f6a4409
Well, there is still some minor issues with new options object and compile fails for a mysterious nullable Signed-off-by: liach <liach@users.noreply.github.com> |
||
---|---|---|
.github/ISSUE_TEMPLATE | ||
FeatureManager@75b0ce991c | ||
FeatureManager-fabric@8c38ce3e65 | ||
gradle/wrapper | ||
Noise2D@0bbb025ead | ||
TerraForgedAPI | ||
TerraForgedAPI-fabric | ||
TerraForgedApp | ||
TerraForgedCore | ||
TerraForgedMod | ||
TerraForgedMod-fabric | ||
.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
The project relies on Gradle for build and dependency management. In order to compile you need to use the maven-publish task, with the mod binary being located under the 'TerraForgedMod' sub-project.
Command:
./gradlew publish
// TODO - more