Jump to content
  • Sky
  • Blueberry
  • Slate
  • Blackcurrant
  • Watermelon
  • Strawberry
  • Orange
  • Banana
  • Apple
  • Emerald
  • Chocolate
  • Charcoal
Sangar

OpenComputers v1.5.0

Recommended Posts

Mostly bugfixes since the beta. Changelog copied for convenience, because you really should read it. Really.

READ THE CHANGE LOG!

As always, remember to make a backup of your world before updating.

Download on Curse.

This update contains some major changes, so be sure to read the change log. Also, due to these changes, this version may have some neat new bugs hidden in it, in particular in the way robots' and drones' inventories work and how they interact with the world.

  • Added: eeprom.getData/setData for storing a 256-sized byte array.
  • Changed: Microcontrollers are now fully sided, i.e. they do not pass power, network messages or component access anymore. They can select to which sides they send network messages, however, allowing use as advanced switches.
  • Changed: Internet card now uses userdata for opened connections. The internet library didn't change and remains backwards compatible. However, if you used the internet component directly, you'll need to adjust your code.
  • Changed: Drones can now place blocks and break blocks that can be harvested by hand.
  • Changed: Robot movement restrictions added. They have a limited flight height when in mid-air now (default is eight for now, may add upgrades to boost it). Their movement logic after a good amount of discussion can be summarized as such:
    • Robots may only move if the start or target position is valid.
    • The position below a robot is always valid (if it isn't solid).
    • Positions up to flightHeight above a solid block are valid.
    • Any position that has an adjacent block with a solid face towards the position is valid.
  • Changed: Methods inserting into robot/drone inventories (*.suck()) will now prefer inserting into the selected slot over merging into an existing stack.
  • Removed: computer.getBootAddress/setBootAddress, this is replaced by eeprom.getData/setData. The new Lua BIOS will provide a temporary fallback that uses the EEPROM's new methods. IMPORTANT: you will need to recraft your Lua BIOSes, the old ones will error.

IMPORTANT ADDITIONAL NOTES

  • This version should be world-compatible with 1.4, i.e. blocks and items should be safe.
  • Computers will stop due to computer save-state incompatibility. You will also need to re-craft your Lua BIOSes due to a low-level Lua API change (the one that causes the save-state incompatibility).
  • There were some changes to the Java API. I don't think many mods use the parts that changed, but you may encounter issues with those until they also update.

The version for MC 1.8 should be considered beta, please report any issues with it over on Github!

Click here to view the article

Link to post
Share on other sites
Guest
This topic is now closed to further replies.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.