mirror of
https://github.com/Creators-of-Create/Create.git
synced 2024-11-10 20:45:10 +01:00
1e41a390e4
- Update Gradle from 5.6.3 to 5.6.4 - Move some versions to gradle.properties - Switch to new Forge Maven URL - Update JEI to 1.16.5 and Mixin processor to 0.8.2 - Add out/ to .gitignore
27 lines
675 B
Properties
27 lines
675 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.2
|
|
minecraft_version = 1.16.5
|
|
forge_version = 36.1.32
|
|
|
|
# build dependency versions
|
|
forgegradle_version = 3.+
|
|
mixingradle_version = 0.7-SNAPSHOT
|
|
shadow_version = 5.2.0
|
|
cursegradle_version = 1.4.0
|
|
|
|
# dependency versions
|
|
registrate_version = 1.0.5
|
|
jei_version = 7.7.0.106
|
|
|
|
# curseforge information
|
|
projectId = 328085
|
|
curse_type = beta
|
|
|
|
# github information
|
|
github_project = Creators-of-Create/Create
|