mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-04-24 00:56:38 +00:00
update README.md
This commit is contained in:
@@ -20,12 +20,9 @@ produce JARs in `platforms/<platform>/build/libs`
|
|||||||
* Forge: `Terra-<version>-shaded.jar`
|
* Forge: `Terra-<version>-shaded.jar`
|
||||||
|
|
||||||
### Building a Specific Platform
|
### Building a Specific Platform
|
||||||
To build a specific platform, use the following Gradle tasks:
|
To build a specific platform, run `gradlew :platforms:<platform>:build`.
|
||||||
* Bukkit: `:platforms:bukkit:shadowJar`
|
|
||||||
* Fabric: `:platforms:fabric:remapShadedJar`
|
|
||||||
* Forge: `:platforms:forge:reobfShadowJar`
|
|
||||||
|
|
||||||
These tasks all produce JARs in `platforms/<platform>/build/libs`.
|
JARs are produced in `platforms/<platform>/build/libs`.
|
||||||
|
|
||||||
### Running Minecraft in the IDE
|
### Running Minecraft in the IDE
|
||||||
To run Minecraft with Terra in the IDE (for testing) use the following tasks:
|
To run Minecraft with Terra in the IDE (for testing) use the following tasks:
|
||||||
|
|||||||
Reference in New Issue
Block a user