Go to file
dags 7ea9d31d0f
Merge pull request #207 from TerraForged/0.1.x
pull 0.1.0 into master
2020-06-26 19:14:50 +01:00
.github/ISSUE_TEMPLATE Update issue templates 2020-05-28 15:40:01 +01:00
Engine@2a7e3ba5a2 update ref 2020-06-23 22:00:45 +01:00
FeatureManager@1052697e7d update forge & mappings 2020-06-26 19:12:07 +01:00
generated/resources/assets/terraforged/lang more translation keys + generator defaults 2020-06-26 17:31:58 +01:00
gradle/wrapper Add license headers to all source files 2020-02-24 13:53:03 +00:00
src/main update forge & mappings 2020-06-26 19:12:07 +01:00
.gitignore tidy-up 2020-05-13 20:31:45 +01:00
.gitmodules break everything part 1 2020-05-13 17:21:48 +01:00
LICENSE Add license 2020-02-28 22:27:31 +00:00
README.md make the root readme more dev focused & move the blurb-y one to the mod dir 2020-03-10 13:29:34 +00:00
build.gradle relocate stuff 2020-06-26 17:52:04 +01:00
gradle.properties update forge & mappings 2020-06-26 19:12:07 +01:00
gradlew init 2020-01-16 09:56:57 +00:00
gradlew.bat init 2020-01-16 09:56:57 +00:00
settings.gradle break everything part 2 2020-05-13 17:22:34 +01:00

README.md

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