aboutsummaryrefslogtreecommitdiff
path: root/fabric
diff options
context:
space:
mode:
authorshedaniel <daniel@shedaniel.me>2021-11-05 01:34:31 +0800
committershedaniel <daniel@shedaniel.me>2021-11-05 01:34:31 +0800
commit94ff6aac084cfba2ce7eab00da76b7fe2992e657 (patch)
tree99905bcb0501ebe1a1a9b2f6a8b5dffe53baf75b /fabric
parent23e81b494b73f74c416ec3cf2147e6520608a258 (diff)
parent987ee5269a9bc61b9ab4d07ea0986629b1421964 (diff)
downloadRoughlyEnoughItems-94ff6aac084cfba2ce7eab00da76b7fe2992e657.tar.gz
RoughlyEnoughItems-94ff6aac084cfba2ce7eab00da76b7fe2992e657.tar.bz2
RoughlyEnoughItems-94ff6aac084cfba2ce7eab00da76b7fe2992e657.zip
Merge branch '6.x-1.17' into 7.x-1.18
# Conflicts: # gradle.properties
Diffstat (limited to 'fabric')
-rw-r--r--fabric/build.gradle4
1 files changed, 3 insertions, 1 deletions
diff --git a/fabric/build.gradle b/fabric/build.gradle
index f91ffc538..9893df9ec 100644
--- a/fabric/build.gradle
+++ b/fabric/build.gradle
@@ -38,7 +38,7 @@ dependencies {
modApi("dev.architectury:architectury-fabric:${architectury_version}")
depProjects.forEach {
- common(project(path: it, configuration: "dev")) { transitive false }
+ common(project(path: it, configuration: "namedElements")) { transitive false }
shadowCommon(project(path: it, configuration: "transformProductionFabric")) { transitive false }
}
}
@@ -110,6 +110,8 @@ curseforge {
changelogType = "html"
changelog = rootProject.releaseChangelog
addGameVersion "1.17"
+ addGameVersion "1.17-Snapshot"
+ addGameVersion "1.17.1"
addGameVersion "Fabric"
relations {
requiredDependency "architectury-fabric"