Now uses Architectury and added Forge support
This commit is contained in:
+10
-8
@@ -1,12 +1,14 @@
|
||||
# Sets default memory used for gradle commands. Can be overridden by user or command line properties.
|
||||
# This is required to provide enough memory for the Minecraft decompilation process.
|
||||
org.gradle.jvmargs=-Xmx3G
|
||||
org.gradle.daemon=false
|
||||
org.gradle.jvmargs=-Xmx2048M
|
||||
|
||||
# Minecraft
|
||||
minecraft_version=1.18
|
||||
fabric_loader_version=0.12.6
|
||||
|
||||
# Mod dependencies
|
||||
archives_base_name=DistantHorizons
|
||||
mod_version=1.5.4a
|
||||
maven_group=com.seibel.lod
|
||||
toml_version=0.7.2
|
||||
|
||||
fabric_loader_version=0.12.6
|
||||
fabric_api_version=0.43.1+1.18
|
||||
modmenu_version=3.0.0
|
||||
modmenu_version=3.0.0
|
||||
|
||||
forge_version=38.0.14
|
||||
Reference in New Issue
Block a user