mirror of
https://github.com/MinecraftForge/MinecraftForge
synced 2026-08-22 04:26:10 -04:00
17 lines
597 B
Properties
17 lines
597 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=-Xmx6G
|
|
org.gradle.daemon=false
|
|
org.gradle.parallel=true
|
|
|
|
JAVA_VERSION=21
|
|
MC_VERSION=1.21.8
|
|
MC_NEXT_VERSION=1.22
|
|
MCP_VERSION=20250717.105350
|
|
MAPPING_CHANNEL=official
|
|
MAPPING_VERSION=1.21.8
|
|
|
|
# Set to true before the first build of a new MC version, so we don't do compatibility checks
|
|
CHECK_COMPATIBILITY=false
|
|
# Set to true to allow for fuzzy patching. Useful during updateing
|
|
UPDATING=false
|