# Conflicts: # build.gradle.kts # common/src/main/java/com/dfsek/terra/api/TerraPlugin.java # common/src/main/java/com/dfsek/terra/api/structures/script/StructureScript.java # common/src/main/java/com/dfsek/terra/config/pack/ConfigPack.java # common/src/main/java/com/dfsek/terra/profiler/Profiler.java # common/src/main/java/com/dfsek/terra/profiler/ProfilerImpl.java # common/src/main/java/com/dfsek/terra/registry/OpenRegistry.java # common/src/main/java/com/dfsek/terra/world/generation/generators/DefaultChunkGenerator3D.java # common/src/main/java/com/dfsek/terra/world/population/FloraPopulator.java # common/src/main/java/com/dfsek/terra/world/population/OrePopulator.java # common/src/main/java/com/dfsek/terra/world/population/StructurePopulator.java # common/src/main/java/com/dfsek/terra/world/population/TreePopulator.java # common/src/test/java/biome/DistributionTest.java # common/src/test/java/biome/ImageTest.java # platforms/bukkit/src/main/java/com/dfsek/terra/bukkit/population/PopulationManager.java # platforms/fabric/src/main/java/com/dfsek/terra/fabric/TerraFabricPlugin.java # platforms/fabric/src/main/java/com/dfsek/terra/fabric/world/FabricTree.java
Terra
Terra is an incredibly powerful free & open-source data-driven, platform-agnostic world generator. It allows you to create a world exactly to your specifications, with no knowledge of Java required.
Downloads:
- Paper+ servers (Paper, Tuinity, Purpur, etc): SpigotMC
- Fabric: Modrinth / CurseForge
- Forge: Modrinth / CurseForge
Building and Running Terra
To build, simply run ./gradlew build (gradlew.bat build on Windows). This will build all platforms, and
produce JARs in platforms/<platform>/build/libs
Production JARs:
- Bukkit:
Terra-<version>-shaded.jar - Fabric:
Terra-<version>-shaded-mapped.jar - Forge:
Terra-<version>-shaded.jar
Building a Specific Platform
To build a specific platform, run gradlew :platforms:<platform>:build.
JARs are produced in platforms/<platform>/build/libs.
Running Minecraft in the IDE
To run Minecraft with Terra in the IDE (for testing) use the following tasks:
- Bukkit
installPaper- Install a Paper test server. (Only needs to be run once).installPurpur- Install a Purpur test server. (Only needs to be run once).runPaper- Run the Paper test server with Terra (installPapermust have been run previously).runPurpur- Run the Purpur test server with Terra (installPurpurmust have been run previously).
- Fabric
runClient- Run a Minecraft client with Terra installed.runServer- Run a Minecraft server with Terra installed.
- Forge
runClient- Run a Minecraft client with Terra installed.runServer- Run a Minecraft server with Terra installed.
Contributing
Contributions are welcome! If you want to see a feature in Terra, please, open an issue, or implement it yourself and submit a PR! Join the discord here if you would like to talk more about the project!
Beta
Terra is still in beta! While it is stable, it is not feature-complete. There is a lot to be added!