feat(farming): started scripts

This commit is contained in:
2025-05-12 13:27:20 +02:00
parent bfe56d868e
commit f5dc17dbbf
5 changed files with 2 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
local databaseModem = peripheral.find("modem") or error("No modem attached", 0)
local databaseStorage = peripheral.find("drive") or error("No modem attached", 0)

View File