Editing the GUI for the generators. GUIs are powered by Command Panels.
This is the GUI that is opened up when a generator is right-clicked.
#Most of this will need to stay the samepanels:EvolutionGenerators_Main:#keep this set to defaultperm:default#What type of inventory you want the GUI to berows:HOPPER#This is the title that appears on the top of the GUItitle:'Generator Contents'empty:GLASS_PANEitem:#slot numbers'0':#This will declare the item slot as a slot that can hold generated items#The number at the end refers to the upgrade required for the#generator to use the slot.material:GENERATOR_ITEM 1'1':#Generator will need to be level 2 to use this slotmaterial:GENERATOR_ITEM 2'2':#Generator will need to be level 3 to use this slotmaterial:GENERATOR_ITEM 3'3':#If the generator can be upgraded, this slot is used to upgrade the generatormaterial:GENERATOR_UPGRADE'4':#Simple item that closes the GUImaterial:REDSTONEstack:1name:'&cExit Generator'commands: - cpc
Use the following GUI Settings to configure your generator GUIs