Started by
FragantA4sheet
on
Topic category: Help with Minecraft modding (Java Edition)
Title.
I have a button in a GUI that closes all GUIs then opens another and this crashes my game. They're very simple procedures but wondering if anyone knows why or how to set up a multi-page GUI in this way?
I've tried putting the close GUI procedure by itself and that works as soon as I press the button, it closes. However if I put the:
"Open screen for [event/target entity] pass location [x] [y] [z] GUI: TEST"
it crashes as soon as I press the button that procedure is linked to. There are no other conditions etc, just that alone.
I'd suggest making it so that it closes all GUIS, then waits on one tick, then opens up another GUI. Might solve the issue. If it still doesn't work, just test with not having any closing of GUI's, but just opening another one instantly.
I will try the wait one tick, but as per original post, even opening another instantly without any close GUI procedure crashes the game, so I don't think that's the problem..
Im having the same issue rn, does someone found the solution ?
Me too i have the same problem, when i open a gui of the block, it just crash. and it says in the report: Ticking Entity
still same problem...