Update recipe_types.js

Signed-off-by: Pyritie <pyritie@gmail.com>
This commit is contained in:
Pyritie 2025-01-11 12:40:57 +00:00 committed by GitHub
parent 9dcb74fe7e
commit e73f363911
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -7,13 +7,5 @@ const registerGTCEuRecipeTypes = (event) => {
.setMaxIOSize(3, 4, 1, 0)
.setProgressBar(GuiTextures.PROGRESS_BAR_ARROW, FillDirection.LEFT_TO_RIGHT)
.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)
}