Fixed #8316
This commit is contained in:
@@ -522,6 +522,8 @@ public class Mods implements Loadable{
|
|||||||
|
|
||||||
private void buildFiles(){
|
private void buildFiles(){
|
||||||
for(LoadedMod mod : orderedMods()){
|
for(LoadedMod mod : orderedMods()){
|
||||||
|
if(!mod.shouldBeEnabled()) continue;
|
||||||
|
|
||||||
boolean zipFolder = !mod.file.isDirectory() && mod.root.parent() != null;
|
boolean zipFolder = !mod.file.isDirectory() && mod.root.parent() != null;
|
||||||
String parentName = zipFolder ? mod.root.name() : null;
|
String parentName = zipFolder ? mod.root.name() : null;
|
||||||
for(Fi file : mod.root.list()){
|
for(Fi file : mod.root.list()){
|
||||||
|
|||||||
@@ -25,4 +25,4 @@ org.gradle.caching=true
|
|||||||
#used for slow jitpack builds; TODO see if this actually works
|
#used for slow jitpack builds; TODO see if this actually works
|
||||||
org.gradle.internal.http.socketTimeout=100000
|
org.gradle.internal.http.socketTimeout=100000
|
||||||
org.gradle.internal.http.connectionTimeout=100000
|
org.gradle.internal.http.connectionTimeout=100000
|
||||||
archash=d0d80da882
|
archash=9112e6d913
|
||||||
|
|||||||
Reference in New Issue
Block a user