Go to file
dags- 3adbbc0c0e - split biome/terrain locate-s into sub commands to avoid biome ids clashing with terrain type names (badlands for example)
- improved detection of the y value to teleport to after /terra locate-ing
- fixed bryce name
- remove red sand from sediment tag
- finally fixed vines on jungle trees breaking bamboo
2020-06-18 10:03:21 +01:00
.github/ISSUE_TEMPLATE Update issue templates 2020-03-17 10:20:35 +00:00
Engine@fd12dc3d39 - split biome/terrain locate-s into sub commands to avoid biome ids clashing with terrain type names (badlands for example) 2020-06-18 10:03:21 +01:00
FeatureManager@11ec92c8c1 - split biome/terrain locate-s into sub commands to avoid biome ids clashing with terrain type names (badlands for example) 2020-06-18 10:03:21 +01:00
generated/resources/assets/terraforged/lang - split biome/terrain locate-s into sub commands to avoid biome ids clashing with terrain type names (badlands for example) 2020-06-18 10:03:21 +01:00
gradle/wrapper Add license headers to all source files 2020-02-24 13:53:03 +00:00
src/main - split biome/terrain locate-s into sub commands to avoid biome ids clashing with terrain type names (badlands for example) 2020-06-18 10:03:21 +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 - fix tall grass possibly preventing tree template features from placing 2020-06-14 23:03:16 +01:00
gradle.properties break everything part 2 2020-05-13 17:22:34 +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