-
Notifications
You must be signed in to change notification settings - Fork 44
/
gradle.properties
63 lines (52 loc) · 1.9 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
57
58
59
60
61
62
63
org.gradle.jvmargs=-Xmx1G
maven_group=com.terraformersmc
archive_name=terrestria
minecraft_version=1.21.2
yarn_mappings=1.21.2+build.1
loader_version=0.16.7
fabric_version=0.106.1+1.21.2
# Terraform modules
terraform_biome_remapper_api_version=12.0.0-alpha.2
terraform_config_api_version=12.0.0-alpha.2
terraform_dirt_version=12.0.0-alpha.2
terraform_shapes_api_version=12.0.0-alpha.2
terraform_surfaces_api_version=12.0.0-alpha.2
terraform_tree_api_version=12.0.0-alpha.2
terraform_wood_api_version=12.0.0-alpha.2
# Biolith for worldgen module and testing
biolith_version=3.1.0
# Project Metadata
project_name=Terrestria
project_url=https://modrinth.com/mod/terrestria
# Explicitly link to a fixed commit so that the image links don't break in the future
project_logo=https://raw.githubusercontent.com/TerraformersMC/Terrestria/f2d93cc7fc09f26a0e8650702fa43e2cc59ef8d0/banners/Terrestria-logo-512x512.png
project_color=0x0041bb
# default_release_type can be stable, beta, or alpha
default_release_type=alpha
# CurseForge Metadata
curseforge_slug=terrestria
curseforge_id=323974
curseforge_game_versions=1.21.2, 1.21.3, Fabric, Quilt
curseforge_required_dependencies=fabric-api
curseforge_optional_dependencies=
# Modrinth Metadata
modrinth_slug=terrestria
modrinth_id=lsUDPMOT
modrinth_game_versions=1.21.2, 1.21.3
modrinth_mod_loaders=fabric, quilt
modrinth_required_dependencies=fabric-api
#modrinth_embedded_dependencies=biolith
# Mod Loader Metadata
loader_icon=https://fabricmc.net/assets/logo.png
loader_name=Fabric
# 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