### Tinker's Construct #### Alloy (Alloying) ```js global.mrt.tconstruct.alloy(event, [[, Fluid.of(, ), ], ...], , ) ``` #### Casting (Table / Basin) ```js global.mrt.tconstruct.casting(event, , [, ], , , , , ) ``` #### Entity Melting ```js global.mrt.tconstruct.entity_melting(event, Fluid.of(, ), , , ) ``` #### Melting ```js global.mrt.tconstruct.melting(event, Fluid.of(, ), , , , ) ``` #### Molding (Table) ```js global.mrt.tconstruct.molding_table(event, , , , ) ``` #### Ore Melting ```js global.mrt.tconstruct.ore_melting(event, Fluid.of(, ), [Fluid.of(, ), ...], , , , ) ``` #### Part Builder ```js global.mrt.tconstruct.part_builder(event, , , , ) ``` #### Severing ```js global.mrt.tconstruct.severing(event, , , ) ``` #### Casting Table with Parts (like Part Builder) ```js global.mrt.tconstruct.table_casting_material(event, , , , ) ```