Update README.md

This commit is contained in:
dags 2020-06-26 19:52:39 +01:00 committed by GitHub
parent d13dbef5a8
commit 4241e9a015
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,16 +5,15 @@ The primary outlet of which is a Forge mod for the popular game Minecraft (Java
### Building From Source ### Building From Source
The project relies on Gradle for build and dependency management. In order to compile you need Firstly you must recursively git-clone this repository and its submodules (Engine & FeatureManager). To build the
to use the maven-publish task, with the mod binary being located under the 'TerraForgedMod' mod jar just use the gradle build task. The jar will output to the `build/libs` directory.
sub-project.
#### Command Commands:
```shell script ```shell script
./gradlew publish git clone --recursive https://github.com/TerraForged/TerraForged.git
```
// TODO - more ./gradlew build
```
### Developing With TerraForged's API ### Developing With TerraForged's API