mirror of
https://github.com/Creators-of-Create/Create.git
synced 2024-11-09 11:32:06 +01:00
37261ee8e6
- Bump minimum required Forge version to 36.2.0 - Re-add chorus teleport event compatibility - Update Flywheel, JEI, and Shade plugin
27 lines
710 B
Properties
27 lines
710 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.2c
|
|
minecraft_version = 1.16.5
|
|
forge_version = 36.2.0
|
|
|
|
# build dependency versions
|
|
forgegradle_version = 4.1.+
|
|
mixingradle_version = 0.7-SNAPSHOT
|
|
shadow_version = 6.1.0
|
|
cursegradle_version = 1.4.0
|
|
|
|
# dependency versions
|
|
registrate_version = 1.0.4
|
|
flywheel_version = 1.16-0.1.1.26
|
|
jei_version = 7.7.1.110
|
|
|
|
# curseforge information
|
|
projectId = 328085
|
|
curse_type = beta
|
|
|
|
# github information
|
|
github_project = Creators-of-Create/Create
|