SteamPowered/gradle.properties

23 lines
642 B
Properties
Raw Normal View History

2021-10-29 10:43:57 +02:00
# 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.
2021-08-23 21:32:54 +02:00
org.gradle.jvmargs=-Xmx3G
org.gradle.daemon=false
2021-10-29 10:43:57 +02:00
# mod version info
mod_version = 2.0.1-alpha
minecraft_version = 1.18.1
forge_version = 39.1.0
2021-10-29 10:43:57 +02:00
# build dependency versions
forgegradle_version = 5.1.+
mixingradle_version = 0.7-SNAPSHOT
cursegradle_version = 1.4.0
librarian_version = 1.+
parchment_mappings = 2022.02.13-1.18.1
2021-10-29 10:43:57 +02:00
# curseforge information
projectId = 534610
curse_type = alpha
2021-10-29 10:43:57 +02:00
# github information
github_project = TeamMoegMC/SteamPowered