add back c&a accumulator
This commit is contained in:
@@ -78,4 +78,24 @@ const registerCreateAdditionsRecipes = (event) => {
|
||||
|
||||
event.shapeless('createaddition:diamond_grit_sandpaper', ['minecraft:paper', 'tfc:glue', '#forge:dusts/diamond'])
|
||||
.id('tfg:shapeless/diamond_grit_sand_paper')
|
||||
|
||||
|
||||
event.recipes.gtceu.shaped('createaddition:portable_energy_interface', [
|
||||
'ABC',
|
||||
'DEC',
|
||||
'ADC'
|
||||
], {
|
||||
A: '#forge:plates/brass',
|
||||
B: 'create:chute',
|
||||
C: 'gtceu:copper_octal_wire',
|
||||
D: 'gtceu:copper_single_cable',
|
||||
E: 'create:brass_casing'
|
||||
}).addMaterialInfo().id('tfg:create_additions/shaped/portable_energy_interface')
|
||||
|
||||
event.recipes.gtceu.assembler('create_additions/battery')
|
||||
.itemInputs('gtceu:bronze_frame', '4x #forge:plates/brass', '8x #forge:screws/bronze', '#gtceu:batteries/hv')
|
||||
.itemOutputs('createaddition:modular_accumulator')
|
||||
.duration(400)
|
||||
.EUt(30)
|
||||
.addMaterialInfo(true)
|
||||
}
|
||||
|
||||
@@ -35,7 +35,5 @@ global.CREATE_ADDITIONS_DISABLED_ITEMS = [
|
||||
'createaddition:festive_spool',
|
||||
'createaddition:small_light_connector',
|
||||
'createaddition:electrum_block',
|
||||
'createaddition:portable_energy_interface',
|
||||
'createaddition:straw',
|
||||
'createaddition:modular_accumulator'
|
||||
'createaddition:straw'
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user