add autoeat
This commit is contained in:
parent
bddf4c8e9b
commit
f8bdfa2bb5
1 changed files with 3 additions and 2 deletions
|
|
@ -88,8 +88,9 @@ package.path = package.path .. ";/storage-solution/?.lua"
|
||||||
local ra = require("storage-solution/tiny_ra_library")
|
local ra = require("storage-solution/tiny_ra_library")
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### Example program #1 (Auto Eat):
|
||||||
Example program (takes sand out of your inventory while you're farming sand):
|
You can get this application at [https://p.reconnected.cc/woSsaCFGg](https://p.reconnected.cc/woSsaCFGg)
|
||||||
|
### Example program #2 (takes sand out of your inventory while you're farming sand):
|
||||||
```lua
|
```lua
|
||||||
package.path = package.path .. ";/storage-solution/?.lua"
|
package.path = package.path .. ";/storage-solution/?.lua"
|
||||||
local ra = require("storage-solution/tiny_ra_library")
|
local ra = require("storage-solution/tiny_ra_library")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue