2019-10-13 21:30:25 +02:00
|
|
|
# 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
|
2020-06-08 02:18:34 +02:00
|
|
|
org.gradle.daemon=false
|
|
|
|
|
|
|
|
# mod version info
|
2020-12-27 23:09:19 +01:00
|
|
|
mod_version=0.3c
|
2020-06-08 02:18:34 +02:00
|
|
|
minecraft_version=1.15.2
|
2020-07-12 15:33:41 +02:00
|
|
|
forge_version=31.2.31
|
2020-06-08 02:18:34 +02:00
|
|
|
|
|
|
|
# dependency versions
|
2020-06-19 18:37:11 +02:00
|
|
|
registrate_version=0.0.4.18
|
2020-06-08 02:18:34 +02:00
|
|
|
jei_version=6.0.0.2
|
|
|
|
|
|
|
|
# curseforge information
|
|
|
|
projectId=328085
|
|
|
|
curse_type=beta
|
|
|
|
|
|
|
|
# github information
|
2020-06-10 01:42:57 +02:00
|
|
|
github_project=Creators-of-Create/Create
|