mirror of
https://github.com/FatherToast/SpecialMobs.git
synced 2025-04-24 22:34:58 +00:00
11 lines
No EOL
401 B
Properties
11 lines
No EOL
401 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 (mc_version-mod_version)
|
|
mod_version=1.0.0
|
|
mc_version=1.16.5
|
|
# Dependencies
|
|
forge_version=36.2.35
|
|
jei_version=7.7.0.106
|
|
top_version=1.16:1.16-3.1.4-22 |