Skip to content

Commit

Permalink
Fix cross portal interaction
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick1st committed Oct 20, 2024
1 parent d29b674 commit 54ee7b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ dependencies {
compileOnly "maven.modrinth:oculus:1.20.1-1.6.15a"*/

implementation "maven.modrinth:sodium:mc1.21-0.6.0-beta.2-neoforge"
compileOnly "maven.modrinth:iris:1.8.0-beta.5+1.21-neoforge"
implementation "maven.modrinth:iris:1.8.0-beta.5+1.21-neoforge"

implementation "maven.modrinth:cloth-config:15.0.140+neoforge"
implementation "maven.modrinth:pehkui:3.8.3+1.21-neoforge"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ private ServerLevel ip_getActualWorld() {
"handleBlockBreakAction",
"destroyAndAck",
"destroyBlock",
"removeBlock" // @Nick1st NeoPatch
},
at = @At(
value = "FIELD",
Expand Down

0 comments on commit 54ee7b4

Please sign in to comment.