Skip to content

Commit

Permalink
goofy ahh conflict patch
Browse files Browse the repository at this point in the history
  • Loading branch information
FalsePattern committed Jun 7, 2022
1 parent 3d2b9c5 commit 90fb51b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ private int decrementZValue3(int z) {
),
at = @At(value = "INVOKE",
target = "Lnet/minecraft/world/IBlockAccess;getBlock(III)Lnet/minecraft/block/Block;"),
index = 0,
index = 1,
allow = 8)
private int incrementXValue4(int x) {
return x + 1;
Expand All @@ -260,7 +260,7 @@ private int incrementXValue4(int x) {
),
at = @At(value = "INVOKE",
target = "Lnet/minecraft/world/IBlockAccess;getBlock(III)Lnet/minecraft/block/Block;"),
index = 0,
index = 1,
allow = 8)
private int decrementXValue5(int x) {
return x - 1;
Expand Down

0 comments on commit 90fb51b

Please sign in to comment.