New Build system now works as good as the old build system (forge still broken)

This commit is contained in:
coolGi
2023-02-12 20:45:57 +10:30
parent 8de6ca33af
commit 79ba86d8c2
6 changed files with 9 additions and 4 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ plugins {
}
minecraft {
accessWideners(project(":common").file("src/main/resources/${rootProject.accessWidenerVersion}.lod.accesswidener"))
accessWideners(project(":common").file("src/main/resources/${accessWidenerVersion}.lod.accesswidener"))
version(rootProject.minecraft_version)
}