v3.0.0 Alpha 1
Pre-release
Pre-release
This is an ALPHA release of Terra 3.0.0 for Bukkit.
This release is meant for previewing/testing of new features, and to give config pack devs a head start on updating their packs. It is NOT meant for production use
3.0 is the largest update Terra has ever seen (almost 25k lines of diff!), and there's a lot of new stuff to cover!
- Platform-Agnostic Engine
Terra's core engine is now entirely platform-agnostic. What does this mean? It means Terra no longer depends on Bukkit, or Minecraft in general. This preview only includes a Bukkit version, but we are currently working on a Fabric implementation, and plan to do a Sponge implementation as well. - TerraScript
TerraScript brings you the most powerful structure system ever seen in a world generator. TerraScript is a full-blown scripting language designed for you to make structures with. This alpha comes bundled with procedurally generated Oak and Spruce trees, and a procedurally generated Village, all made with TerraScript. Don't worry, exporting structures is still super easy; our export command will generate basic scripts for you, so if you just want a single-part structure, it's basically the same process as earlier versions. TerraScript simply adds on to the structure system, allowing you to create anything you want, with ease. We also have a conversion utility for converting the legacy.tstructure
format to TerraScript. - Dependency on Gaea Removed
Gaea existed as a way for Terra and BetterEnd to share code. Now that BetterEnd has reached its EOL, Gaea is no longer needed. As such, it has been merged into Terra. You will not need Gaea installed to run future versions of Terra.