export into cf form
github is now legible for other people (hooray)
This commit is contained in:
10
overrides/kubejs/startup_scripts/recipes/greenhouse.js
Normal file
10
overrides/kubejs/startup_scripts/recipes/greenhouse.js
Normal file
@@ -0,0 +1,10 @@
|
||||
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