forked from TerraformersMC/Terrestria
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgradle.properties
71 lines (58 loc) · 1.99 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
64
65
66
67
68
69
70
71
org.gradle.jvmargs=-Xmx3G
maven_group=com.terraformersmc
archive_name=terrestria-forge
loom.platform=forge
minecraft_version=1.18.2
yarn_mappings=1.18.2+build.4
loader_version=0.14.9
forge_version=40.2.4
version=4.0.7.2
# Other Things
jei_version=7.+
fbapi_reforged_version=2.0.3
# Terraform modules
terraform_version=3.1.5
terraform_biome_remapper_api_version=3.1.0
terraform_config_api_version=3.1.0
terraform_dirt_version=3.1.0
terraform_shapes_api_version=3.1.0
terraform_surfaces_api_version=3.1.0
terraform_tree_api_version=3.1.0
terraform_wood_api_version=3.1.0
# TerraBlender for worldgen module and testing
terrablender_version=1.18.2-1.1.0.102
# Project Metadata
project_name=Terrestria
project_url=https://www.curseforge.com/minecraft/mc-mods/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.18.2, Fabric
curseforge_required_dependencies=fabric-api, terrablender-fabric
curseforge_optional_dependencies=
# Modrinth Metadata
modrinth_slug=terrestria
modrinth_id=lsUDPMOT
modrinth_game_versions=1.18.2
modrinth_mod_loaders=fabric
modrinth_required_dependencies=fabric-api
#modrinth_embedded_dependencies=terrablender
# 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