Difference between revisions of "Pointing"

From Minetest Wiki
Jump to navigation Jump to search
(category link)
 
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. 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]] …
 
'''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|Minetest]], this distance increases to 10 when using [[creative mode]]. It is possible for items to have their own pointing range.
+
The default distance for pointing is less than 4 blocks away. In [[Games/Minetest Game|Minetest Game]], this distance increases to 10 when using [[creative mode]]. It is possible for items and held nodes to have their own pointing range.
  
 
Most [[blocks]] can be pointed at, but not all. [[Liquid|Liquids]] are usually not be pointed at, but there are [[:Category:Liquid pointers|special items]] which are capable of pointing to liquids. Examples are [[Bucket|buckets]] and [[Boat|boats]]. 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. [[Liquid|Liquids]] are usually not be pointed at, but there are [[:Category:Liquid pointers|special items]] which are capable of pointing to liquids. Examples are [[Bucket|buckets]] and [[Boat|boats]]. A few blocks like [[Air]] can never be pointed. Also, [[items]] on the ground can be pointed (in order to collect them).
Line 7: Line 7:
 
It is only possible to point at one thing at a time.
 
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 <code>selectionbox_color</code> and <code>selectionbox_width</code>.
+
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 with <code>selectionbox_color</code> and <code>selectionbox_width</code>. It is also possible to change it from an outline to a highlight which tints the pointed node with a configurable colour.
  
  
 
[[Category:Gameplay]]
 
[[Category:Gameplay]]

Latest revision as of 15:19, 16 January 2023

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 Minetest Game, this distance increases to 10 when using creative mode. It is possible for items and held nodes 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 which are capable of pointing to liquids. Examples are buckets and boats. 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 with selectionbox_color and selectionbox_width. It is also possible to change it from an outline to a highlight which tints the pointed node with a configurable colour.