Skip to content

Commit

Permalink
Fix mixin formatting slightly
Browse files Browse the repository at this point in the history
  • Loading branch information
voidsong-dragonfly committed Jun 17, 2024
1 parent a50e3d7 commit 6b8e2df
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ public class WaterwheelBoundsMixin {
"Lnet/minecraft/world/level/material/Fluid;" +
"Lnet/minecraft/core/BlockPos;" +
"Lnet/minecraft/world/level/block/state/BlockState;" +
"Lnet/minecraft/core/Direction;Lnet/minecraft/core/BlockPos;" +
"Lnet/minecraft/core/Direction;" +
"Lnet/minecraft/core/BlockPos;" +
"Lnet/minecraft/world/level/block/state/BlockState;" +
"Lnet/minecraft/world/level/material/FluidState;)Z",
at = @At("HEAD"),
Expand Down

0 comments on commit 6b8e2df

Please sign in to comment.