1
0
mirror of https://github.com/kepler155c/opus synced 2025-10-13 23:07:41 +00:00

welcome screen

This commit is contained in:
kepler155c@gmail.com
2019-01-19 22:05:05 -05:00
parent 5a758f0292
commit db832025c9
6 changed files with 151 additions and 9 deletions

View File

@@ -218,7 +218,6 @@ function turtle.setAttackPolicy(policy) state.attackPolicy = policy end
-- [[ Place ]] --
local function _place(action, indexOrId)
local slot
if indexOrId then
@@ -356,7 +355,7 @@ end
if type(turtle.getFuelLevel()) ~= 'number' then
-- Support unlimited fuel
function turtle.getFuelLevel()
return 10000000
return 100000
end
end