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
|
Thank you weakref, very deterministic
- Cart controller safety #669, #684, #702, #708, #709, #714, #719, #722, #725, #728
- Update Registrate #662, #677, #697, #726
- Fixed blocks not able to be placed onto a face with super glue
- Fixed block duplication involving super glue #681, #682
- Fixed fluid tanks voiding content on contrapion disassembly #707
2021-01-13 14:16:45 +01:00
|
|
|
mod_version=0.3d
|
2020-09-20 06:37:27 +02:00
|
|
|
minecraft_version=1.16.3
|
2020-10-10 22:40:59 +02:00
|
|
|
forge_version=34.1.17
|
2020-06-08 02:18:34 +02:00
|
|
|
|
|
|
|
# dependency versions
|
2021-01-13 15:11:58 +01:00
|
|
|
registrate_version=1.0.0-beta.33
|
2020-10-11 15:43:04 +02:00
|
|
|
jei_version=7.6.0.45
|
2020-06-08 02:18:34 +02:00
|
|
|
|
|
|
|
# curseforge information
|
|
|
|
projectId=328085
|
|
|
|
curse_type=beta
|
|
|
|
|
|
|
|
# github information
|
2020-06-10 01:42:57 +02:00
|
|
|
github_project=Creators-of-Create/Create
|