Go to file
dags- ef7a94e51f break everything part 1 2020-05-13 17:21:48 +01:00
.github/ISSUE_TEMPLATE Update issue templates 2020-03-17 10:20:35 +00:00
Engine@6babefb301 move packages 2020-05-13 17:12:47 +01:00
FeatureManager@0da0d13c3d - update ref 2020-04-30 11:59:53 +01:00
TerraEngine@c36977964d Init 2020-05-13 17:10:36 +01:00
TerraForgedAPI remove n2d 2020-05-12 21:42:58 +01:00
TerraForgedApp - possibly fixed another river bug that causes a region to be flattened 2020-04-10 12:23:20 +01:00
TerraForgedCore improve how world spawn is located 2020-04-30 17:16:47 +01:00
TerraForgedMod tidy up 2020-05-10 10:54:58 +01:00
gradle/wrapper Add license headers to all source files 2020-02-24 13:53:03 +00:00
.gitignore version bump + ignore stuff 2020-03-31 13:53:43 +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 build script stuff 2020-02-28 23:47:50 +00:00
gradle.properties - only apply custom redwood trees to minecraft biomes 2020-05-10 00:48:32 +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 remove n2d 2020-05-12 21:42:58 +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