Try to make Phonos compat work again

For some reason, the Phonos compat classes aren't getting remapped correctly, causing a crash.
This commit is contained in:
Motschen
2022-11-20 18:55:17 +01:00
parent 2eb56f0d95
commit 94c6929099
11 changed files with 145 additions and 127 deletions

View File

@@ -2,6 +2,9 @@ architectury {
injectInjectables = false
common(rootProject.enabled_platforms.split(","))
}
repositories {
flatDir { dirs 'localMaven'}
}
loom {
}
@@ -11,6 +14,7 @@ dependencies {
modApi "net.fabricmc.fabric-api:fabric-api:${rootProject.fabric_api_version}"
// Remove the next line if you don't want to depend on the API
//modApi "dev.architectury:architectury-fabric:${rootProject.architectury_version}"
modCompileOnlyApi "maven.modrinth:phonos:${rootProject.phonos_version}"
compileClasspath(project(path: ":common", configuration: "namedElements")) { transitive false }
}