forked from RepoMirrors/kami-blue
mine code cleanup in velocity and nobreakanim
This commit is contained in:
parent
fee9780d6e
commit
fca84af86a
|
@ -13,6 +13,7 @@ import net.minecraft.network.play.server.SPacketExplosion;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Created by 086 on 16/11/2017.
|
* Created by 086 on 16/11/2017.
|
||||||
|
* @see me.zeroeightsix.kami.mixin.client.MixinBlockLiquid
|
||||||
*/
|
*/
|
||||||
@Module.Info(name = "Velocity", description = "Modify knockback impact", category = Module.Category.MOVEMENT)
|
@Module.Info(name = "Velocity", description = "Modify knockback impact", category = Module.Category.MOVEMENT)
|
||||||
public class Velocity extends Module {
|
public class Velocity extends Module {
|
||||||
|
|
|
@ -19,7 +19,7 @@ import static net.minecraft.network.play.client.CPacketPlayerDigging.Action.STOP
|
||||||
* Created 14 November 2019 by hub
|
* Created 14 November 2019 by hub
|
||||||
* Updated 29 November 2019 by hub
|
* Updated 29 November 2019 by hub
|
||||||
*/
|
*/
|
||||||
@Module.Info(name = "NoBreakAnimation", category = Module.Category.PLAYER, description = "Prevents block break animation server side1")
|
@Module.Info(name = "NoBreakAnimation", category = Module.Category.PLAYER, description = "Prevents block break animation server side")
|
||||||
public class NoBreakAnimation extends Module {
|
public class NoBreakAnimation extends Module {
|
||||||
|
|
||||||
private boolean isMining = false;
|
private boolean isMining = false;
|
||||||
|
|
Loading…
Reference in New Issue