mirror of
https://github.com/minetest-mods/technic.git
synced 2024-11-12 13:30:45 +01:00
dd65a68ce9
The centrifuge, currently only existing in an MV variety, is a machine that separates a mixed substance into its constituents. Currently the main use is to reverse alloying of metals. The alloy separation recipes intentionally only operate on the dust form of metals, making this less convenient than the original alloying. It also only recovers metal constituents, not the carbon that went into cast iron or carbon steel. This change incidentally generalises the technic recipe and machine infrastructure to handle recipes with multiple outputs. As unified_inventory's craft guide can't yet handle that, these recipes are not registered there. |
||
---|---|---|
.. | ||
alloy_furnace.lua | ||
alloy_recipes.lua | ||
battery_box.lua | ||
cables.lua | ||
centrifuge_recipes.lua | ||
centrifuge.lua | ||
common.lua | ||
compressor_recipes.lua | ||
compressor.lua | ||
electric_furnace.lua | ||
extractor_recipes.lua | ||
extractor.lua | ||
generator.lua | ||
grinder_recipes.lua | ||
grinder.lua | ||
init.lua | ||
machine_base.lua | ||
recipes.lua | ||
solar_array.lua |