Started by
fishgmae
on
Topic category: Help with Minecraft modding (Java Edition)
this is for a mod that has a gui based minigame where you have to hold h to cover your ears (at the end) in order to survive, for some reason it does not detect when you hold h, whenever you press h it sets the variable to true and whenever you release h it sets the variable to false.
Reddit post:
https://www.reddit.com/r/MCreator/comments/1lwqiap/why_is_this_not_working/
Images (if reddit link does not work):
I am using version 2024.4
Edited by fishgmae on Fri, 07/11/2025 - 01:19
Do not nest wait blocks. Use tick counters
I suggest you check our tutorials collection playlist on our YouTube channel which contains many examples and tutorials that can help you get started with MCreator: https://www.youtube.com/playlist?list=PLAeL-oIFIEngE6jRgFYeFMfuj8WQsO3Ei
what do you mean by that?
note: I found out that when I make it so that pressing h and releasing h lets you live, than that works