add autoeat

This commit is contained in:
Soph :3 2026-01-31 23:46:30 +02:00
parent bddf4c8e9b
commit f8bdfa2bb5

View file

@ -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")