Skip to content

Commit

Permalink
I fell victim to one of the classic blunders
Browse files Browse the repository at this point in the history
  • Loading branch information
TechTastic committed Dec 30, 2024
1 parent 33cfa94 commit a0db30b
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,10 @@ public abstract class MixinTurtleBrain {
public abstract Level getLevel();

@ModifyVariable(
method = "teleportTo(Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;)Z",
method = "teleportTo",
at = @At(value = "HEAD"),
index = 2
index = 2,
remap = false
)
private BlockPos ValkyrienSkies2$teleportToBlockPos(final BlockPos pos) {
final TileTurtle currentOwner = getOwner();
Expand Down

0 comments on commit a0db30b

Please sign in to comment.