-
Notifications
You must be signed in to change notification settings - Fork 52
Expand file tree
/
Copy pathgradle.properties
More file actions
57 lines (49 loc) · 1.72 KB
/
gradle.properties
File metadata and controls
57 lines (49 loc) · 1.72 KB
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
57
# Gradle Configuration
org.gradle.jvmargs=-Xmx2048M
# Fabric Properties
# check these on https://fabricmc.net/develop
minecraft_version=26.1.1
loader_version=0.18.6
loom_version=1.16-SNAPSHOT
# Fabric API
fabric_api_version=0.145.4+26.1.1
# Mod Properties
mod_name = Essential Commands
mod_id = essential_commands
mod_version = 0.39.0
# TODO @1.0.0: migrate to dev.jpcode
maven_group = com.fibermc
archives_base_name = essential_commands
# Common Publishing
game_versions=26.1.1
gh_owner=John-Paul-R
gh_repo=essential-commands
# Dependencies
# check this on https://github.com/lucko/fabric-permissions-api/releases
permissions_api_version=0.7.0
# check this on https://github.com/Patbox/TextPlaceholderAPI/releases
placeholder_api_version=3.0.0-beta.2+26.1
# check this on https://maven.nucleoid.xyz/xyz/nucleoid/server-translations-api/
server_translations_api_version=3.0.3+26.1
# check this on https://github.com/Ladysnake/PlayerAbilityLib/releases
pal_version=1.16.0
# check this on https://github.com/DrexHD/Vanish/releases
vanish_version=1.6.8+26.1
# check this on https://github.com/TerraformersMC/ModMenu/releases
mod_menu_version=18.0.0-alpha.8
snakeyaml_version=2.5
jetbrains_annotations_version=22.0.0
junit_bom_version=5.10.1
# Platform-Specific Publishing
# Modrinth
modrinth_project_id=6VdDUivB
mr_relations_required=fabric-api
mr_relations_optional=luckperms,player-roles,vanish
mr_relations_embedded=pal,placeholder-api,fabric-permissions-api,server-translations-api
mr_relations_incompatible=
# CurseForge
cf_project_id=475964
cf_relations_required=fabric-api
cf_relations_optional=luckperms,player-roles,meliusvanish
cf_relations_embedded=pal,text-placeholder-api,server-translations-api
cf_relations_incompatible=ftb-teams-fabric