Removed the Interdimensional Upgrade. Removed the FE/t cost per block in the Network Transmitter.

This commit is contained in:
raoulvdberge
2018-11-19 21:22:01 +01:00
parent a45f5d6c08
commit 60ada318d4
22 changed files with 13 additions and 101 deletions

View File

@@ -15,6 +15,8 @@
- Fixed another duplication bug with a disconnected Crafting Grid (raoulvdberge)
- Fixed oredict mode in autocrafting not working at all (raoulvdberge)
- Removed getMissingItems() and getMissingFluids() functions from the OpenComputers integration, that info is now accessible through schedule(Fluid)Task(). If you just want to check if there are missing items/fluids but don't want to start an actual task, use the "canSchedule" parameter (raoulvdberge)
- Removed the Interdimensional Upgrade, Network Transmitters are now cross dimensional by default (raoulvdberge)
- Removed the per block FE cost of the Network Transmitter, it draws a fixed amount of FE/t now (raoulvdberge)
- Updated Russian translation (kellixon)
- Added fluid functions for the fluid autocrafting to the OpenComputers integration (raoulvdberge)