fix(fabric-helper): build/run fixes

This commit is contained in:
2025-11-08 03:18:45 +01:00
parent 27c6539323
commit e77e1e47be
3 changed files with 7 additions and 1 deletions

View File

@@ -83,6 +83,7 @@ dependencies {
parchment("org.parchmentmc.data:parchment-$minecraftVersion:${getMcCatalogVersion("parchment")}@zip")
})
modImplementation(mcCommonLibs.fabric.loader)
"modTestmodImplementation"(mcCommonLibs.fabric.loader)
compileOnly(libs.jspecify.annotations)