Set GameOption #1956
Answered
by
sfPlayer1
Grayseon
asked this question in
Mod Dev Support
Set GameOption
#1956
-
Hi. I want to set the sneak toggled option to true. This gives an incorrect answer: Thank you! |
Beta Was this translation helpful? Give feedback.
Answered by
sfPlayer1
Jan 16, 2022
Replies: 1 comment 6 replies
-
You shouldn't instantiate the option yourself, that wouldn't affect the game directly. Something like |
Beta Was this translation helpful? Give feedback.
6 replies
Answer selected by
Grayseon
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You shouldn't instantiate the option yourself, that wouldn't affect the game directly.
Something like
Option.SNEAK_TOGGLED.set(MinecraftClient.getInstance().options, true)
may work.