forked from jhbuchanan45/Campanion
-
Notifications
You must be signed in to change notification settings - Fork 0
/
gradle.properties
51 lines (42 loc) · 1.32 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
org.gradle.jvmargs=-Xmx1G
maven_group=com.terraformersmc
archive_name=campanion
minecraft_version=1.16.5
yarn_mappings=1.16.5+build.3
loader_version=0.11.1
fabric_version=0.30.0+1.16
dossier_version=0.2.3+build.9
reach_entity_attributes_version=1.0.1
gravestones_version=v1.9
# Project Metadata
project_name=Campanion
project_url=https://www.curseforge.com/minecraft/mc-mods/campanion
project_logo=https://i.imgur.com/Zm7PbHh.png
project_color=0xf5841f
# default_release_type can be stable, beta, or alpha
default_release_type=stable
# CurseForge Metadata
curseforge_slug=campanion
curseforge_id=373138
curseforge_game_versions=1.16.5, Fabric
curseforge_required_dependencies=fabric-api
curseforge_optional_dependencies=
# Modrinth Metadata
modrinth_slug=campanion
modrinth_id=Y2Rds0HS
modrinth_game_versions=1.16.5
modrinth_mod_loaders=fabric
# Mod Loader Metadata
loader_icon=https://fabricmc.net/assets/logo.png
loader_name=Fabric
# Discord Emotes
curseforge_emote=<:curseforge:698031288845729802>
modrinth_emote=<:modrinth:802414390510354453>
github_emote=<:github:698031289223217152>
# Webhook Options
use_project_username=false
# Changelog Options
# changelog_hide_unimportant_commits tries to hide Merge commits at the moment
changelog_hide_unimportant_commits=true
changelog_max_commit_search=200
discord_webhook_changelog_line_limit=10