Added the new unimined flag to fix fabric's access wideners

This commit is contained in:
coolGi
2024-02-18 20:11:15 +10:30
parent ee922236a0
commit d0dc3ec9bc
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -2,6 +2,8 @@ unimined.minecraft {
fabric {
loader rootProject.fabric_loader_version
accessWidener(project(":common").file("src/main/resources/${accessWidenerVersion}.distanthorizons.accesswidener"))
skipInsertAw = true
}
}