Added some more stuff to attempt to fix forge

This commit is contained in:
coolGi
2023-02-13 19:07:50 +10:30
parent 55bf0c04f4
commit a719ec5a3e
4 changed files with 34 additions and 14 deletions
+3
View File
@@ -11,6 +11,9 @@ dependencies {
// We depend on fabric loader here to use the fabric @Environment annotations and get the mixin dependencies
// Do NOT use other classes from fabric loader
// modImplementation "net.fabricmc:fabric-loader:${rootProject.fabric_loader_version}"
// So mixins can be written in common
compileOnly group:'org.spongepowered', name:'mixin', version:'0.8.5'
}