removed VI laser engraver
This commit is contained in:
parent
3828ce5de7
commit
1a4ac7e0ca
5 changed files with 31 additions and 26 deletions
|
|
@ -92,6 +92,9 @@
|
|||
},
|
||||
{
|
||||
"category": "vintageimprovements:auto_curving"
|
||||
},
|
||||
{
|
||||
"category": "vintageimprovements:laser_cutting"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -1450,13 +1450,13 @@ const registerCreateRecipes = (event) => {
|
|||
.duration(32)
|
||||
.EUt(GTValues.VA[GTValues.ULV])
|
||||
|
||||
event.custom({
|
||||
type: 'vintageimprovements:laser_cutting',
|
||||
ingredients: [{ item: x.base }],
|
||||
results: [{item: x.cut }],
|
||||
energy: GTValues.VA[GTValues.ULV] * 32 * 4,
|
||||
maxChargeRate: GTValues.VA[GTValues.ULV] * 4
|
||||
}).id(`tfg:vi/laser/create/${x.cut.split(':')[1]}`)
|
||||
//event.custom({
|
||||
// type: 'vintageimprovements:laser_cutting',
|
||||
// ingredients: [{ item: x.base }],
|
||||
// results: [{item: x.cut }],
|
||||
// energy: GTValues.VA[GTValues.ULV] * 32 * 4,
|
||||
// maxChargeRate: GTValues.VA[GTValues.ULV] * 4
|
||||
//}).id(`tfg:vi/laser/create/${x.cut.split(':')[1]}`)
|
||||
|
||||
event.shaped(`2x create:layered_${x.cut.split('_')[1]}`, [
|
||||
'AA'
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -130,18 +130,19 @@ function registerVintageImprovementsRecipes(event) {
|
|||
G: 'create:precision_mechanism'
|
||||
}).id('tfg:vi/mechanical_crafting/lathe')
|
||||
|
||||
event.shaped('vintageimprovements:laser', [
|
||||
'FBF',
|
||||
'EAE',
|
||||
'DCD'
|
||||
], {
|
||||
A: 'gtceu:ulv_machine_hull',
|
||||
B: 'create:precision_mechanism',
|
||||
C: 'tfc:lens',
|
||||
D: 'gtceu:red_alloy_single_wire',
|
||||
E: 'minecraft:piston',
|
||||
F: '#gtceu:circuits/ulv'
|
||||
}).id('tfg:vi/shaped/laser')
|
||||
// Re-enable this thing's EMI category as well, if we end up using it
|
||||
//event.shaped('vintageimprovements:laser', [
|
||||
// 'FBF',
|
||||
// 'EAE',
|
||||
// 'DCD'
|
||||
//], {
|
||||
// A: 'gtceu:ulv_machine_hull',
|
||||
// B: 'create:precision_mechanism',
|
||||
// C: 'tfc:lens',
|
||||
// D: 'gtceu:red_alloy_single_wire',
|
||||
// E: 'minecraft:piston',
|
||||
// F: '#gtceu:circuits/ulv'
|
||||
//}).id('tfg:vi/shaped/laser')
|
||||
|
||||
// #endregion
|
||||
|
||||
|
|
|
|||
|
|
@ -13,6 +13,7 @@ global.VINTAGE_IMPROVEMENTS_DISABLED_ITEMS = [
|
|||
'vintageimprovements:v_shaped_curving_head',
|
||||
'vintageimprovements:grinder_belt',
|
||||
'vintageimprovements:spring_coiling_machine_wheel',
|
||||
'vintageimprovements:laser',
|
||||
'vintageimprovements:laser_item',
|
||||
'vintageimprovements:sulfur_chunk',
|
||||
'vintageimprovements:sulfur',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue