Difference between revisions of "Mining"

From Minetest Wiki
Jump to navigation Jump to search
(+privilege)
m (link to tool)
Line 1: Line 1:
'''Mining''' is one of the most basic activities in Minetest. Mining is the activity of removing a node with a tool.
+
'''Mining''' is one of the most basic activities in Minetest. Mining is the activity of removing a node with a mining [[tool]].
  
 
Mining requires the “interact” [[Privileges|privilege]] (which is a default privilege).
 
Mining requires the “interact” [[Privileges|privilege]] (which is a default privilege).
Line 5: Line 5:
 
Mining is done by pointing on the desired node and holding the attack button (<kbd>Left mouse button</kbd> by default). Most nodes drop something after being mined and the drop is immediately transferred into your player [[inventory]]. If there is no more free space, the node drops as item on the floor instead. Some nodes drop something different than themselves.
 
Mining is done by pointing on the desired node and holding the attack button (<kbd>Left mouse button</kbd> by default). Most nodes drop something after being mined and the drop is immediately transferred into your player [[inventory]]. If there is no more free space, the node drops as item on the floor instead. Some nodes drop something different than themselves.
  
Not everything can be mined with all tools. Some tools are better for certain materials. Also, Mining often takes some time to finish. The mining speed depends on your tool and the node you want to mine. Some tools are not able to mine certain nodes at all.
+
Not everything can be mined with all mining tools. Some tools are better for certain materials. Also, Mining often takes some time to finish. The mining speed depends on your tool and the node you want to mine.
  
 
== Mining speed ==
 
== Mining speed ==
<!-- This is a stub. Somebody please expand it. -->
+
<!-- This is a stub. Somebody: please expand it. -->
 
The mining speed is determined by [[groups]].
 
The mining speed is determined by [[groups]].
  

Revision as of 17:06, 20 October 2013

Mining is one of the most basic activities in Minetest. Mining is the activity of removing a node with a mining tool.

Mining requires the “interact” privilege (which is a default privilege).

Mining is done by pointing on the desired node and holding the attack button (Left mouse button by default). Most nodes drop something after being mined and the drop is immediately transferred into your player inventory. If there is no more free space, the node drops as item on the floor instead. Some nodes drop something different than themselves.

Not everything can be mined with all mining tools. Some tools are better for certain materials. Also, Mining often takes some time to finish. The mining speed depends on your tool and the node you want to mine.

Mining speed

The mining speed is determined by groups.

Mining in the vanilla Minetest game

You start with a hand which is itself able to mine a lot of nodes already, but at the worst speed. Axes are good to mine wooden nodes. Pickaxes are good to mine stone-like nodes. Shovels are very fast at mining dirt, sand, and gravel. Axes, pickaxes and shovels come in 6 variants: Wooden, stone, steel, bronze, mese and diamond. In this order, the tools become stronger and stronger and therefore mine faster.

Notable examples for nodes which don’t drop themselves exactly:

Mining in other games

Mining basicly works the same in all Minetest games. The tools and digging times are probably different, but the concept stays the same.