Difference between revisions of "Pointing"

From Minetest Wiki
Jump to navigation Jump to search
(More info)
m (even more info)
Line 1: Line 1:
'''Pointing''' means to look at something with the crosshair (which is in the center of your screen) on it while being close enough to it (in [[Games/Minetest Game|Minetest Game]]: less than 4 blocks away outside of [[creative mode]], 10 blocks in [[creative mode]]). Pointing things is neccessary for tasks like [[mining]], [[building]], [[using]] …
+
'''Pointing''' means to look at something with the crosshair (which is in the center of your screen) on it while being close enough to it. When something is pointed, it is highlighted, either by a wireframe or by some sort of “halo”. Pointing things is neccessary for tasks like [[mining]], [[building]], [[using]] …
 +
 
 +
The default distance for pointing is less than 4 blocks away. In [[Games/Minetest Game]], this distance increases to 10 when using [[creative mode]]. It is possible for items to have their own pointing range.
  
 
Most [[blocks]] can be pointed at, but not all. [[Liquids]] are usually not be pointed at, but there are special items (called “liquid pointers”) which are capable of pointing to liquids. One example are [[Bucket|buckets]]. A few blocks like [[Air]] can never be pointed. Also, [[items]] on the ground can be pointed (in order to collect them).
 
Most [[blocks]] can be pointed at, but not all. [[Liquids]] are usually not be pointed at, but there are special items (called “liquid pointers”) which are capable of pointing to liquids. One example are [[Bucket|buckets]]. A few blocks like [[Air]] can never be pointed. Also, [[items]] on the ground can be pointed (in order to collect them).

Revision as of 01:07, 5 August 2016

Pointing means to look at something with the crosshair (which is in the center of your screen) on it while being close enough to it. When something is pointed, it is highlighted, either by a wireframe or by some sort of “halo”. Pointing things is neccessary for tasks like mining, building, using

The default distance for pointing is less than 4 blocks away. In Games/Minetest Game, this distance increases to 10 when using creative mode. It is possible for items to have their own pointing range.

Most blocks can be pointed at, but not all. Liquids are usually not be pointed at, but there are special items (called “liquid pointers”) which are capable of pointing to liquids. One example are buckets. A few blocks like Air can never be pointed. Also, items on the ground can be pointed (in order to collect them).

It is only possible to point at one thing at a time.

By default, a thin black rectangular wireframe will be shown around the block or entity which you currently point. The colour and thickness of the selection box can be changed in the advanced settings / minetest.conf; edit selectionbox_color and selectionbox_width.