feat(farming): created exampled database

This commit is contained in:
2025-05-13 21:57:33 +02:00
parent f53d5decf8
commit 650aad0713

View 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)
}
}