feat(farming): created exampled database
This commit is contained in:
8
automate_farming/farming_db.lua
Normal file
8
automate_farming/farming_db.lua
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
return {
|
||||||
|
["Wheat Farming 01"] = {
|
||||||
|
field = {
|
||||||
|
vector.new(0.1, 0.1, 0.1), vector.new(0.2, 0.2, 0.2)
|
||||||
|
},
|
||||||
|
refuel_station = vector.new(0, 0, 0)
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user