2024-02-10 10:12:02 +00:00
|
|
|
# Done to increase the memory available to gradle.
|
2024-03-03 21:15:30 +00:00
|
|
|
org.gradle.jvmargs = -Xmx4G
|
|
|
|
org.gradle.parallel = true
|
2024-02-10 10:12:02 +00:00
|
|
|
|
|
|
|
# Dependencies
|
|
|
|
|
2024-03-03 21:15:30 +00:00
|
|
|
minecraft_version = 1.19.4
|
|
|
|
yarn_mappings = 1.19.4+build.2
|
|
|
|
loader_version = 0.15.3
|
|
|
|
fabric_version = 0.87.2+1.19.4
|
|
|
|
modmenu_version = 6.3.1
|
2024-02-10 10:12:02 +00:00
|
|
|
|
|
|
|
# Project properties
|
|
|
|
|
2024-03-03 21:15:30 +00:00
|
|
|
project_version = 0.0.1-alpha
|
2024-02-10 10:12:02 +00:00
|
|
|
project_name = mcscript
|
2024-03-03 21:15:30 +00:00
|
|
|
project_group = me.topchetoeu
|
2024-02-10 10:12:02 +00:00
|
|
|
|
|
|
|
# Dependencies
|