fix: AutoTool ghost blocks
This commit is contained in:
parent
f243885ac9
commit
60cb2dcfd8
2 changed files with 3 additions and 0 deletions
|
@ -62,6 +62,7 @@ public class AutoTool extends AbstractModule implements ICommons {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
MC.player.inventory.selected = current_slot;
|
MC.player.inventory.selected = current_slot;
|
||||||
|
MC.gameMode.ensureHasSentCarriedItem(); // ACCESSTRANSFORMER
|
||||||
break;
|
break;
|
||||||
case ENTITY:
|
case ENTITY:
|
||||||
double current_damage = 0.f;
|
double current_damage = 0.f;
|
||||||
|
@ -78,6 +79,7 @@ public class AutoTool extends AbstractModule implements ICommons {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
MC.player.inventory.selected = current_slot;
|
MC.player.inventory.selected = current_slot;
|
||||||
|
MC.gameMode.ensureHasSentCarriedItem(); // ACCESSTRANSFORMER
|
||||||
break;
|
break;
|
||||||
case MISS:
|
case MISS:
|
||||||
break;
|
break;
|
||||||
|
|
|
@ -3,3 +3,4 @@ public net.minecraft.client.gui.screen.Screen field_230705_e_ # children
|
||||||
public net.minecraft.client.network.play.NetworkPlayerInfo field_178866_b # gameMode
|
public net.minecraft.client.network.play.NetworkPlayerInfo field_178866_b # gameMode
|
||||||
public net.minecraft.network.play.client.CPlayerPacket field_149474_g # onGround
|
public net.minecraft.network.play.client.CPlayerPacket field_149474_g # onGround
|
||||||
public net.minecraft.entity.Entity field_71087_bX # isInsidePortal
|
public net.minecraft.entity.Entity field_71087_bX # isInsidePortal
|
||||||
|
public net.minecraft.client.multiplayer.PlayerController func_78750_j()V
|
||||||
|
|
Loading…
Reference in a new issue