mirror of
https://github.com/kepler155c/opus
synced 2025-10-13 23:07:41 +00:00
welcome screen
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user