Add NoGravity
This commit is contained in:
parent
4e1453b94b
commit
3d65eb2c90
|
@ -21,7 +21,8 @@ object Storage {
|
||||||
}
|
}
|
||||||
),
|
),
|
||||||
newBox("snowy.clickbox.risky", color = 0x660000).addButtons(
|
newBox("snowy.clickbox.risky", color = 0x660000).addButtons(
|
||||||
"NoHurtCamera" to { hurtCamera = !hurtCamera }
|
"NoHurtCamera" to { hurtCamera = !hurtCamera },
|
||||||
|
"NoGravity" to { Minecraft.getInstance().player?.let { it.isNoGravity = !it.isNoGravity } }
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue