Moved NoGlitchBlocks to experimental

This commit is contained in:
Bella 2020-05-05 10:28:18 -04:00
parent d7d1c37cb5
commit d8560a92ce
No known key found for this signature in database
GPG Key ID: DBD4A6030080C8B3
1 changed files with 3 additions and 2 deletions

View File

@ -17,11 +17,12 @@ import net.minecraft.util.math.BlockPos
*
* You can view the source code here:
* https://github.com/gbl/AntiGhost/
* TODO: fix kicks from this
*/
@Module.Info(
name = "NoGlitchBlocks",
description = "Prevents blocks desyncing and creating ghost blocks",
category = Module.Category.PLAYER
description = "Prevents blocks desyncing and creating ghost blocks (e: kicks)",
category = Module.Category.EXPERIMENTAL
)
class NoGlitchBlocks : Module() {
private val range = register(Settings.integerBuilder("Range").withRange(1, 5).withValue(4).build())