-
Notifications
You must be signed in to change notification settings - Fork 34
/
gradle.properties
56 lines (48 loc) · 1.42 KB
/
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
45
46
47
48
49
50
51
52
53
54
55
56
# Done to increase the memory available to gradle.
org.gradle.jvmargs=-Xmx2048M
# Fabric Properties
# check these on https://fabricmc.net/develup
minecraft_version=1.21.3
yarn_mappings=1.21.3+build.2
loader_version=0.16.9
# Fabric API
fabric_version=0.108.0+1.21.3
# Mod Properties
mod_name = Essential Commands
mod_id = essential_commands
mod_version = 0.36.1
# TODO @1.0.0: migrate to dev.jpcode
maven_group = com.fibermc
archives_base_name = essential_commands
# Dependencies
permissions_api_version=0.3.3
placeholder_api_version=2.5.0+1.21.2
pal_version=1.10.0
vanish_version=1.5.3+1.20.4
jetbrains_annotations_version = 22.0.0
junit_jupiter_version = 5.8.2
# Publish
# Modrinth
modrinth_project_id=6VdDUivB
# Modrinth errors if you provide required deps as project slugs. I think you need ids. Err msg not very descriptive *at all*.
# Not project slugs. File slugs. Found at https://modrinth.com/mod/PROJECT_SLUG/version/<This-is-the-file-id-you-want>
mr_game_versions = 1.21.3
#fabric-api
mr_relations_required = Pz1hLqTB
#luckperms
mr_relations_optional = Ws97yOyp
mr_relations_incompatible =
# CurseForge
cf_project_id=475964
cf_game_versions = Fabric,Java 21,1.21.3
cf_relations_required = fabric-api
cf_relations_optional = luckperms
cf_relations_embedded =
cf_relations_tools =
cf_relations_incompatible =
#modmenu
# GitHub
github_repo=John-Paul-R/essential-commands
gh_owner=John-Paul-R
gh_repo=essential-commands
mod_menu_version=3.0.0