goodbye, VI lathe, you jank piece of crap
This commit is contained in:
parent
e9569277d9
commit
2372f41394
13 changed files with 68 additions and 64 deletions
|
|
@ -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`)
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue