Automatic Lawnmower (#311)

* Create lawnmower.lua

* Update _file_loader.lua

* Delete modules/commands/lawnmower.lua

* Update lawnmower.lua

* Create lawnmower.lua

* Update lawnmower.lua

* Update _file_loader.lua

* Update lawnmower.lua
This commit is contained in:
2024-09-02 06:01:44 +09:00
committed by GitHub
parent d6a8614334
commit e8f2c53fca
3 changed files with 35 additions and 3 deletions

6
config/lawnmower.lua Normal file
View File

@@ -0,0 +1,6 @@
--- Settings for lawnmower
-- @config lawnmower
return {
destroy_decoratives = false
}