Skip to content

Commit c4e9921

Browse files
committed
build: fix modrinth publishing
1 parent 1f81471 commit c4e9921

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ modrinth {
226226
loaders = ["neoforge"]
227227
dependencies {
228228
required.project "owo-lib"
229-
embedded.version "accessories", "${project.accessories_dev_version}+${project.minecraft_version}"
229+
embedded.version "accessories", "${project.accessories_prod_version}+${project.minecraft_version}"
230230
embedded.version "cumulus", "${project.cumulus_version}"
231231
}
232232
}

0 commit comments

Comments
 (0)