diff options
author | Zefram <zefram@fysh.org> | 2014-07-15 18:29:36 +0100 |
---|---|---|
committer | Zefram <zefram@fysh.org> | 2014-07-26 18:01:05 +0100 |
commit | dd65a68ce9f494717faffc98c45814f9a9d67fa4 (patch) | |
tree | 3989f84e43cf30ddb0304bc864923d301d462b30 /technic/textures | |
parent | 84cf6504c5068b8debd21dcb67246e45cfea700f (diff) |
Add centrifuge
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.
Diffstat (limited to 'technic/textures')
-rw-r--r-- | technic/textures/technic_mv_centrifuge_bottom.png | bin | 0 -> 674 bytes |
-rw-r--r-- | technic/textures/technic_mv_centrifuge_front.png | bin | 0 -> 686 bytes |
-rw-r--r-- | technic/textures/technic_mv_centrifuge_front_active.png | bin | 0 -> 686 bytes |
-rw-r--r-- | technic/textures/technic_mv_centrifuge_side.png | bin | 0 -> 636 bytes |
-rw-r--r-- | technic/textures/technic_mv_centrifuge_top.png | bin | 0 -> 814 bytes |
5 files changed, 0 insertions, 0 deletions
diff --git a/technic/textures/technic_mv_centrifuge_bottom.png b/technic/textures/technic_mv_centrifuge_bottom.png Binary files differnew file mode 100644 index 0000000..6dcd40f --- /dev/null +++ b/technic/textures/technic_mv_centrifuge_bottom.png diff --git a/technic/textures/technic_mv_centrifuge_front.png b/technic/textures/technic_mv_centrifuge_front.png Binary files differnew file mode 100644 index 0000000..e278a33 --- /dev/null +++ b/technic/textures/technic_mv_centrifuge_front.png diff --git a/technic/textures/technic_mv_centrifuge_front_active.png b/technic/textures/technic_mv_centrifuge_front_active.png Binary files differnew file mode 100644 index 0000000..4cef912 --- /dev/null +++ b/technic/textures/technic_mv_centrifuge_front_active.png diff --git a/technic/textures/technic_mv_centrifuge_side.png b/technic/textures/technic_mv_centrifuge_side.png Binary files differnew file mode 100644 index 0000000..eeef44a --- /dev/null +++ b/technic/textures/technic_mv_centrifuge_side.png diff --git a/technic/textures/technic_mv_centrifuge_top.png b/technic/textures/technic_mv_centrifuge_top.png Binary files differnew file mode 100644 index 0000000..813bbf8 --- /dev/null +++ b/technic/textures/technic_mv_centrifuge_top.png |