fix VI buckle recipe
This commit is contained in:
parent
f5f68df229
commit
04e030ec16
1 changed files with 1 additions and 1 deletions
|
|
@ -159,7 +159,7 @@ const registerSNSRecipes = (event) => {
|
|||
type: 'vintageimprovements:curving',
|
||||
ingredients: [{ tag: 'forge:plates/steel' }],
|
||||
itemAsHead: 'gtceu:small_pipe_extruder_mold',
|
||||
results: [{ item: '2x sns:buckle' }],
|
||||
results: [{ item: 'sns:buckle', count: 2 }],
|
||||
processingTime: 80 * global.VINTAGE_IMPROVEMENTS_DURATION_MULTIPLIER
|
||||
}).id('sns:vi/curving/buckle2')
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue