# Gradle stuff org.gradle.jvmargs=-Xmx4096M org.gradle.parallel=true org.gradle.caching=true # Mod Info mod_name=DistantHorizons mod_version=2.0.0-a-dev api_version=1.0.0 maven_group=com.seibel.distanthorizons mod_readable_name=Distant Horizons mod_description=This mod generates and renders simplified terrain beyond the normal view distance at a low performance cost. Allowing you to see much farther without turning your game into a slideshow. # Note: In forge's mods.toml this is hard coded because Architectury throws an error with setting it as a varuable mod_authors=["James Seibel", "Leonardo Amato", "Cola", "coolGi", "Ran", "Leetom"] mod_homepage=https://modrinth.com/mod/distanthorizons mod_source=https://gitlab.com/jeseibel/minecraft-lod-mod/ mod_issues=https://gitlab.com/jeseibel/minecraft-lod-mod/-/issues mod_discord=https://discord.gg/xAB8G4cENx # Global Plugin Versions manifold_version=2023.1.15 toml_version=3.6.4 lz4_version=1.8.0 nightconfig_version=3.6.6 flatlaf_version=3.0 svgSalamander_version=1.1.3 log4j_version=2.20.0 netty_version=4.1.94.Final lwjgl_version=3.2.3 joml_version=1.10.2 # These are here so they can be changed with cmd arguments # If they are null, they would be automatically set # (This is mainly used for the CI) gitMainCommit=null gitCoreCommit=null gitMainBranch=null # Internal Properties (These are set at runtime for Forgix to merge jar's) versionStr= # This defines what MC version Intellij will use for the preprocessor # and what version is used automatically by build and run commands mcVer=1.20.1