Skip to content

Commit

Permalink
Merge pull request #1047 from TechTastic/1.18.x/cleanup/cc-tweaked-bl…
Browse files Browse the repository at this point in the history
…under

[1.18.2] Hotfixing a magically broken CC: Tweaked Mixin
  • Loading branch information
ThePlasticPotato authored Dec 30, 2024
2 parents 33cfa94 + a0db30b commit 590ed87
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 590ed87

Please sign in to comment.