mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-04-10 17:56:03 +00:00
17 lines
877 B
Markdown
17 lines
877 B
Markdown
# Terra
|
|
Terra is a data-driven world generator based on [Gaea](https://github.com/PolyhedralDev/Gaea).
|
|
|
|
## Building and running Terra
|
|
To run Terra on a test server, clone this repo, package with Maven, then run `test.sh`. The script will clone a test
|
|
server skeleton (found [here](https://github.com/PolyhedralDev/WorldGenTestServer)) and set everything up to run.
|
|
|
|
**Note: You will need to adjust the `NAME` variable in test.sh if you are not using the default Terra config (you may
|
|
also change the value after server installation, in `bukkit.yml` of the test server)**
|
|
|
|
## 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!
|
|
|
|
## Beta
|
|
Terra is still in beta! It will have missing features, and may not work in full. It should **not** be used in production.
|
|
Use at your own risk! |