mirror of
https://github.com/JonasunderscoreJones/nicer-skies.git
synced 2025-10-22 19:29:18 +02:00
21 lines
530 B
Properties
21 lines
530 B
Properties
# Done to increase the memory available to gradle.
|
|
org.gradle.jvmargs=-Xmx1G
|
|
|
|
# Fabric Properties
|
|
# check these on https://fabricmc.net/develop
|
|
minecraft_version=1.19.2
|
|
loader_version=0.14.9
|
|
fabric_version=0.60.0+1.19.2
|
|
|
|
# Mod Properties
|
|
mod_version = 1.0.0
|
|
maven_group = com.example
|
|
archives_base_name = fabric-example-mod
|
|
|
|
# Dependencies
|
|
modmenu_version = 4.0.6
|
|
lazydfu_version = 0.1.3
|
|
starlight_version = 1.1.1+1.19
|
|
lithium_version = mc1.19.2-0.8.3
|
|
sodium_version = mc1.19.2-0.4.4
|
|
spark_version = 1.9.26-fabric
|