-
Notifications
You must be signed in to change notification settings - Fork 34
/
gradle.properties
44 lines (37 loc) · 1018 Bytes
/
gradle.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
# Mod
mod_id = authme
mod_name = Auth Me
mod_description = Authenticate yourself in Minecraft and re-validate your session
## {x-release-please-start-version}
mod_version = 8.0.0+1.21.4
## {x-release-please-end}
# Fabric
minecraft_version = 1.21.4
loader_version = 0.16.9
yarn_mappings = 1.21.4+build.2
fabric_version = 0.112.0+1.21.4
# Dependencies
cloth_config_version = 17.0.144
mod_menu_version = 13.0.0-beta.1
checkstyle_version = 10.21.0
jetbrains_annotations_version = 26.0.1
junit_jupiter_version = 5.11.3
# CurseForge
cf_project_id = 356643
cf_game_versions = Fabric, Java 21, 1.21.4
cf_relations_required = fabric-api
cf_relations_optional = modmenu
cf_relations_embedded = cloth-config
cf_relations_tools =
cf_relations_incompatible =
# Modrinth
mr_project_id = yjgIrBjZ
mr_game_versions = 1.21.4
mr_relations_required = P7dR8mSH
mr_relations_optional = mOgUt4GM
mr_relations_incompatible =
# Publish
maven_group = me.axieum.mcmod.authme
github_repo = axieum/authme
# Other
org.gradle.jvmargs=-Xmx1G