18 lines
489 B
Properties
18 lines
489 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
|
||
|
|
||
|
mod_version=1.0.0
|
||
|
|
||
|
# Minecraft Version Information
|
||
|
minecraft_version=1.13
|
||
|
minecraft_version_toml=13
|
||
|
|
||
|
# Forge Version Information
|
||
|
forge_version=24.0.55-1.13-pre
|
||
|
forge_version_toml=24
|
||
|
forge_group=net.minecraftforge.test
|
||
|
|
||
|
# Mappings Information
|
||
|
mappings_version=20181221-1.13.1
|