-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgradle.properties
More file actions
159 lines (140 loc) · 5.52 KB
/
gradle.properties
File metadata and controls
159 lines (140 loc) · 5.52 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
# Extended SemVer: https://semver.org
# -> `{major}.{minor}.{patch}[-{prerelease}.{number}]`
# Fabric version ranges: https://www.npmjs.com/package/semver#ranges
# -> '||' separator is not allowed, use CSV list format for OR relationship.
# NeoForge version ranges: https://maven.apache.org/enforcer/enforcer-rules/versionRanges.html
# -> Only one range is allowed.
# All other plural properties expect CSV list format.
# Template Project Sync Version
template_version=8
# Mod Version
mod_version=0.1.0
# 'STABLE', 'BETA' or 'ALPHA'
mod_version_type=BETA
# Project Info
mod_group=dev.terminalmc
mod_id=exportstats
mod_name=ExportStats
mod_description=Adds a button to the statistics screen to export data to a text file.
mod_owner=TerminalMC
mod_authors=NotRyken
mod_contributors=
mod_translators=
mod_credits=
mod_license=Apache-2.0
# Attribution License Headers
# Notation: `att_license_mods=[{mod_ids_list}]`
# `att_license_files_{mod_id}={file_patterns_list}`
# Example: 'att_license_mods=other-mod'
# 'att_license_files_other-mod=**/gui/screen/**,**/TitleScreenMixin.java'
# Header file must be located at `{assets_dir}/licenses/{mod_id}/HEADER.txt`
att_license_mods=
# Links
homepage_url=https://modrinth.com/mod/kyhaDyaG
sources_url=https://github.com/TerminalMC/ExportStats
issues_url=https://github.com/TerminalMC/ExportStats/issues
contact_url=https://terminalmc.dev
# Build Configuration
build_subprojects=fabric,neoforge
build_sources_jar=true
build_javadoc_jar=false
# Publishing Locations
# -> Comment out or unset to disable publishing to a site.
mod_github_repo=TerminalMC/ExportStats
mod_modrinth_id=kyhaDyaG
mod_curseforge_id=1306453
mod_curseforge_slug=exportstats
# Subproject Build Compatibility
# -> Comment out or unset to disable publishing of a subproject.
mod_loaders_fabric=fabric
mc_versions_fabric=1.21.9,1.21.10
mod_loaders_neoforge=neoforge
mc_versions_neoforge=1.21.10
# Java
java_version=21
java_versions_fabric=>=21
java_versions_neoforge=[21,)
# Minecraft
minecraft_version=1.21.10
minecraft_versions_fabric=>1.21.8
minecraft_versions_neoforge=[1.21.10,)
# Parchment https://parchmentmc.org/docs/getting-started#choose-a-version
parchment_minecraft_version=1.21.9
parchment_version=2025.10.05
# Fabric https://fabricmc.net/develop
# -> See also 'mixinextras_jij_fabric'
fabric_loader_version=0.17.2
fabric_loader_versions=>=0.17.0
fabric_api_version=0.136.0+1.21.10
fabric_api_versions=*
# NeoForge https://projects.neoforged.net/neoforged/neoforge
# -> See also 'mixinextras_jij_neoforge'
neoforge_version=21.10.20-beta
neoforge_versions=[21.10.0-beta,)
# NeoForm https://projects.neoforged.net/neoforged/neoform
neoform_version=1.21.10-20251010.172816
# Dependency Property Identifiers
# -> These values point to other properties with full dependency specification.
common_deps=
fabric_deps=
neoforge_deps=
# Dependency Notation:
# `d_{subproject}_{dep}=[{gradle_config}],[{loader_config}],[{modrinth_config}],[{curseforge_config}]`
# -> gradle_config: `[{cfg3}]:[{cfg2}]:{cfg1}:{group_id}:{artifact_id}:{version}:[{version_prop}]
# -> cfg: anp->annotationProcessor, api->api, con->compileOnly, imp->implementation, inc->include,
# jar->jarJar
# -> version: can contain '$v', to be replaced by value of the property defined at `v_{dep}`
# or `{version_prop}` if the latter is set.
# -> loader_config: `{type}:{mod_id}`
# -> type (Fabric): depends, recommends, suggests, conflicts, breaks
# -> type (NeoForge): required, optional, discouraged, incompatible
# -> If loader_config is set, property `vr_{subproject}_{dep}` must be set.
# -> `modrinth/curseforge_config`: `{type}:{id/slug}`
# -> type: req->required, opt->optional, inc->incompatible, emb->embedded
# Values marked as '[x]' may be omitted if trailing, or replaced with '-' otherwise.
# Dependency Version Extensions
# -> Intended for addon mods to show which version they were compiled against.
# Notation: `[dep_ext_{subproject}=[{dep_abbreviation}:{dep_version_prop}]]`
# Example: 'dep_ext_fabric=cc:v_clothconfig'
dep_ext_fabric=
dep_ext_neoforge=
# Entry Points
fabric_entrypoints_main=
fabric_entrypoints_client=ExportStatsFabric
fabric_entrypoints_server=
fabric_entrypoints_modmenu=
# Mixin https://mvnrepository.com/artifact/org.spongepowered/mixin
mixin_version=0.8.7
# MixinExtras https://github.com/LlamaLad7/MixinExtras/releases
mixinextras_version=0.5.0
# JiJ MixinExtras if required to be newer than minimum loader-provided version.
# Fabric:
# - 0.15.0->0.3.0 (initial)
# - 0.15.7->0.3.5 (WrapWithCondition v2)
# - 0.16.1->0.4.1 (WrapMethod)
# - 0.17.0->0.5.0 (Expressions)
# NeoForge:
# - 20.2.84-beta->0.3.1 (initial)
# - 20.4.114->0.3.5 (WrapWithCondition v2)
# - 21.1.22->0.4.1 (WrapMethod)
# - 21.8.18->0.5.0 (Expressions)
# + 21.1.195
# + 21.3.88
# + 21.4.149
mixinextras_jij_fabric=false
mixinextras_jij_neoforge=false
# Fabric Loom https://mvnrepository.com/artifact/net.fabricmc/fabric-loom
loom_version=1.11.8
# ModDev https://plugins.gradle.org/plugin/net.neoforged.moddev
moddev_version=2.0.112
# Mod Publish Plugin https://plugins.gradle.org/plugin/me.modmuss50.mod-publish-plugin
mpp_version=1.0.0
# grgit-service https://github.com/ajoberstar/grgit/releases
grgitservice_version=5.3.2
# licenser https://maven.neoforged.net/#/releases/net/neoforged/licenser/net.neoforged.licenser.gradle.plugin
licenser_version=0.7.5
# foojay-resolver-convention https://plugins.gradle.org/plugin/org.gradle.toolchains.foojay-resolver-convention
foojay_version=1.0.0
# Gradle
org.gradle.jvmargs=-Xmx4G
org.gradle.daemon=false