Skip to content

Commit

Permalink
Fix build again :(
Browse files Browse the repository at this point in the history
  • Loading branch information
IMS212 committed Aug 2, 2024
1 parent 7a2b580 commit 17b0ff1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 48 deletions.

This file was deleted.

1 change: 0 additions & 1 deletion fabric/src/main/resources/mixins.iris.fabric.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"package": "net.irisshaders.iris.mixin.fabric",
"compatibilityLevel": "JAVA_8",
"client": [
"MixinDHCrashFix"
],
"injectors": {
"defaultRequire": 1
Expand Down
4 changes: 2 additions & 2 deletions neoforge/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -125,10 +125,10 @@ dependencies {
}
implementation("org.antlr:antlr4-runtime:4.13.1")

minecraftLibrary("io.github.douira:glsl-transformer2:2.0.1") {
minecraftLibrary("trans:glsl-trans:2.0.1") {
isTransitive = false
}
jarJar("io.github.douira:glsl-transformer2:[2.0.1,2.0.2)") {
jarJar("trans:glsl-trans:[0.0.1,9.9.9)") {
jarJar.pin(this, "2.0.1")
isTransitive = false
}
Expand Down

0 comments on commit 17b0ff1

Please sign in to comment.