removed VI laser engraver
This commit is contained in:
parent
3828ce5de7
commit
1a4ac7e0ca
5 changed files with 31 additions and 26 deletions
|
|
@ -75,13 +75,13 @@ function registerTFGRockRecipes(event) {
|
|||
.duration(30)
|
||||
.EUt(GTValues.VA[GTValues.ULV])
|
||||
|
||||
event.custom({
|
||||
type: 'vintageimprovements:laser_cutting',
|
||||
ingredients: [{ item: x.raw }],
|
||||
results: [{item: x.polished }],
|
||||
energy: GTValues.VA[GTValues.ULV] * 30 * 4,
|
||||
maxChargeRate: GTValues.VA[GTValues.ULV] * 4
|
||||
}).id(`tfg:vi/laser/tfg/${x.raw.replace(/:/g, '_')}_to_${x.polished.replace(/:/g, '_')}`)
|
||||
//event.custom({
|
||||
// type: 'vintageimprovements:laser_cutting',
|
||||
// ingredients: [{ item: x.raw }],
|
||||
// results: [{item: x.polished }],
|
||||
// energy: GTValues.VA[GTValues.ULV] * 30 * 4,
|
||||
// maxChargeRate: GTValues.VA[GTValues.ULV] * 4
|
||||
//}).id(`tfg:vi/laser/tfg/${x.raw.replace(/:/g, '_')}_to_${x.polished.replace(/:/g, '_')}`)
|
||||
})
|
||||
|
||||
// cracked bricks
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue