Skip to content

Commit

Permalink
Comment out iris dependency as it fails remapping
Browse files Browse the repository at this point in the history
  • Loading branch information
Pyrofab committed Jun 13, 2024
1 parent 87fced1 commit 9e4a1e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ dependencies {
modImplementation "net.fabricmc:fabric-loader:${project.loader_version}"
modImplementation "net.fabricmc.fabric-api:fabric-api:${fabric_version}"
modLocalRuntime "com.terraformersmc:modmenu:${project.modmenu_version}"
modCompileOnly ("maven.modrinth:iris:${project.iris_version}")
// modCompileOnly ("maven.modrinth:iris:${project.iris_version}")

compileOnly "org.jetbrains:annotations:${jb_annotations_version}"
compileOnly "com.google.code.findbugs:jsr305:${findbugs_version}"
Expand Down

0 comments on commit 9e4a1e9

Please sign in to comment.