35 lines
1.2 KiB
Properties
35 lines
1.2 KiB
Properties
# 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
|
|
maven_group=com.seibel.lod
|
|
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.
|
|
mod_authors=["James Seibel", "Leonardo Amato", "Cola", "coolGi", "Ran", "Leetom"]
|
|
mod_homepage=https://www.curseforge.com/minecraft/mc-mods/distant-horizons
|
|
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.0
|
|
toml_version=3.6.4
|
|
nightconfig_version=3.6.6
|
|
javafx_version=19
|
|
svgSalamander_version=1.1.3
|
|
|
|
log4j_version=2.19.0
|
|
lwjgl_version=3.3.0
|
|
joml_version=1.10.2
|
|
|
|
# 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.18.2
|