mirror of
https://github.com/MightyPirates/OpenComputers.git
synced 2025-09-17 11:15:12 -04:00
Merge branch 'master-MC1.7.10' of github.com:MightyPirates/OpenComputers into master-MC1.8.9
This commit is contained in:
commit
ea845ac8dc
@ -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.
|
||||
- `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.
|
||||
- `saveConfiguration()` - Requires a set of nanomachines in the players inventory, will store the current configuration to it.
|
||||
|
||||
For example, in OpenOS:
|
||||
- `component.modem.broadcast(1, "nanomachines", "setInput", 1, true)` will enable the first input.
|
||||
|
@ -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.
|
||||
Have you tried turning it off and on again?
|
||||
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!
|
||||
Beware of cycles when building networks, or you may get duplicate messages!
|
||||
|
Loading…
x
Reference in New Issue
Block a user