cleanup scripts for launch
fixed syntax + unified unnecessary files
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
GTCEuStartupEvents.registry('gtceu:recipe_type', event => {
|
||||
event.create('greenhouse')
|
||||
.category('test') //Used in the GTlib / LDlib ui editor
|
||||
.setEUIO('in')
|
||||
.setMaxIOSize(3, 4, 1, 0) //Max Item Inputs, Max Item Outputs, Max Fluid Inputs, Max Fluid Outputs
|
||||
.setSlotOverlay(false, false, GuiTextures.BOX_OVERLAY)
|
||||
.setProgressBar(GuiTextures.PROGRESS_BAR_BATH, FillDirection.LEFT_TO_RIGHT)
|
||||
GTCEuStartupEvents.registry("gtceu:recipe_type", (event) => {
|
||||
event
|
||||
.create("greenhouse")
|
||||
.category("test")
|
||||
.setEUIO("in")
|
||||
.setMaxIOSize(3, 4, 1, 0)
|
||||
.setSlotOverlay(false, false, GuiTextures.BOX_OVERLAY)
|
||||
.setProgressBar(GuiTextures.PROGRESS_BAR_BATH, FillDirection.LEFT_TO_RIGHT)
|
||||
.setSound(GTSoundEntries.COOLING);
|
||||
})
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user