mirror of
https://github.com/Creators-of-Create/Create.git
synced 2024-11-10 12:33:57 +01:00
061b85d515
- Port to 1.18 - ChunkUtil discontinued - SmartTileEntities write to metadata - Features generate from -64 up - World Wrappers weren't convoluted enough - Haunted bell considers >0 safe - Missing GuiUtils methods continued in RemovedGuiUtils
31 lines
789 B
Properties
31 lines
789 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.4
|
|
minecraft_version = 1.18
|
|
forge_version = 38.0.15
|
|
|
|
# build dependency versions
|
|
forgegradle_version = 5.1.+
|
|
mixingradle_version = 0.7-SNAPSHOT
|
|
mixin_version = 0.8.5
|
|
librarian_version = 1.+
|
|
shadow_version = 7.1.0
|
|
cursegradle_version = 1.4.0
|
|
parchment_version = 2021.10.31
|
|
|
|
# dependency versions
|
|
registrate_version = MC1.18-1.0.21
|
|
flywheel_version = 1.18-0.3.0.1
|
|
jei_version = 9.0.0.40
|
|
|
|
# curseforge information
|
|
projectId = 328085
|
|
curse_type = beta
|
|
|
|
# github information
|
|
github_project = Creators-of-Create/Create
|