This adds support for different data storage types for distant horizons.
It will create a configuration file DistantHorizons_Datastores.toml
,
which can be configured with the JDBC URL and other settings for connecting to the database.
No JDBC drivers are included. You will need to include the relevant JDBC Driver yourself, either manually or using a mod like
You'll need a copy of the Distant Horizons API from this branch.
To build the project run
gradle build
If you don't have a working docker, you might want to disable tests (i.e. gradle build -x test
) as docker runs the databases that are needed to test against.