removed VI laser engraver

This commit is contained in:
Pyritie 2025-04-24 20:57:22 +01:00
parent 3828ce5de7
commit 1a4ac7e0ca
5 changed files with 31 additions and 26 deletions

View file

@ -92,6 +92,9 @@
}, },
{ {
"category": "vintageimprovements:auto_curving" "category": "vintageimprovements:auto_curving"
},
{
"category": "vintageimprovements:laser_cutting"
} }
] ]
} }

View file

@ -1450,13 +1450,13 @@ const registerCreateRecipes = (event) => {
.duration(32) .duration(32)
.EUt(GTValues.VA[GTValues.ULV]) .EUt(GTValues.VA[GTValues.ULV])
event.custom({ //event.custom({
type: 'vintageimprovements:laser_cutting', // type: 'vintageimprovements:laser_cutting',
ingredients: [{ item: x.base }], // ingredients: [{ item: x.base }],
results: [{item: x.cut }], // results: [{item: x.cut }],
energy: GTValues.VA[GTValues.ULV] * 32 * 4, // energy: GTValues.VA[GTValues.ULV] * 32 * 4,
maxChargeRate: GTValues.VA[GTValues.ULV] * 4 // maxChargeRate: GTValues.VA[GTValues.ULV] * 4
}).id(`tfg:vi/laser/create/${x.cut.split(':')[1]}`) //}).id(`tfg:vi/laser/create/${x.cut.split(':')[1]}`)
event.shaped(`2x create:layered_${x.cut.split('_')[1]}`, [ event.shaped(`2x create:layered_${x.cut.split('_')[1]}`, [
'AA' 'AA'

View file

@ -75,13 +75,13 @@ function registerTFGRockRecipes(event) {
.duration(30) .duration(30)
.EUt(GTValues.VA[GTValues.ULV]) .EUt(GTValues.VA[GTValues.ULV])
event.custom({ //event.custom({
type: 'vintageimprovements:laser_cutting', // type: 'vintageimprovements:laser_cutting',
ingredients: [{ item: x.raw }], // ingredients: [{ item: x.raw }],
results: [{item: x.polished }], // results: [{item: x.polished }],
energy: GTValues.VA[GTValues.ULV] * 30 * 4, // energy: GTValues.VA[GTValues.ULV] * 30 * 4,
maxChargeRate: GTValues.VA[GTValues.ULV] * 4 // maxChargeRate: GTValues.VA[GTValues.ULV] * 4
}).id(`tfg:vi/laser/tfg/${x.raw.replace(/:/g, '_')}_to_${x.polished.replace(/:/g, '_')}`) //}).id(`tfg:vi/laser/tfg/${x.raw.replace(/:/g, '_')}_to_${x.polished.replace(/:/g, '_')}`)
}) })
// cracked bricks // cracked bricks

View file

@ -130,18 +130,19 @@ function registerVintageImprovementsRecipes(event) {
G: 'create:precision_mechanism' G: 'create:precision_mechanism'
}).id('tfg:vi/mechanical_crafting/lathe') }).id('tfg:vi/mechanical_crafting/lathe')
event.shaped('vintageimprovements:laser', [ // Re-enable this thing's EMI category as well, if we end up using it
'FBF', //event.shaped('vintageimprovements:laser', [
'EAE', // 'FBF',
'DCD' // 'EAE',
], { // 'DCD'
A: 'gtceu:ulv_machine_hull', //], {
B: 'create:precision_mechanism', // A: 'gtceu:ulv_machine_hull',
C: 'tfc:lens', // B: 'create:precision_mechanism',
D: 'gtceu:red_alloy_single_wire', // C: 'tfc:lens',
E: 'minecraft:piston', // D: 'gtceu:red_alloy_single_wire',
F: '#gtceu:circuits/ulv' // E: 'minecraft:piston',
}).id('tfg:vi/shaped/laser') // F: '#gtceu:circuits/ulv'
//}).id('tfg:vi/shaped/laser')
// #endregion // #endregion

View file

@ -13,6 +13,7 @@ global.VINTAGE_IMPROVEMENTS_DISABLED_ITEMS = [
'vintageimprovements:v_shaped_curving_head', 'vintageimprovements:v_shaped_curving_head',
'vintageimprovements:grinder_belt', 'vintageimprovements:grinder_belt',
'vintageimprovements:spring_coiling_machine_wheel', 'vintageimprovements:spring_coiling_machine_wheel',
'vintageimprovements:laser',
'vintageimprovements:laser_item', 'vintageimprovements:laser_item',
'vintageimprovements:sulfur_chunk', 'vintageimprovements:sulfur_chunk',
'vintageimprovements:sulfur', 'vintageimprovements:sulfur',