Hi everyone,
how do I close a window that was opened by a mod that is too wide for the screen? Keys Q and E don't close it, there's no visible button to close it, GUI size is already scaled down to 80%. The window cannot be moved by the mouse.
Thanks!
Closing a window that is too wide for screen
Re: Closing a window that is too wide for screen
Whats the Mod ?
There is actually nothing per Second enough ![Wink ;)](./images/smilies/icon_e_wink.gif)
![Wink ;)](./images/smilies/icon_e_wink.gif)
Re: Closing a window that is too wide for screen
It's Miner Planner 0.9.9
Re: Closing a window that is too wide for screen
I was able to close the window by the following command:
Code: Select all
/c game.players[1].gui.center.chest_picker.destroy()