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