mirror of
https://github.com/barkeser2002/Tenet.git
synced 2026-09-25 06:00:13 +03:00
29 lines
911 B
Properties
29 lines
911 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
|
|
org.gradle.parallel=true
|
|
|
|
JAVA_VERSION=21
|
|
MC_VERSION=1.21.1
|
|
MC_NEXT_VERSION=1.22
|
|
MCP_VERSION=20240808.132146
|
|
MAPPING_CHANNEL=official
|
|
MAPPING_VERSION=1.21.1
|
|
|
|
// 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
|
|
|
|
bukkit_version=bb4e97c6
|
|
craftbukkit_version=0a7bd6c81
|
|
spigot_version=491f3675
|
|
forge_version=52.0.20
|
|
|
|
#systemProp.http.proxyHost=127.0.0.1
|
|
#systemProp.http.proxyPort=7890
|
|
#systemProp.https.proxyHost=127.0.0.1
|
|
#systemProp.https.proxyPort=7890
|
|
#systemProp.socks.proxyHost=127.0.0.1
|
|
#systemProp.socks.proxyPort=7890 |