Difference between revisions of "Lava"

From ComputerCraft Wiki
Jump to: navigation, search
(Created page with "{{Stub}} '''Lava''' is a fuel source in Computercraft. A turtle can consume a bucket of lava for 1,000 fuel units, and it will leave an empty bucket after doing so. Wh...")
 
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
{{Stub}}
 
{{Stub}}
'''Lava''' is a [[fuel]] source in Computercraft. A [[turtle]] can consume a bucket of lava for 1,000 fuel units, and it will leave an empty bucket after doing so. 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 any lava 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.
+
'''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 ==
 
== See also ==
Line 7: Line 7:
  
 
== External links ==
 
== External links ==
* [http://minecraft.gamepedia.com/Lava Lava at minecraftwiki]
+
* [https://minecraft.wiki/w/Lava Lava at minecraftwiki]
 +
 
 +
[[Category:Vanilla_Minecraft]]

Latest revision as of 08:57, 25 September 2023

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