Adding recipe type for LSP (#1277)
Signed-off-by: TomPlop <tomdidome@gmail.com>
This commit is contained in:
parent
d7443ed9ba
commit
092d03fbd5
1 changed files with 8 additions and 0 deletions
|
|
@ -24,4 +24,12 @@ const registerGTCEuRecipeTypes = (event) => {
|
||||||
.setSlotOverlay(false, false, GuiTextures.SOLIDIFIER_OVERLAY)
|
.setSlotOverlay(false, false, GuiTextures.SOLIDIFIER_OVERLAY)
|
||||||
.setProgressBar(GuiTextures.PROGRESS_BAR_ARROW, FillDirection.LEFT_TO_RIGHT)
|
.setProgressBar(GuiTextures.PROGRESS_BAR_ARROW, FillDirection.LEFT_TO_RIGHT)
|
||||||
.setSound(GTSoundEntries.FIRE)
|
.setSound(GTSoundEntries.FIRE)
|
||||||
|
|
||||||
|
event.create('large_solar_panel')
|
||||||
|
.category('generator')
|
||||||
|
.setEUIO('out')
|
||||||
|
.setMaxIOSize(2, 0, 2, 1)
|
||||||
|
.setSlotOverlay(false, false, GuiTextures.SOLIDIFIER_OVERLAY)
|
||||||
|
.setProgressBar(GuiTextures.PROGRESS_BAR_ARROW, FillDirection.LEFT_TO_RIGHT)
|
||||||
|
.setSound(GTSoundEntries.COOLING)
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue