Skip to content

Patch 1.4.4

Compare
Choose a tag to compare
@fnuecke fnuecke released this 11 Jan 15:46
· 138 commits to OC1.4-MC1.7.10 since this release
  • Added: Creative Drone and Microcontroller cases.
  • Added: Preconfigured Robot, Microcontroller and Drone to creative tab (Microcontroller and Drone still need a programmed EEPROM to be useful).
  • Added: EEPROM cloning recipe (EEPROM + EEPROM -> 2x EEPROM with same data). If one is empty, the one with data is preferred. If both have data, the first one gets copied onto the second.
  • Added: Waila options for toggling energy, address and component name.
  • Added: eeprom.getSize, eeprom.getChecksum and eeprom.makeReadonly(checksum).
  • Added: file:read("*n") implementation (thanks Soni).
  • Changed: Coloring tooltips of devices according to their tier now.
  • Fixed: robot.drain and robot.fill not always returning the amount transferred.
  • Fixed: EEPROM being network visible.
  • Fixed: EEPROM component proxy being fetched too early in flash.lua.
  • Fixed: Inventory slot offset for tank controller upgrade.
  • Fixed: NEI item hiding derp.
  • Fixed: NPE in AE2 controller driver usage screen when AE2 channels are disabled.