aboutsummaryrefslogtreecommitdiff
path: root/fabric
diff options
context:
space:
mode:
authorshedaniel <daniel@shedaniel.me>2021-06-14 20:45:12 +0800
committershedaniel <daniel@shedaniel.me>2021-06-14 20:45:12 +0800
commit3d90cdd1204b6b6a2c57b121cdf82de2448bb951 (patch)
treeef52f2aa6869538c7044c3ebf42a0376b0f32846 /fabric
parent2932350cc1315534c4ee9a8c9fe17a9b0815f2e9 (diff)
downloadRoughlyEnoughItems-3d90cdd1204b6b6a2c57b121cdf82de2448bb951.tar.gz
RoughlyEnoughItems-3d90cdd1204b6b6a2c57b121cdf82de2448bb951.tar.bz2
RoughlyEnoughItems-3d90cdd1204b6b6a2c57b121cdf82de2448bb951.zip
Fix auto crafting patterns & refactor internals providers
Diffstat (limited to 'fabric')
-rw-r--r--fabric/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/fabric/build.gradle b/fabric/build.gradle
index 2a38e7b44..c182229c0 100644
--- a/fabric/build.gradle
+++ b/fabric/build.gradle
@@ -105,7 +105,7 @@ curseforge {
apiKey = project.hasProperty('danielshe_curse_api_key') ? project.property('danielshe_curse_api_key') : System.getenv('danielshe_curse_api_key')
project {
id = "310111"
- releaseType = "beta"
+ releaseType = "release"
changelogType = "html"
changelog = rootProject.releaseChangelog
addGameVersion "1.17"