init
This commit is contained in:
6
machines/machine-1.lua
Normal file
6
machines/machine-1.lua
Normal file
@@ -0,0 +1,6 @@
|
||||
if (storage.NotFull) then
|
||||
mine(world.FindOre("Coal"))
|
||||
else
|
||||
drive(base.Location())
|
||||
deposit(storage, base)
|
||||
end
|
||||
Reference in New Issue
Block a user