forked from John-Paul-R/Essential-Commands
-
Notifications
You must be signed in to change notification settings - Fork 0
/
gradle.properties
53 lines (46 loc) · 1.38 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
# Done to increase the memory available to gradle.
org.gradle.jvmargs=-Xmx2048M
# Fabric Properties
# check these on https://fabricmc.net/versions.html
minecraft_version=1.18.1
yarn_mappings=1.18.1+build.5
loader_version=0.12.12
#Fabric api
fabric_version=0.44.0+1.18
# Mod Properties
mod_name = Essential Commands
mod_id = essential_commands
mod_version = 0.20.0
maven_group = com.fibermc
archives_base_name = essential_commands
# Dependencies
permissions_api_version=0.1-SNAPSHOT
placeholder_api_version=1.1.3+1.17.1
pal_version=1.3.0
#mod_menu_version = 2.0.2
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.18.1
mr_relations_required = nSk00F5M
#fabric-api
mr_relations_optional = AFeyDid4
#luckperms
mr_relations_incompatible =
# CurseForge
cf_project_id=475964
cf_game_versions = Fabric,Java 17,Java 18,1.18.1
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