Added the new unimined flag to fix fabric's access wideners
This commit is contained in:
+1
-1
@@ -8,7 +8,7 @@ plugins {
|
||||
id "io.github.pacifistmc.forgix" version "1.2.6"
|
||||
|
||||
// Unimined is our all in one solution to minecraft loaders
|
||||
id "xyz.wagyourtail.unimined" version "1.2.0-SNAPSHOT" apply false
|
||||
id "xyz.wagyourtail.unimined" version "1.1.2-SNAPSHOT" apply false
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -2,6 +2,8 @@ unimined.minecraft {
|
||||
fabric {
|
||||
loader rootProject.fabric_loader_version
|
||||
accessWidener(project(":common").file("src/main/resources/${accessWidenerVersion}.distanthorizons.accesswidener"))
|
||||
|
||||
skipInsertAw = true
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user