Difference between revisions of "Building"

From Minetest Wiki
Jump to navigation Jump to search
m
(Explain the facedir+sneak trick)
Line 1: Line 1:
'''Building''' – also called '''placing''' – is the activity of placing blocks next to other blocks. It is one of the most basic things you can do in Minetest.
+
'''Building'''—also called '''placing'''—is the activity of placing blocks next to other blocks. It is one of the most basic things you can do in Minetest.
  
 
Building requires the “interact” [[Privileges|privilege]] (a default privilege).
 
Building requires the “interact” [[Privileges|privilege]] (a default privilege).
  
To build, one must wield something which can be built, [[Pointing|point]] to something which can be built to and press the use key (<kbd>Right mouse button</kbd> by default). Most [[blocks]] can be built. Building is, unlike [[mining]], always instantly done.
+
To build, one must wield something which can be built, [[Pointing|point]] to something which can be built to and press the build key (<kbd>Right mouse button</kbd> by default). Most [[blocks]] can be built. Building is, unlike [[mining]], always instantly done. On blocks which react on a right-click (e.g. [[Chest]], [[Furnace]], [[Sign]], etc.), you have to press [[Sneaking|Sneak]]+<kbd>Right-click</kbd> instead.
  
By building a [[slab]] onto another slab of the same material, a full block of the same material is created.
+
== Rotatable blocks ==
 +
Blocks with the ability to rotate freely (e.g. [[Tree]], [[Cactus]], [[Furnace]]) may rotate accordingly, depending on which face you place it and where you're looking to.
  
Not all nodes can be built, like [[Air]] and [[liquid]]s, for example.
+
For blocks which are able to rotate in all axes (e.g. [[Tree]], but not [[Furnace]]), their initial facing direction will be from the block face you placed the block on. E.g. if you placed a tree on the floor, it will stand vertically, and if you placed it at the side of a block, it will be horizontal. By holding down the <kbd>Sneak</kbd> key while building, you can reverse the placement behaviour: Placing a block vertically rotates it horizontally, and vice-versa.
  
However, it is possible to build ''inside'' some nodes which entirely destroys them. Air, for example, can always be replaced, as can liquids like [[water]], too. Many [[:Category:Plants|plants]] like [[grass]] can also be built inside.
+
== Minetest Game ==
 +
By building a [[slab]] onto another slab of the same material, a full block of the same material is created. It is possible to build ''inside'' some nodes which entirely destroys them. [[Air]], can always be replaced, as well as liquids like [[water]], too. Many [[:Category:Plants|plants]] like [[grass]] can also be built inside.
  
  
 
[[Category:Gameplay]]
 
[[Category:Gameplay]]

Revision as of 00:50, 11 February 2017

Building—also called placing—is the activity of placing blocks next to other blocks. It is one of the most basic things you can do in Minetest.

Building requires the “interact” privilege (a default privilege).

To build, one must wield something which can be built, point to something which can be built to and press the build key (Right mouse button by default). Most blocks can be built. Building is, unlike mining, always instantly done. On blocks which react on a right-click (e.g. Chest, Furnace, Sign, etc.), you have to press Sneak+Right-click instead.

Rotatable blocks

Blocks with the ability to rotate freely (e.g. Tree, Cactus, Furnace) may rotate accordingly, depending on which face you place it and where you're looking to.

For blocks which are able to rotate in all axes (e.g. Tree, but not Furnace), their initial facing direction will be from the block face you placed the block on. E.g. if you placed a tree on the floor, it will stand vertically, and if you placed it at the side of a block, it will be horizontal. By holding down the Sneak key while building, you can reverse the placement behaviour: Placing a block vertically rotates it horizontally, and vice-versa.

Minetest Game

By building a slab onto another slab of the same material, a full block of the same material is created. It is possible to build inside some nodes which entirely destroys them. Air, can always be replaced, as well as liquids like water, too. Many plants like grass can also be built inside.