Page 1 of 1
Which file is the GUI setting of the "linked chest" in?
Posted: Tue Mar 29, 2022 1:01 pm
by sdgmlj
I want to modify the GUI of "linked chest", but I haven't found the file. Where is it?
Re: Which file is the GUI setting of the "linked chest" in?
Posted: Tue Mar 29, 2022 5:38 pm
by robot256
Mods generally can't modify core vanilla GUIs outside of the entity API properties that govern the GUI. Mods can add sidebars to a particular entity GUI, or instantly close the entity GUI and open a separate mod GUI in its place.
Re: Which file is the GUI setting of the "linked chest" in?
Posted: Wed Mar 30, 2022 11:15 am
by sdgmlj
robot256 wrote: Tue Mar 29, 2022 5:38 pm
Mods generally can't modify core vanilla GUIs outside of the entity API properties that govern the GUI. Mods can add sidebars to a particular entity GUI, or instantly close the entity GUI and open a separate mod GUI in its place.
thank you
In fact, I just want to find the original script, see how it works, and then copy it into my new GUI, and then make modifications, such as changing the graphics mode to digital input
Because I don't understand how it works, I want to know how they are related
Re: Which file is the GUI setting of the "linked chest" in?
Posted: Wed Mar 30, 2022 11:25 am
by robot256
GUIs are all generated from code during the game, so they aren't part of the Lua prototype definitions. You'll have to use other mods as an example instead.