
This is an addon for the Terrafirmacraft mod, that aims to help pack developers extend the metallurgy progression of the mod. The mod adds the following items:
- A new set of 17 Glazed Vessels: These vessels can ONLY be used to store food items in order to preserve them
- An Inferior Crucible: This crucible can only smelt one liquid metal at a time. Once another liquid metal is added to its inventory, the result will be the TFC Unknown Metal. It also has a tag for declaring the allowed item inputs tfc:crucible_inferior_input.
- An Improved Crucible: It acts like the regular Vessel from TFC, except it doesn't have the food preserving function. It also has a tag for declaring the allowed item inputs tfc:crucible_improved_input.
- A Molybdochalkos Crucible: It's a Crucible with a configurable input and output. This crucible will be able to handle all the vanilla TFC Alloying recipes, but the output will always be replaced by the TFC Unknown Metal Fluid. A pack developer may add fluid ids to the tfc:crucible_molybdochalkos_output tag. The fluids added to it will successfully be processed by the crucible. It also has a tag for the input items tfc:crucible_molybdochalkos_input. The items added to it, will be allowed in the crucible's inventory.
All the crucibles run on the regular TFC heating and/or alloying recipes. They're just able to filter what recipes they can do.
By default the mod doesn't have any recipes. They have to be handled by a modpack author.