From f8bdfa2bb5ccf4030649bf981aad329e8bbfada0 Mon Sep 17 00:00:00 2001 From: fucksophie Date: Sat, 31 Jan 2026 23:46:30 +0200 Subject: [PATCH] add autoeat --- readme.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 63b4a72..da4b575 100644 --- a/readme.md +++ b/readme.md @@ -88,8 +88,9 @@ package.path = package.path .. ";/storage-solution/?.lua" local ra = require("storage-solution/tiny_ra_library") ``` - -Example program (takes sand out of your inventory while you're farming sand): +### Example program #1 (Auto Eat): +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 package.path = package.path .. ";/storage-solution/?.lua" local ra = require("storage-solution/tiny_ra_library")