mirror of
https://github.com/MightyPirates/OpenComputers.git
synced 2025-09-08 14:50:51 -04:00
Typo fix
parent
c46fc5f5bb
commit
c0a3927145
@ -11,7 +11,7 @@ _"selected slot does not contain fuel"_ if the selected slot has no item which c
|
||||
_"different fuel type already queued"_ if there is already another type of item in the generator
|
||||
_"queue is full"_ if there already are 64 items of that type in the generator
|
||||
- `remove([count: number]): boolean`
|
||||
Removes up to the specified number of fuel items from the generator and places them into the currently selected slot or the first free slot after it. Returns `true` if at least on item was removed from the generator's inventory, `false` otherwise.
|
||||
Removes up to the specified number of fuel items from the generator and places them into the currently selected slot or the first free slot after it. Returns `true` if at least one item was removed from the generator's inventory, `false` otherwise.
|
||||
|
||||
Example use:
|
||||
```lua
|
||||
|
Loading…
x
Reference in New Issue
Block a user