Lava

From ComputerCraft Wiki
Revision as of 19:42, 19 August 2015 by Turkey (Talk | contribs)

Jump to: navigation, search
This page is a stub.
Please help us by expanding it.

Lava is a fuel source in Computercraft. A turtle can consume a bucket of lava for 1,000 fuel units (using the turtle.refuel command when a bucket is in the currently selected slot). This will leave an empty bucket in the selected slot after the lava is consumed. When a turtle uses turtle.place and has a bucket of lava in the currently selected slot, it will place the lava in front of it. When a turtle uses turtle.place and has an empty bucket in the currently selected slot, it can collect a lava source block in front of it and put the lava in the bucket. This allows turtles to easily refuel on the move when working deep underground or in the nether. Lava does not harm turtles.

See also

External links