Skip to content

Commit

Permalink
Create Compat(1.20.1): Removed old file causing crashes/renamed funct…
Browse files Browse the repository at this point in the history
…ion (#738)
  • Loading branch information
FluffyJenkins authored Feb 18, 2024
1 parent 93b62e4 commit 9ed2dde
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 97 deletions.

This file was deleted.

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
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,6 @@
"mod_compat.create.client.MixinPlacementHelpers",
"mod_compat.create.client.MixinSoundScapes",
"mod_compat.create.client.MixinTileEntityRenderHelper",
"mod_compat.create.client.MixinTrackBlockOutline",
"mod_compat.create.client.MixinTrainRelocator",
"mod_compat.create.client.trackOutlines.MixinBigOutlines",
"mod_compat.create.client.trackOutlines.MixinTrackBlockOutline",
Expand Down

0 comments on commit 9ed2dde

Please sign in to comment.