mirror of https://github.com/kami-blue/client
update fastexp formatting and add author
This commit is contained in:
parent
1a9600e255
commit
1719a2b371
|
@ -1,4 +1,3 @@
|
|||
|
||||
package me.zeroeightsix.kami.module.modules.player;
|
||||
|
||||
import me.zero.alpine.listener.EventHandler;
|
||||
|
@ -8,7 +7,11 @@ import me.zeroeightsix.kami.module.Module;
|
|||
import me.zeroeightsix.kami.module.Module.Info;
|
||||
import net.minecraft.init.Items;
|
||||
|
||||
@Module.Info(name = "FastExp", category = Module.Category.PLAYER, description = "Removes the delay when throwing Exp bottles")
|
||||
/**
|
||||
* Created by S-B99 on 23/10/2019
|
||||
*/
|
||||
|
||||
@Module.Info(category = Module.Category.PLAYER, description = "Removes delay when holding right click", name = "FastUse")
|
||||
public class FastExp
|
||||
extends Module
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue