SteamPowered/gradle.properties

23 lines
650 B
Properties
Raw Permalink 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
2023-12-04 16:10:20 +01:00
mod_version = 3.0.0+create-0.5.1
2022-04-28 18:37:47 +02:00
minecraft_version = 1.18.2
forge_version = 40.0.34
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.+
2022-04-28 18:37:47 +02:00
parchment_mappings = 2022.03.13-1.18.2
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