switched back to packwiz

This commit is contained in:
mina
2023-12-18 22:30:13 +00:00
parent 4cfad8f80f
commit 82187b695e
190 changed files with 1668 additions and 412 deletions

View 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);
});