18 lines
549 B
Properties
18 lines
549 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=13.0
|
|
# Minecraft Version Information
|
|
minecraft_version=1.18
|
|
minecraft_range=[1.18,1.19)
|
|
# Forge Version Information
|
|
loader_range=[38,)
|
|
forge_version=38.0.17
|
|
forge_range=[38.0.17,)
|
|
# Mappings Information
|
|
mappings_version=1.18
|
|
# Build dependencies
|
|
jei_version=1.16.4:7.6.1.65
|