We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a840461 commit 1e5447dCopy full SHA for 1e5447d
1 file changed
build.gradle
@@ -185,6 +185,8 @@ minecraft {
185
args '--output', file('src/generated/resources/')
186
args "--existing", file("src/main/resources")
187
188
+ forceExit(false)
189
+
190
mods {
191
compactcrafting {
192
source sourceSets.main
@@ -213,6 +215,8 @@ minecraft {
213
215
214
216
environment "CC_TEST_RESOURCES", sourceSets.test.resources.srcDirs[0]
217
218
219
220
221
222
source sourceSets.api
0 commit comments