26 lines
633 B
Properties
26 lines
633 B
Properties
# 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
|
|
|
|
# Mod Version Information
|
|
mod_version=11.2
|
|
|
|
# Minecraft Version Information
|
|
minecraft_base_version=1.16
|
|
minecraft_version_min=1.16.2
|
|
minecraft_version=1.16.4
|
|
minecraft_version_max=1.17
|
|
|
|
# Forge Version Information
|
|
javafml_min=33.0
|
|
javafml_max=36.0
|
|
forge_version_min=33.0.0
|
|
forge_version=35.0.1
|
|
forge_version_max=36.0.0
|
|
|
|
jei_version=7.1.+
|
|
|
|
# Mappings Information
|
|
mappings_version=20200916-1.16.2
|