TerraForged/README.md

18 lines
489 B
Markdown

# 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:
```shell script
./gradlew publish
```
// TODO - more