mirror of
https://github.com/Creators-of-Create/Create.git
synced 2024-11-10 12:33:57 +01:00
6db763ed5d
- Fixed Seat interaction being too restrictive with max reach - Contraption seats can no longer be mounted while riding something else
21 lines
522 B
Properties
21 lines
522 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.3.1c
|
|
minecraft_version=1.16.5
|
|
forge_version=36.0.42
|
|
|
|
# dependency versions
|
|
registrate_version=1.0.0-beta.33
|
|
jei_version=7.6.1.71
|
|
|
|
# curseforge information
|
|
projectId=328085
|
|
curse_type=beta
|
|
|
|
# github information
|
|
github_project=Creators-of-Create/Create
|