mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2025-04-06 02:37:16 +00:00
Fix turtle.refuel example (#1510)
This commit is contained in:
parent
0b2bb5e7b5
commit
943a9406b1
@ -555,7 +555,7 @@ public class TurtleAPI implements ILuaAPI {
|
||||
* @cc.usage Refuel a turtle from the currently selected slot.
|
||||
* <pre>{@code
|
||||
* local level = turtle.getFuelLevel()
|
||||
* if new_level == "unlimited" then error("Turtle does not need fuel", 0) end
|
||||
* if level == "unlimited" then error("Turtle does not need fuel", 0) end
|
||||
*
|
||||
* local ok, err = turtle.refuel()
|
||||
* if ok then
|
||||
|
Loading…
x
Reference in New Issue
Block a user