Which file is the GUI setting of the "linked chest" in?
Which file is the GUI setting of the "linked chest" in?
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?
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.
My mods: Multiple Unit Train Control, RGB Pipes, Shipping Containers, Rocket Log, Smart Artillery Wagons.
Maintainer of Auto Deconstruct, Cargo Ships, Vehicle Wagon, Honk, Shortwave.
Maintainer of Auto Deconstruct, Cargo Ships, Vehicle Wagon, Honk, Shortwave.
Re: Which file is the GUI setting of the "linked chest" in?
thank yourobot256 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.
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?
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.
My mods: Multiple Unit Train Control, RGB Pipes, Shipping Containers, Rocket Log, Smart Artillery Wagons.
Maintainer of Auto Deconstruct, Cargo Ships, Vehicle Wagon, Honk, Shortwave.
Maintainer of Auto Deconstruct, Cargo Ships, Vehicle Wagon, Honk, Shortwave.