1
0
Fork 0
mirror of https://gitlab.com/distant-horizons-team/distant-horizons-core.git synced 2025-12-10 05:42:56 +00:00
This repo holds the core code for the Distant Horizons mod.
Find a file
2025-12-09 20:57:27 -06:00
_Misc Files Update logos in _misc Files 2024-10-24 06:59:56 -05:00
api rename API getSoftCache -> createSoftCahe 2025-12-09 20:57:27 -06:00
core rename API getSoftCache -> createSoftCahe 2025-12-09 20:57:27 -06:00
.editorconfig Update .editorconfig 2025-11-26 13:55:33 -06:00
.gitattributes Initial Commit (from Lod Mod 1.16.5 11-10-2021) 2021-11-10 22:02:38 -06:00
.gitignore Add Sqlite Write Ahead Log to Sqlite 2024-04-06 09:53:28 -05:00
LICENSE-LOGOS.txt Add new logos 2024-09-22 17:18:33 -05:00
LICENSE.LESSER.txt Update the licensing file 2022-04-24 16:46:57 -05:00
LICENSE.txt Initial Commit (from Lod Mod 1.16.5 11-10-2021) 2021-11-10 22:02:38 -06:00
Readme.md Updated readme to use the new DH links 2024-11-09 14:42:47 +00:00

This repo is for the Distant Horizons mod. The purpose of this submodule is to isolate code that isn't tied to a specific version of minecraft. This prevents us from having duplicate code; reducing errors and helping us port to different versions faster and easier.

Check out the mod's main GitLab page here: https://gitlab.com/distant-horizons-team/distant-horizons

source code installation

You shouldn't download this repo directly. It should be automatically included when pulling the full mod.

Open Source Acknowledgements

LZ4 for Java (data compression)
https://github.com/lz4/lz4-java

NightConfig for Json & Toml (config handling)
https://github.com/TheElectronWill/night-config

SVG Salamander for SVG support (not being used atm)
https://github.com/blackears/svgSalamander

sqlite-jdbc
https://github.com/xerial/sqlite-jdbc