1
0
mirror of https://github.com/kami-blue/client synced 2025-02-13 18:57:11 +00:00

missed formatting in zoom and scaffold

This commit is contained in:
Bella 2020-04-26 11:27:18 -04:00
parent ef9e3a7f4a
commit 84cb639682
No known key found for this signature in database
GPG Key ID: DBD4A6030080C8B3
2 changed files with 11 additions and 2 deletions

View File

@ -25,7 +25,11 @@ import net.minecraftforge.client.event.InputUpdateEvent
* Updated by Nucleus on 25/04/20
* @see me.zeroeightsix.kami.mixin.client.MixinEntity
*/
@Module.Info(name = "Scaffold", category = Module.Category.PLAYER, description = "Places blocks under you")
@Module.Info(
name = "Scaffold",
category = Module.Category.PLAYER,
description = "Places blocks under you"
)
class Scaffold : Module() {
private val placeBlocks = register(Settings.b("Place Blocks", true))
private val tower = register(Settings.b("Tower", true))

View File

@ -8,7 +8,12 @@ import me.zeroeightsix.kami.setting.Settings
* Created by dominikaaaa on 20/12/19
* Updated by dominikaaaa on 22/12/19
*/
@Module.Info(name = "Zoom", category = Module.Category.RENDER, description = "Configures FOV", showOnArray = Module.ShowOnArray.OFF)
@Module.Info(
name = "Zoom",
category = Module.Category.RENDER,
description = "Configures FOV",
showOnArray = Module.ShowOnArray.OFF
)
class Zoom : Module() {
private var fov = 0f
private var sensi = 0f