Fixing hashes for the last time

(It won't be the last time)
This commit is contained in:
Spencer
2023-12-22 09:47:08 -05:00
committed by GitHub
parent 4a2b39f106
commit b960dee64e
117 changed files with 3466 additions and 3466 deletions

View File

@@ -1,10 +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);
});
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);
});