2020-01-16 22:14:14 +00:00
|
|
|
# TerraForged
|
2020-01-19 21:11:57 +00:00
|
|
|
|
2020-03-10 13:29:34 +00:00
|
|
|
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).
|
2020-02-22 20:55:47 +00:00
|
|
|
|
2020-03-10 13:29:34 +00:00
|
|
|
### Building From Source
|
2020-02-22 20:55:47 +00:00
|
|
|
|
2020-03-10 13:29:34 +00:00
|
|
|
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.
|
2020-02-22 20:55:47 +00:00
|
|
|
|
2020-03-10 13:29:34 +00:00
|
|
|
Command:
|
|
|
|
```shell script
|
|
|
|
./gradlew publish
|
|
|
|
```
|
2020-03-02 10:02:08 +00:00
|
|
|
|
2020-03-10 13:29:34 +00:00
|
|
|
// TODO - more
|