EasyAuth/gradle.properties

25 lines
490 B
Properties
Raw Normal View History

# Done to increase the memory available to gradle.
org.gradle.jvmargs=-Xmx1G
# Fabric properties
2020-07-28 10:01:50 +00:00
minecraft_version=20w30a
yarn_mappings=20w30a+build.17
2020-07-16 09:01:57 +00:00
loader_version=0.9.0+build.204
#Fabric api
2020-07-28 10:01:50 +00:00
fabric_version=0.16.0+build.386-1.16
# Mod Properties
2020-07-29 09:45:25 +00:00
mod_version = 1.5.0
2020-05-14 09:40:43 +00:00
maven_group = org.samo_lego
archives_base_name = simpleauth
2020-04-19 15:00:23 +00:00
# Carpet for debugging
2020-07-28 08:14:19 +00:00
carpet_core_version = 1.4.0+v200623
2020-05-14 09:40:43 +00:00
carpet_branch = 1.16
2020-07-29 09:45:25 +00:00
# Hashing
argon2_version = 2.7
bcrypt_version = 0.9.0
2020-07-29 12:03:10 +00:00
bytes_version = 1.3.0