goodbye, VI lathe, you jank piece of crap

This commit is contained in:
Pyritie 2025-09-23 00:02:49 +01:00
parent e9569277d9
commit 2372f41394
13 changed files with 68 additions and 64 deletions

View file

@ -352,16 +352,18 @@ const registerAFCRecipes = (event) => {
.EUt(2)
event.custom({
type: 'vintageimprovements:turning',
type: 'vintageimprovements:polishing',
ingredients: [{ item: `afc:wood/log/${wood}` }],
results: [{ item: `afc:wood/stripped_log/${wood}` }],
speed_limits: 0,
processingTime: 50
}).id(`tfg:vi/lathe/stripping_${wood}_log`)
event.custom({
type: 'vintageimprovements:turning',
type: 'vintageimprovements:polishing',
ingredients: [{ item: `afc:wood/wood/${wood}` }],
results: [{ item: `afc:wood/stripped_wood/${wood}` }],
speed_limits: 0,
processingTime: 50
}).id(`tfg:vi/lathe/stripping_${wood}_wood`)
})