Skip to content

Commit

Permalink
replace use of Shift.BY
Browse files Browse the repository at this point in the history
  • Loading branch information
IThundxr committed Oct 20, 2024
1 parent 6dc0fed commit 4cee25a
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -155,9 +155,7 @@ public SnapshotParticipant<LevelSnapshotData> snapshotParticipant() {
method = "updateNeighbourForOutputSignal",
at = @At(
value = "INVOKE",
target = "Lnet/minecraft/world/level/Level;getBlockState(Lnet/minecraft/core/BlockPos;)Lnet/minecraft/world/level/block/state/BlockState;",
shift = Shift.BY,
by = 2,
target = "Lnet/minecraft/world/level/block/state/BlockState;is(Lnet/minecraft/world/level/block/Block;)Z",
ordinal = 0
)
)
Expand Down

0 comments on commit 4cee25a

Please sign in to comment.