comment link for noslowdown

This commit is contained in:
Bella 2020-03-23 16:57:19 -04:00
parent c68f82d338
commit 2c040b38b7
No known key found for this signature in database
GPG Key ID: 815562EA23BFE344
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ import net.minecraftforge.client.event.InputUpdateEvent;
* Created by 086 on 15/12/2017.
* Updated by S-B99 on 21/03/20
* @see me.zeroeightsix.kami.mixin.client.MixinBlockSoulSand
* @see net.minecraft.client.entity.EntityPlayerSP .onLivingUpdate()
* @see net.minecraft.client.entity.EntityPlayerSP#onLivingUpdate()
*/
@Module.Info(name = "NoSlowDown", category = Module.Category.MOVEMENT, description = "Prevents being slowed down when using an item or going through cobwebs")
public class NoSlowDown extends Module {