All checks were successful
Java CI with Gradle / build (push) Successful in 15m58s
17 lines
349 B
Properties
17 lines
349 B
Properties
# Done to increase the memory available to Gradle
|
|
org.gradle.jvmargs=-Xmx1G
|
|
org.gradle.parallel=true
|
|
|
|
# Fabric Properties
|
|
minecraft_version=1.21.5
|
|
yarn_mappings=1.21.5+build.1
|
|
loader_version=0.16.13
|
|
|
|
# Mod Properties
|
|
mod_version = 0.1.5
|
|
maven_group = xyz.twokilohertz
|
|
archives_base_name = HotbarReplace
|
|
|
|
# Dependencies
|
|
fabric_version=0.121.0+1.21.5
|