21 lines
514 B
Properties
21 lines
514 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.1
|
|
|
|
# Minecraft Version Information
|
|
minecraft_version=1.16.2
|
|
minecraft_version_toml=16
|
|
|
|
# Forge Version Information
|
|
forge_version=33.0.22
|
|
forge_version_toml=33
|
|
|
|
jei_version=7.1.+
|
|
|
|
# Mappings Information
|
|
mappings_version=20200723-1.16.1
|