mine code cleanup in velocity and nobreakanim

This commit is contained in:
Bella 2020-03-17 08:33:39 -04:00
parent fee9780d6e
commit fca84af86a
No known key found for this signature in database
GPG Key ID: 03B01AC937D1C89C
2 changed files with 2 additions and 1 deletions

View File

@ -13,6 +13,7 @@ import net.minecraft.network.play.server.SPacketExplosion;
/**
* 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)
public class Velocity extends Module {

View File

@ -19,7 +19,7 @@ import static net.minecraft.network.play.client.CPacketPlayerDigging.Action.STOP
* Created 14 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 {
private boolean isMining = false;