Move CameraClip to render and close #845

This commit is contained in:
Bella 2020-05-16 21:50:24 -04:00
parent 3eec16e4ae
commit d38f575403
No known key found for this signature in database
GPG Key ID: DBD4A6030080C8B3
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
package me.zeroeightsix.kami.module.modules.misc package me.zeroeightsix.kami.module.modules.render
import me.zeroeightsix.kami.module.Module import me.zeroeightsix.kami.module.Module
@ -9,7 +9,7 @@ import me.zeroeightsix.kami.module.Module
*/ */
@Module.Info( @Module.Info(
name = "CameraClip", name = "CameraClip",
category = Module.Category.MISC, category = Module.Category.RENDER,
description = "Allows your 3rd person camera to pass through blocks", description = "Allows your 3rd person camera to pass through blocks",
showOnArray = Module.ShowOnArray.OFF showOnArray = Module.ShowOnArray.OFF
) )