Skip to main content

Smeltery Recipes

MangoJellyPuddingOriginalMarch 29, 2025About 2 min

Alloy

tconstruct.alloy

/**
 * @param temperature defaults to `100.0`
*/
alloy(result: Internal.OutputFluid_, inputs: Internal.InputFluid_[]):Special.Recipes.AlloyTconstruct
alloy(result: Internal.OutputFluid_, inputs: Internal.InputFluid_[], temperature?: number):Special.Recipes.AlloyTconstruct

Casting

Item Casting

tconstruct.casting_table

/**
 * @param cast_consumed defaults to `false`
 * @param cooling_time defaults to `1.0`
 * @param switch_slots defaults to `false`
*/
casting_table(result: OutputItem_, fluid: Internal.InputFluid_, cast: InputItem_):Special.Recipes.CastingTableTconstruct
casting_table(result: OutputItem_, fluid: Internal.InputFluid_, cast: InputItem_, cast_consumed?: boolean):Special.Recipes.CastingTableTconstruct
casting_table(result: OutputItem_, fluid: Internal.InputFluid_, cast: InputItem_, cast_consumed?: boolean, cooling_time?: number):Special.Recipes.CastingTableTconstruct
casting_table(result: OutputItem_, fluid: Internal.InputFluid_, cast: InputItem_, cast_consumed?: boolean, cooling_time?: number, switch_slots?: boolean):Special.Recipes.CastingTableTconstruct

tconstruct.casting_basin

/**
 * @param cast_consumed defaults to `false`
 * @param cooling_time defaults to `1.0`
 * @param switch_slots defaults to `false`
*/
casting_basin(result: OutputItem_, fluid: Internal.InputFluid_, cast: InputItem_):Special.Recipes.CastingTableTconstruct
casting_basin(result: OutputItem_, fluid: Internal.InputFluid_, cast: InputItem_, cast_consumed?: boolean):Special.Recipes.CastingTableTconstruct
casting_basin(result: OutputItem_, fluid: Internal.InputFluid_, cast: InputItem_, cast_consumed?: boolean, cooling_time?: number):Special.Recipes.CastingTableTconstruct
casting_basin(result: OutputItem_, fluid: Internal.InputFluid_, cast: InputItem_, cast_consumed?: boolean, cooling_time?: number, switch_slots?: boolean):Special.Recipes.CastingTableTconstruct

Cast Duplication

tconstruct.table_duplication

/**
 * @param cooling_time defaults to `1.0`
*/
table_duplication(cast: InputItem_, fluid: Internal.InputFluid_):Special.Recipes.BasinDuplicationTconstruct
table_duplication(cast: InputItem_, fluid: Internal.InputFluid_, cooling_time?: number):Special.Recipes.BasinDuplicationTconstruct

tconstruct.basin_duplication

/**
 * @param cooling_time defaults to `1.0`
*/
basin_duplication(cast: InputItem_, fluid: Internal.InputFluid_):Special.Recipes.BasinDuplicationTconstruct
basin_duplication(cast: InputItem_, fluid: Internal.InputFluid_, cooling_time?: number):Special.Recipes.BasinDuplicationTconstruct

Potion Casting

tconstruct.casting_table_potion

/**
 * @param cooling_time defaults to `1.0`
*/
casting_table_potion(result: OutputItem_, bottle: InputItem_, fluid: Internal.InputFluid_):Special.Recipes.CastingTablePotionTconstruct
casting_table_potion(result: OutputItem_, bottle: InputItem_, fluid: Internal.InputFluid_, cooling_time?: number):Special.Recipes.CastingTablePotionTconstruct

tconstruct.casting_basin_potion

/**
 * @param cooling_time defaults to `1.0`
*/
casting_basin_potion(result: OutputItem_, bottle: InputItem_, fluid: Internal.InputFluid_):Special.Recipes.CastingBasinPotionTconstruct
casting_basin_potion(result: OutputItem_, bottle: InputItem_, fluid: Internal.InputFluid_, cooling_time?: number):Special.Recipes.CastingBasinPotionTconstruct

Container Filling

tconstruct.table_filling

/**
 * @param fluid_amount defaults to `100`
*/
table_filling(fluid_amount?: number, container: InputItem_):Special.Recipes.TableFillingTconstruct

tconstruct.basin_filling

/**
 * @param fluid_amount defaults to `100`
*/
basin_filling(fluid_amount?: number, container: InputItem_):Special.Recipes.BasinFillingTconstruct

Entity Melting

WIP

This entry does not currently exist in the mod and may be added in the future. The content is for reference only.

tconstruct.entity_melting

Fuel

tconstruct.melting_fuel

/**
 * @param duration defaults to `100`
 * @param temperature defaults to `100.0`
*/
melting_fuel(duration?: number, fluid: Internal.InputFluid_):Special.Recipes.MeltingFuelTconstruct
melting_fuel(duration?: number, fluid: Internal.InputFluid_, temperature?: number):Special.Recipes.MeltingFuelTconstruct

Melting

Item Melting

tconstruct.melting

/**
 * @param temperature defaults to `100.0`
 * @param time defaults to `100.0`
*/
melting(result: Internal.OutputFluid_, ingredient: InputItem_):Special.Recipes.MeltingTconstruct
melting(result: Internal.OutputFluid_, ingredient: InputItem_, temperature?: number):Special.Recipes.MeltingTconstruct
melting(result: Internal.OutputFluid_, ingredient: InputItem_, temperature?: number, time?: number):Special.Recipes.MeltingTconstruct

Item Melting - Based on Durability

WIP

This entry does not currently exist in the mod and may be added in the future. The content is for reference only.

tconstruct.melting_durability

Ore Melting

WIP

This entry does not currently exist in the mod and may be added in the future. The content is for reference only.

tconstruct.ore_melting

Molding

tconstruct.molding_table

molding_table(result: OutputItem_, pattern: InputItem_, material: InputItem_):Special.Recipes.MoldingTableTconstruct

tconstruct.molding_basin

WIP

This entry does not currently exist in the mod and may be added in the future. The content is for reference only.

molding_basin(result: OutputItem_, pattern: InputItem_, material: InputItem_):Special.Recipes.MoldingTableTconstruct