5 Commits

Author SHA1 Message Date
Michal Cieslakiewicz
a80a431ba5 minerchest: add Pipeworks tube support.
Minerchest now accepts items transported via Pipeworks pneumatic tubes.

Signed-off-by: Michal Cieslakiewicz <michal.cieslakiewicz@wp.pl>
2019-09-09 16:35:46 +02:00
Michal Cieslakiewicz
40ee72f8be minerchest: log when combination recipe is invalid.
Minerchest accepts via API only combination recipes that are simple
(one-type crafting) and reversible. If this condition cannot be
fulfilled, be verbose and log a warning.

Signed-off-by: Michal Cieslakiewicz <michal.cieslakiewicz@wp.pl>
2019-08-20 10:01:05 +02:00
Michal Cieslakiewicz
7de826b1a2 minerchest: enable technic metals combination.
Non-radioactive metals from technic mod added: iron alloys,
zinc, lead and chromium.

Signed-off-by: Michal Cieslakiewicz <michal.cieslakiewicz@wp.pl>
2019-08-19 17:44:55 +02:00
Michal Cieslakiewicz
f0441c76dc minerchest: change tubelib dependency to optional.
Miner Chest can now be deployed even without TechPack enabled.
In this case it does not support I/O tube transport, acts as
a standalone chest but retain all processing functionality
(item stacking and reordering, visual status etc).

Signed-off-by: Michal Cieslakiewicz <michal.cieslakiewicz@wp.pl>
2019-08-19 13:19:15 +02:00
Michal Cieslakiewicz
3a2e07f620 Minerchest mod added to modpack.
New mod is added in this commit and it contains one element:
minerchest. The idea behind this self-organizing storage node
is to eliminate burden of manual combination of ingots and other
items mined and produced in large quantities. Putting such items
in this chest will automatically compact them into blocks.

Version changed to 2.8.

Signed-off-by: Michal Cieslakiewicz <michal.cieslakiewicz@wp.pl>
2019-05-24 21:45:57 +02:00