* make getWorldEdit() never null.
Signed-off-by: solonovamax <solonovamax@12oclockpoint.com>
* Locate commands work like vanilla
Signed-off-by: solonovamax <solonovamax@12oclockpoint.com>
* Completely rework all the gradle stuff for the subprojects
Signed-off-by: solonovamax <solonovamax@12oclockpoint.com>
* Update gradle version
Signed-off-by: solonovamax <solonovamax@12oclockpoint.com>
* make :common an api in the bukkit build.gradle
Signed-off-by: solonovamax <solonovamax@12oclockpoint.com>
* Move git clone function to CommonConfig.kt + make processResources depend on downloadDefaultPacks
Signed-off-by: solonovamax <solonovamax@12oclockpoint.com>
* clean up common build.gradle.kts
Signed-off-by: solonovamax <solonovamax@12oclockpoint.com>
* remove sponge
Signed-off-by: solonovamax <solonovamax@12oclockpoint.com>
* rename fabric group from com.dfsek.terra.bukkit to com.dfsek.terra.fabric
Signed-off-by: solonovamax <solonovamax@12oclockpoint.com>
* idk why this was removed some how?
It shows it's still in the main repo, but it was removed for me /shrug
Signed-off-by: solonovamax <solonovamax@12oclockpoint.com>
* Fix shading issues.
Signed-off-by: solonovamax <solonovamax@12oclockpoint.com>
* Fix issues with fabric-loom being stupid and requiring the plugin on the root project.
Signed-off-by: solonovamax <solonovamax@12oclockpoint.com>
* make getWorldEdit() never null.
Signed-off-by: solonovamax <solonovamax@12oclockpoint.com>
* Locate commands work like vanilla
Signed-off-by: solonovamax <solonovamax@12oclockpoint.com>
XoRoShiRo128PlusRandom is a Faster Random Class that is many times faster than standard Java Random. It also features better random distribution and the ability to be split and retain the exact same noise output like Splitable random.
http://dsiutils.di.unimi.it/docs/it/unimi/dsi/util/XoRoShiRo128PlusRandom.html
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