1.12.2 buildscript

This commit is contained in:
Vojtěch Šokala
2026-02-20 15:00:13 +01:00
parent 2866aefb90
commit 1d0d67d215
8 changed files with 425 additions and 10 deletions
+2 -1
View File
@@ -9,6 +9,7 @@ mod_version=2.4.6-b-dev
api_version=5.1.0
maven_group=com.seibel.distanthorizons
mod_readable_name=Distant Horizons
mod_id=distanthorizons
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 variable
mod_authors=["James Seibel", "Leonardo Amato", "Cola", "coolGi", "Ran", "Leetom", "pshsh"]
@@ -51,7 +52,7 @@ 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.21.11
mcVer=1.12.2
# Defines the maximum amount of memory Minecraft is allowed when run in a development environment
#minecraftMemoryJavaArg="-Xmx4G"