fix weird compilation issues

Signed-off-by: xtrm <oss@xtrm.me>
This commit is contained in:
xtrm
2025-08-04 01:23:51 +02:00
parent aea8559831
commit 19981cc3b5
6 changed files with 22 additions and 12 deletions

View File

@@ -5,7 +5,8 @@ architectury {
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}"
// implementation "net.fabricmc:fabric-loader:${rootProject.fabric_loader_version}"
modImplementation "net.fabricmc:fabric-loader:0.16.13" //FIXME: Using the same floader version doesn't let you access it..? architectury moment
}
publishing {