You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Every time I right click on anything, I just get a dark screen. No labels, no buttons, nothing. I'm on 1.21.1 playing the TNP8 modpack, and the developer doesn't know either. I see there are scripts with many custom GUI layers causing it, but my code is extremely basic. Here is my code.
`NAME "Hives"
EVERY 20 TICKS DO
INPUT FROM hive
OUTPUT TO drawer
END
`
The text was updated successfully, but these errors were encountered:
Every time I right click on anything, I just get a dark screen. No labels, no buttons, nothing. I'm on 1.21.1 playing the TNP8 modpack, and the developer doesn't know either. I see there are scripts with many custom GUI layers causing it, but my code is extremely basic. Here is my code.
`NAME "Hives"
EVERY 20 TICKS DO
INPUT FROM hive
OUTPUT TO drawer
END
`
The text was updated successfully, but these errors were encountered: