file upload
meat of the pack
This commit is contained in:
9
kubejs/startup_scripts/recipes/greenhouse.js
Normal file
9
kubejs/startup_scripts/recipes/greenhouse.js
Normal file
@@ -0,0 +1,9 @@
|
||||
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)
|
||||
.setSound(GTSoundEntries.COOLING);
|
||||
})
|
||||
Reference in New Issue
Block a user