Skip to content

Commit

Permalink
renamed function
Browse files Browse the repository at this point in the history
  • Loading branch information
FluffyJenkins committed Feb 16, 2024
1 parent 6c11663 commit 49e8c4a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public class MixinBigOutlines {
target = "Lnet/minecraft/client/player/LocalPlayer;getEyePosition(F)Lnet/minecraft/world/phys/Vec3;"
), locals = LocalCapture.CAPTURE_FAILHARD
)
private static void stuff(final CallbackInfo ci, final Minecraft mc) {
private static void injectPick(final CallbackInfo ci, final Minecraft mc) {
if (mc.hitResult != null && mc.level != null && mc.player != null && mc.hitResult.getType() == Type.BLOCK) {
valkyrienskies$toShip = false;
final boolean playerOnShip = VSGameUtilsKt.isBlockInShipyard(mc.level, mc.player.getOnPos());
Expand Down

0 comments on commit 49e8c4a

Please sign in to comment.