Merge branch 'master-MC1.7.10' of github.com:MightyPirates/OpenComputers into master-MC1.8.9

This commit is contained in:
Florian Nücke 2016-06-06 20:20:21 +02:00
commit ea845ac8dc
2 changed files with 2 additions and 1 deletions

View File

@ -27,6 +27,7 @@ Nanomachines react to a simple, proprietary protocol: each packet must consist o
- `getInput(index:number)` - Request the current state of the input with the specified index. - `getInput(index:number)` - Request the current state of the input with the specified index.
- `setInput(index:number, value:boolean)` - Set the state of the input with the specified index to the specified value. - `setInput(index:number, value:boolean)` - Set the state of the input with the specified index to the specified value.
- `getActiveEffects()` - Request a list of active effects. Note that some effects may not show up in this list. - `getActiveEffects()` - Request a list of active effects. Note that some effects may not show up in this list.
- `saveConfiguration()` - Requires a set of nanomachines in the players inventory, will store the current configuration to it.
For example, in OpenOS: For example, in OpenOS:
- `component.modem.broadcast(1, "nanomachines", "setInput", 1, true)` will enable the first input. - `component.modem.broadcast(1, "nanomachines", "setInput", 1, true)` will enable the first input.

View File

@ -23,6 +23,6 @@ You can get a list of all attached components using the `components` program.
If you encounter out of memory errors, throw more RAM at your computer. If you encounter out of memory errors, throw more RAM at your computer.
Have you tried turning it off and on again? Have you tried turning it off and on again?
To disable this greeting, install OpenOS to a writeable medium and delete `/etc/motd`. To disable this greeting, install OpenOS to a writeable medium and delete `/etc/motd`.
Did you know OpenComputers has a forum? No? Well, it's at http://oc.cil.li/. Did you know OpenComputers has a forum? No? Well, it's at https://oc.cil.li/.
Please report bugs on the Github issue tracker, thank you! Please report bugs on the Github issue tracker, thank you!
Beware of cycles when building networks, or you may get duplicate messages! Beware of cycles when building networks, or you may get duplicate messages!