25 lines
493 B
Properties
25 lines
493 B
Properties
# Done to increase the memory available to gradle.
|
|
org.gradle.jvmargs=-Xmx1G
|
|
|
|
# Fabric properties
|
|
minecraft_version=1.16.4
|
|
yarn_mappings=1.16.4+build.1
|
|
loader_version=0.10.6+build.214
|
|
|
|
#Fabric api
|
|
fabric_version=0.25.1+build.416-1.16
|
|
|
|
# Mod Properties
|
|
mod_version = 1.7.1
|
|
maven_group = org.samo_lego
|
|
archives_base_name = simpleauth
|
|
|
|
# Hashing
|
|
argon2_version = 2.7
|
|
bcrypt_version = 0.9.0
|
|
bytes_version = 1.3.0
|
|
|
|
# Carpet for debugging
|
|
carpet_core_version = 1.4.16+v201105
|
|
carpet_branch = master
|