(Fluid) interfaces now expose entire storage again + add subnetting.

This commit is contained in:
raoulvdberge
2018-07-27 19:47:32 +02:00
parent c38bb10553
commit e1fcee90a7
28 changed files with 481 additions and 96 deletions

View File

@@ -5,6 +5,10 @@
- Added Crafting Upgrade support for fluids on the Exporter, Constructor and Fluid Interface (raoulvdberge)
- Added support for JEI ghost slot dragging (raoulvdberge)
- Added config option to hide covers in the creative mode tabs and JEI (raoulvdberge)
- Added the ability to connect the External Storage to (Fluid) Interfaces of other networks, allowing subnetting (raoulvdberge)
- The External Storage no longer lets a network connection through through its front face, to allow for subnetting (raoulvdberge)
- An empty Interface now exposes the entire item storage again (raoulvdberge)
- An empty Fluid Interface now exposes the entire fluid storage (raoulvdberge)
- Removed "emit signal when item is being autocrafted" option in the Detector (raoulvdberge)
- The Crafting Card no longer schedules requests when there are items or fluids missing (raoulvdberge)
- You can now keep fluids in stock by attaching a External Storage in fluid mode to a Fluid Interface with a Crafting Upgrade (raoulvdberge)