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
|
|
@ -406,16 +406,18 @@ function registerTFCMachineRecipes(event) {
|
|||
.EUt(2)
|
||||
|
||||
event.custom({
|
||||
type: 'vintageimprovements:turning',
|
||||
type: 'vintageimprovements:polishing',
|
||||
ingredients: [{ item: `tfc:wood/log/${wood}` }],
|
||||
results: [{ item: `tfc: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: `tfc:wood/wood/${wood}` }],
|
||||
results: [{ item: `tfc: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