Bud Gidiere 0a77487399
Replace Math with FastMath for improved performance.
FastMath is a drop in replacement for the native Java math class with improved performance and fall backs to the native Java math class if necessary.

https://commons.apache.org/proper/commons-math/javadocs/api-3.3/org/apache/commons/math3/util/FastMath.html

This requires further testing and might cause chunk borders due the FastMath giving slightly different results than the native Java math class.

I also added .idea/Terra.iml to the .gitignore
2020-11-18 17:23:09 -06:00
2020-11-07 18:27:39 -05:00
2020-11-14 14:37:58 -05:00
2020-11-07 11:14:06 -05:00
2020-10-27 12:56:31 -04:00
2020-10-27 12:56:31 -04:00
2020-10-14 22:06:45 -07:00
2020-11-07 11:14:06 -05:00

Terra

Terra is a data-driven world generator based on Gaea. Find out more on our Spigot page!

Building and running Terra

To build, simply run ./gradlew build on Linux/MacOS, or gradlew.bat build on Windows. This will produce a jar in build/libs called Terra-[CURRENT VERSION].jar. You can put this right into your plugins dir, along with the correct Gaea version.

If you would like to test it with a default server config, just run ./gradlew setupServer or ./gradlew.bat setupServer to set up the server, then ./gradlew testWithPaper or gradlew.bat testWithPaper to run the server. If you want a clean installation of the server, re-run the setupServer task. This will download a default server config from here and install the server in the target/server directory, along with all the needed plugins.

Note: You will need to adjust the NAME variable bukkit.yml of the test server if you are not using the default Terra config.

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!

Languages
Java 98.6%
Kotlin 1.4%