This repository was archived by the owner on Feb 15, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ plugins {
44 id ' java'
55 id ' fabric-loom' version ' 1.14-SNAPSHOT' apply false
66 id ' io.github.dexman545.outlet' version ' 1.6.1' apply false
7- id ' com.modrinth.minotaur' version ' 2.+' apply true
7+ id ' com.modrinth.minotaur' version ' 2.+' apply false
88 id ' hamburg.janove.elevator-music' version " 0.1"
99}
1010
@@ -117,5 +117,3 @@ subprojects {
117117 }
118118 }
119119}
120-
121- tasks. modrinth. dependsOn(tasks. modrinthSyncBody)
Original file line number Diff line number Diff line change @@ -79,6 +79,8 @@ subprojects {
7979 apply plugin : " io.github.dexman545.outlet"
8080 apply plugin : " com.modrinth.minotaur"
8181
82+ tasks. modrinth. dependsOn(tasks. modrinthSyncBody)
83+
8284 configurations {
8385 common {
8486 canBeResolved = true
Original file line number Diff line number Diff line change @@ -13,5 +13,5 @@ jetbrainsannotations_version = 26.0.2
1313jankson_version = 1.2.3
1414
1515# Mod Properties
16- mod_version = 3.0.0-alpha.1
16+ mod_version = 3.0.0-alpha.2
1717maven_group = top.offsetmonkey538.monkeylib538
Original file line number Diff line number Diff line change @@ -67,6 +67,8 @@ subprojects {
6767 apply plugin : " io.github.dexman545.outlet"
6868 apply plugin : " com.modrinth.minotaur"
6969
70+ tasks. modrinth. dependsOn(tasks. modrinthSyncBody)
71+
7072 configurations {
7173 common {
7274 canBeResolved = true
@@ -121,7 +123,7 @@ subprojects {
121123
122124
123125 // Files
124- // TODO: we'll see: uploadFile = remapJar .archiveFile
126+ uploadFile = jar . archiveFile
125127 additionalFiles = [sourcesJar. archiveFile]
126128
127129
@@ -133,7 +135,7 @@ subprojects {
133135
134136 // Dependencies
135137 dependencies {
136- // TODO: idk if there are any: required.project "fabric-api"
138+
137139 }
138140 }
139141}
You can’t perform that action at this time.
0 commit comments