generated from axieum/fabric-example-mod
-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
gradle.properties
41 lines (35 loc) · 926 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
# Mod
mod_id = minecord
mod_name = Minecord
mod_description = Bring your Minecraft world into your Discord guild
## {x-release-please-start-version}
mod_version = 2.1.0+1.21
## {x-release-please-end}
# Fabric
minecraft_version = 1.21
loader_version = 0.15.11
yarn_mappings = 1.21+build.2
fabric_version = 0.100.1+1.21
# Dependencies
checkstyle_version = 10.15.0
jetbrains_annotations_version = 24.1.0
junit_jupiter_version = 5.10.2
# CurseForge
cf_project_id = 502254
cf_game_versions = Fabric, Java 21, 1.21
cf_relations_required = fabric-api
cf_relations_optional =
cf_relations_embedded = cloth-config
cf_relations_tools =
cf_relations_incompatible =
# Modrinth
mr_project_id = DoVQa3oa
mr_game_versions = 1.20.5, 1.21
mr_relations_required = P7dR8mSH
mr_relations_optional =
mr_relations_incompatible =
# Publish
maven_group = me.axieum.mcmod.minecord
github_repo = axieum/minecord
# Other
org.gradle.jvmargs=-Xmx3G