add construction core multiblock

easier to build now yahoo
This commit is contained in:
ursamina
2024-02-23 21:52:05 +00:00
parent 02942789c2
commit 0026545a27
2 changed files with 43 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
GTCEuStartupEvents.registry("gtceu:recipe_type", (event) => {
event
.create("construction_core")
.category("test")
.setEUIO("in")
.setMaxIOSize(2, 1, 1, 0)
.setSlotOverlay(false, false, GuiTextures.BOX_OVERLAY)
.setProgressBar(GuiTextures.PROGRESS_BAR_BATH, FillDirection.LEFT_TO_RIGHT)
.setSound(GTSoundEntries.COOLING);
});