Update recipe_types.js
Signed-off-by: Pyritie <pyritie@gmail.com>
This commit is contained in:
parent
d7176bb431
commit
7b71cda5eb
1 changed files with 8 additions and 0 deletions
|
|
@ -7,5 +7,13 @@ const registerGTCEuRecipeTypes = (event) => {
|
||||||
.setMaxIOSize(3, 4, 1, 0)
|
.setMaxIOSize(3, 4, 1, 0)
|
||||||
.setProgressBar(GuiTextures.PROGRESS_BAR_ARROW, FillDirection.LEFT_TO_RIGHT)
|
.setProgressBar(GuiTextures.PROGRESS_BAR_ARROW, FillDirection.LEFT_TO_RIGHT)
|
||||||
.setSound(GTSoundEntries.BATH)
|
.setSound(GTSoundEntries.BATH)
|
||||||
|
|
||||||
|
event.create('alternator')
|
||||||
|
.category('alternator')
|
||||||
|
.setEUIO('out')
|
||||||
|
.setMaxIOSize(1, 0, 0, 0)
|
||||||
|
.setProgressBar(GuiTextures.PROGRESS_BAR_ARROW, FillDirection.LEFT_TO_RIGHT)
|
||||||
|
.setSound(GTSoundEntries.ARC)
|
||||||
|
.setMaxTooltips(6)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue