removed FE cables 💔
This commit is contained in:
parent
5805f9c082
commit
adc9932c2e
2 changed files with 16 additions and 18 deletions
|
|
@ -325,25 +325,21 @@ const registerAdAstraRecipes = (event) => {
|
|||
//#endregion
|
||||
|
||||
|
||||
//#region Стальной FE кабель т1
|
||||
//#region FE cables
|
||||
|
||||
event.recipes.gtceu.assembler('tfg:ad_astra_steel_cable')
|
||||
.itemInputs('#forge:single_wires/manganese_phosphide', '#forge:plates/polyethylene')
|
||||
.inputFluids(Fluid.of('gtceu:redstone', 144))
|
||||
.itemOutputs('ad_astra:steel_cable')
|
||||
.duration(60)
|
||||
.EUt(120)
|
||||
//event.recipes.gtceu.assembler('tfg:ad_astra_steel_cable')
|
||||
// .itemInputs('#forge:single_wires/manganese_phosphide', '#forge:plates/polyethylene')
|
||||
// .inputFluids(Fluid.of('gtceu:redstone', 144))
|
||||
// .itemOutputs('ad_astra:steel_cable')
|
||||
// .duration(60)
|
||||
// .EUt(120)
|
||||
|
||||
//#endregion
|
||||
|
||||
//#region FE кабель т2
|
||||
|
||||
event.recipes.gtceu.assembler('tfg:ad_astra_desh_cable')
|
||||
.itemInputs('#forge:single_wires/magnesium_diboride', '#forge:plates/polyvinyl_chloride')
|
||||
.inputFluids(Fluid.of('gtceu:redstone', 288))
|
||||
.itemOutputs('ad_astra:desh_cable')
|
||||
.duration(60)
|
||||
.EUt(480)
|
||||
//event.recipes.gtceu.assembler('tfg:ad_astra_desh_cable')
|
||||
// .itemInputs('#forge:single_wires/magnesium_diboride', '#forge:plates/polyvinyl_chloride')
|
||||
// .inputFluids(Fluid.of('gtceu:redstone', 288))
|
||||
// .itemOutputs('ad_astra:desh_cable')
|
||||
// .duration(60)
|
||||
// .EUt(480)
|
||||
|
||||
//#endregion
|
||||
|
||||
|
|
|
|||
|
|
@ -44,8 +44,10 @@ global.AD_ASTRA_DISABLED_ITEMS =
|
|||
'ad_astra:steel_plate',
|
||||
'ad_astra:steel_rod',
|
||||
'ad_astra:ti_69',
|
||||
'ad_astra:steel_cable',
|
||||
'ad_astra:desh_cable',
|
||||
|
||||
// Don't integrate these, several systems rely on all ore blocks being gregtech's generated ones
|
||||
// Don't tag prefix these, several systems rely on all ore blocks being gregtech's generated ones
|
||||
'ad_astra:moon_ice_shard_ore',
|
||||
'ad_astra:deepslate_ice_shard_ore',
|
||||
'ad_astra:mars_ice_shard_ore',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue