-
Notifications
You must be signed in to change notification settings - Fork 35
/
gradle.properties
44 lines (37 loc) · 1007 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
## {x-release-please-end}
# Fabric
minecraft_version = 1.21
loader_version = 0.15.11
yarn_mappings = 1.21+build.1
fabric_version = 0.100.1+1.21
# Dependencies
cloth_config_version = 15.0.127
mod_menu_version = 11.0.0-beta.1
checkstyle_version = 10.15.0
jetbrains_annotations_version = 24.1.0
junit_jupiter_version = 5.10.2
# CurseForge
cf_project_id = 356643
cf_game_versions = Fabric, Java 21, 1.21
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
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