498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
|
{'basic_materials:copper_wire','basic_materials:steel_bar','basic_materials:copper_wire'};
}, 1, {
{'basic_materials:copper_wire', 'basic_materials:empty_spool'};
{'basic_materials:copper_wire', 'basic_materials:empty_spool'};
})
regtech('catalytic_convector', 'Catalytic Convector', {metal = 1}, {
{'basic_materials:heating_element','default:gold_ingot','basic_materials:heating_element'};
{'default:mese_crystal','default:mese_crystal','default:mese_crystal'};
{'sorcery:tungsten_ingot','sorcery:oil_flame','sorcery:tungsten_ingot'};
}, 1, {
{'sorcery:oil_flame',sorcery.register.residue.db['sorcery:oil_flame']};
})
regcore('syncretic', 'Syncresis')
regcore('mandatic', 'Mandatic')
-- regcore('praxic', 'Praxis')
regcore('counterpraxic', 'Counterpraxis')
|
|
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
|
{'basic_materials:copper_wire','basic_materials:steel_bar','basic_materials:copper_wire'};
}, 1, {
{'basic_materials:copper_wire', 'basic_materials:empty_spool'};
{'basic_materials:copper_wire', 'basic_materials:empty_spool'};
})
regtech('catalytic_convector', 'Catalytic Convector', {metal = 1}, {
{'basic_materials:heating_element', 'default:gold_ingot', 'basic_materials:heating_element'};
{'default:mese_crystal','default:mese_crystal','default:mese_crystal'};
{'sorcery:tungsten_ingot','sorcery:oil_flame','sorcery:tungsten_ingot'};
}, 1, {
{'sorcery:oil_flame',sorcery.register.residue.db['sorcery:oil_flame']};
})
regtech('herb_crusher', 'Herb Crusher', nil, {
{'group:sorcery_screw',ingot'copper','group:sorcery_screw'};
{'group:wood','basic_materials:steel_bar','group:wood'};
{'group:wood','xpanes:chainlink_flat','group:wood'};
}, 1)
regcore('syncretic', 'Syncresis')
regcore('mandatic', 'Mandatic')
-- regcore('praxic', 'Praxis')
regcore('counterpraxic', 'Counterpraxis')
|