mirror of
https://github.com/Creators-of-Create/Create.git
synced 2024-11-05 22:28:58 +01:00
82be76d893
- Refactor JEI category building - Fix placard item requirement not checking NBT - Use AddPackFindersEvent instead of ShippedResourcePacks - Remove unused config values - Provide separate resource and data formats in pack.mcmeta - Compress all images - Update to latest Flywheel - Disable jarJar inclusion of Flywheel - Use ${file.jarVersion} instead of ${version} - Add workaround for SpongePowered/MixinGradle#38
35 lines
933 B
Properties
35 lines
933 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.5.0.c
|
|
artifact_minecraft_version = 1.18.2
|
|
|
|
minecraft_version = 1.18.2
|
|
forge_version = 40.1.60
|
|
|
|
# build dependency versions
|
|
forgegradle_version = 5.1.+
|
|
mixingradle_version = 0.7-SNAPSHOT
|
|
mixin_version = 0.8.5
|
|
librarian_version = 1.+
|
|
cursegradle_version = 1.4.0
|
|
parchment_version = 2022.07.10
|
|
|
|
# dependency versions
|
|
registrate_version = MC1.18.2-1.1.3
|
|
flywheel_minecraft_version = 1.18.2
|
|
flywheel_version = 0.6.4-90
|
|
jei_minecraft_version = 1.18.2
|
|
jei_version = 9.7.0.209
|
|
curios_minecraft_version = 1.18.2
|
|
curios_version = 5.0.7.0
|
|
|
|
# curseforge information
|
|
projectId = 328085
|
|
curse_type = beta
|
|
|
|
# github information
|
|
github_project = Creators-of-Create/Create
|