mirror of
https://github.com/Jozufozu/Flywheel.git
synced 2024-11-10 12:34:11 +01:00
9d5ae97a0a
- 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
21 lines
517 B
Properties
21 lines
517 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 info
|
|
mod_version=0.3d
|
|
minecraft_version=1.15.2
|
|
forge_version=31.2.31
|
|
|
|
# dependency versions
|
|
registrate_version=1.0.0-rc.17
|
|
jei_version=6.0.0.2
|
|
|
|
# curseforge information
|
|
projectId=328085
|
|
curse_type=beta
|
|
|
|
# github information
|
|
github_project=Creators-of-Create/Create
|