update fastexp formatting and add author

This commit is contained in:
S-B99 2019-10-23 13:54:11 -04:00
parent 1a9600e255
commit 1719a2b371
1 changed files with 5 additions and 2 deletions

View File

@ -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
{