Fix opening guis, still needs some work, but atleast it works now

This commit is contained in:
modmuss50 2019-03-02 18:45:33 +00:00
parent f94d6630fb
commit ff1370a3fd
3 changed files with 10 additions and 14 deletions

View file

@ -196,10 +196,10 @@ task renameCrowdin(type: Copy, dependsOn: ['crowdin', 'cleanCrowdin']){
}
}
import techreborn.build.GenerateResourcesTask
task genResources(type: GenerateResourcesTask){
outputDir = file("src/main/resources")
}
//import techreborn.build.GenerateResourcesTask
//task genResources(type: GenerateResourcesTask){
// outputDir = file("src/main/resources")
//}
publishing {
publications {