* Use YamlConfig from Paper repo * Add comment to settings * Use ConcurrentUtil from Paper repo and use release of YamlConfig * Use ConcurrentUtil release
21 lines
580 B
Properties
21 lines
580 B
Properties
# Done to increase the memory available to gradle.
|
|
org.gradle.jvmargs=-Xmx2G
|
|
org.gradle.daemon=false
|
|
# Fabric Properties
|
|
# check these on https://modmuss50.me/fabric.html
|
|
minecraft_version=1.21.1
|
|
supported_minecraft_versions=1.21,1.21.1
|
|
loader_version=0.16.5
|
|
neoforge_version=21.1.79
|
|
snakeyaml_version=2.3
|
|
concurrentutil_version=0.0.2
|
|
yamlconfig_version=1.0.2
|
|
cloth_version=15.0.128
|
|
# version ids from modrinth
|
|
fabric_lithium_version=frXUdgvL
|
|
neo_lithium_version=KhdehJ6l
|
|
# Mod Properties
|
|
mod_version=0.1.0-SNAPSHOT
|
|
maven_group=ca.spottedleaf.moonrise
|
|
archives_base_name=moonrise
|