Skip to content

Conversation

MicrocontrollersDev
Copy link

Description

adds nobreakthatblock

Related Issue(s)

Fixes #

How to test

F3+P to enable the funny alt tab mode

Release Notes

Add "Don't Click into GUIs"
Add NoBreakThatBlock functionality

Documentation


@SubscribeEvent
public void onGameMouse(MouseEvent event) {
if (ticks > 0) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you need the check here too

Copy link
Author

@MicrocontrollersDev MicrocontrollersDev Jul 22, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what check? if you mean gui check you cant move your mouse (pitch/yaw) while in a gui anyways so dont see why that applies here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants