Patch 1.2.2
- Added two blocks, the Hologram Projector and the Access Point.
- Added support for Forge Multipart and Immibis' Microblocks (support, not dependencies).
- Added IRC client as an example program for TCP sockets.
- Added refuel program when generator upgrade is installed (thanks Vexatos).
- Added update check (can be disabled in config).
- Made files opened in write mode seekable where possible, to better mimic standard Lua's I/O.
- Computer cases and server racks now also accept power directly (i.e. for simple builds the Power Converter is no longer required).
- Reworked Switches (previously Routers) so that messages will always give the actual sender's address instead of the address of the last Switch they passed through.
- Switches will only forward one packet every five ticks now, and have a limited queue of size twenty. Latency and network congestion, check.
- Fixed LuaJ fallback.
- Fixed iron nugget recipe registration and added reverse recipe.
- Fixed some issues in
term.write. - Fixed issue with Tinker Construct tools usage in robots.
- Fixed file handles not being properly closed in unbuffered mode.
- Fixed and improved a bunch of other things.
Important: due to some internal clean-up, you must reboot your robots after this update!
There has been a hotfix to build 232/67 which fixes the following:
- Fixes the class transformer to actually be used again (damn you gradle!)
- Fixes OC <-> CC networking.
- Fixes a hologram projector related crash.