Update recipes.js (#1772)

Signed-off-by: Redeix <brayden.j.m.ford@gmail.com>
This commit is contained in:
Redeix 2025-09-09 01:22:30 -05:00 committed by GitHub
parent 2a3a179d48
commit 3661f3c903
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -239,7 +239,7 @@ const registerSNSRecipes = (event) => {
.duration(100)
.EUt(GTValues.VA[GTValues.LV])
generateCutterRecipe(event, '#forge:leather', '4x sns:leather_strip', 80, GTValues.VA[GTValues.LV], 'sns:leather_strip_cut')
generateCutterRecipe(event, '#forge:leather', '4x sns:leather_strip', 80, GTValues.VA[GTValues.LV], 'sns_leather_strip_cut')
event.recipes.gtceu.assembler('sns:bound_leather_strip')
.itemInputs('2x sns:leather_strip', 'sns:reinforced_fiber')
@ -273,4 +273,4 @@ const registerSNSRecipes = (event) => {
.duration(40)
.EUt(GTValues.VA[GTValues.LV])
}
}