Start revamping the build script
This commit is contained in:
+10
-6
@@ -1,11 +1,9 @@
|
||||
org.gradle.jvmargs=-Xmx4096M
|
||||
org.gradle.daemon=false
|
||||
|
||||
maven_group=com.seibel.lod
|
||||
# Mod Info
|
||||
archives_base_name=DistantHorizons
|
||||
|
||||
# Mod info
|
||||
mod_version=1.7.0a-dev
|
||||
maven_group=com.seibel.lod
|
||||
mod_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"]
|
||||
@@ -13,14 +11,20 @@ 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
|
||||
|
||||
# Global Plugin versions
|
||||
# Architectury Version & Info
|
||||
architectury_version=5.7.28
|
||||
enabled_platforms=fabric,forge
|
||||
|
||||
# Global Plugin Versions
|
||||
toml_version=3.6.5
|
||||
json_version=1.1.1
|
||||
flatlaf_version=2.3
|
||||
svgSalamander_version=1.1.3
|
||||
manifold_version=2022.1.18
|
||||
enabled_platforms=fabric,forge
|
||||
mcVersions=1.16.5,1.17.1,1.18.1,1.18.2,1.19
|
||||
|
||||
# Internal Properties (These are set at runtime)
|
||||
versionStr=
|
||||
|
||||
##### FOR IDE SUPPORT AND TELL IDE TO USE CERTIAN MC VERSION: SWITCH THIS:
|
||||
mcVer=1.18.2
|
||||
|
||||
Reference in New Issue
Block a user