Re-add Iris compatibility

This commit is contained in:
Martin Prokoph
2024-06-20 23:23:08 +02:00
parent ce1bc60a87
commit 479542175b
4 changed files with 8 additions and 5 deletions

View File

@@ -7,7 +7,7 @@ dependencies {
// Do NOT use other classes from fabric loader
modImplementation "net.fabricmc:fabric-loader:${rootProject.fabric_loader_version}"
modCompileOnlyApi "maven.modrinth:midnightlib:${rootProject.midnightlib_version}-fabric"
//modCompileOnly "maven.modrinth:iris:${project.iris_version}"
modCompileOnly "maven.modrinth:iris:${project.iris_version}"
}
publishing {