-
Notifications
You must be signed in to change notification settings - Fork 31
/
gradle.properties
52 lines (42 loc) · 1.26 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
# Project
version=1.0.0
group=com.terraformersmc.campanion
# Common
minecraft_version=1.19.2
common_runs_enabled=false
common_client_run_name=Common Client
common_server_run_name=Common Server
# Forge
forge_version=43.1.30
//forge_ats_enabled=true
# Fabric
fabric_version=0.62.0+1.19.2
fabric_loader_version=0.14.9
# Mod options
mod_name=Campanion
mod_author=Wyn Price, and the terraformers team
mod_id=campanion
# Gradle
org.gradle.jvmargs=-Xmx3G
org.gradle.daemon=false
# Ferry
# 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=alpha
loader_name=Fabric/Quilt/Forge
loader_icon=https://raw.githubusercontent.com/Prospector/images/master/fabric-quilt-forge-tiny.png
# Discord Emotes
curseforge_emote=<:curseforge:1078567270239981628>
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