diff --git a/tunnels-miner.lua b/tunnels-miner.lua index 3c8a678..ba0bfbc 100644 --- a/tunnels-miner.lua +++ b/tunnels-miner.lua @@ -6,7 +6,7 @@ local TIME_TO_START = 3 local IDLE_TIME_BETWEEN_TUNNELS = 1 local SPACE_BETWEEN_TUNNELS = 3 -local VERSION = "1.0.1" +local VERSION = "1.0.2" local MOVES_BY_DIRECTION = { right = { @@ -128,6 +128,8 @@ end local function main(config) assertValidConfig(config) + + turtleUtils.refuelAllFromInventory() printFuelReport(config) assertEnoughFuelForTunnel(config)