Difference between revisions of "Stair"
(→Special stairs: fix typo) |
(0.5.0-dev update) |
||
Line 96: | Line 96: | ||
== Crafting == | == Crafting == | ||
All stairs follow the same pattern, they only differ in the input material. | All stairs follow the same pattern, they only differ in the input material. | ||
− | In the following | + | In the following tables, replace all “A”s with one of the source materials listed above (i.e. wooden planks) and replace “B” with the corresponding stair (i.e. wooden stair) from above table. |
+ | |||
{| class="wikitable" | {| class="wikitable" | ||
Line 103: | Line 104: | ||
! scope="col" width="140px"|Ingredients | ! scope="col" width="140px"|Ingredients | ||
! class="unsortable" scope="col"|Input → Output | ! class="unsortable" scope="col"|Input → Output | ||
− | |||
|- | |- | ||
! scope="row"|[[Stair]] | ! scope="row"|[[Stair]] | ||
Line 124: | Line 124: | ||
|out=Any Item B | |out=Any Item B | ||
|count=6}} | |count=6}} | ||
− | | | + | |} |
+ | |||
+ | == 0.5.0-dev == | ||
+ | In the development version of Minetest Game (0.5.0-dev), for each stair block, there are also inner and outer stair blocks available. They behave like normal stairs, but have a different shape. These are useful to build inner and outer corners in staircases. | ||
+ | |||
+ | === Crafting === | ||
+ | These are the recipes in 0.5.0-dev: | ||
+ | |||
+ | {| class="wikitable" | ||
+ | |- | ||
+ | ! scope="row" width="50px"|Name | ||
+ | ! scope="col" width="140px"|Ingredients | ||
+ | ! class="unsortable" scope="col"|Input → Output | ||
+ | |- | ||
+ | | scope="row"|[[Stair]] | ||
+ | |align="center"|One of the stair materials (see above) | ||
+ | | {{Grid/Craft | ||
+ | |C1=Any Item A | ||
+ | |B2=Any Item A | ||
+ | |C2=Any Item A | ||
+ | |A3=Any Item A | ||
+ | |B3=Any Item A | ||
+ | |C3=Any Item A | ||
+ | |out=Any Item B | ||
+ | |count=6}} | ||
+ | |- | ||
+ | | scope="row"|[[Stair|Inner Stair]] | ||
+ | |align="center"|One of the stair materials (see above) | ||
+ | |{{Grid/Craft | ||
+ | |A3=Any Item A | ||
+ | |B2=Any Item A | ||
+ | |B3=Any Item A | ||
+ | |C3=Any Item A | ||
+ | |out=Any Item B | ||
+ | |count=6}} | ||
+ | |- | ||
+ | | scope="row"|[[Stair|Outer Stair]] | ||
+ | |align="center"|One of the stair materials (see above) | ||
+ | |{{Grid/Craft | ||
+ | |B1=Any Item A | ||
+ | |A2=Any Item A | ||
+ | |C2=Any Item A | ||
+ | |A3=Any Item A | ||
+ | |B3=Any Item A | ||
+ | |C3=Any Item A | ||
+ | |out=Any Item B | ||
+ | |count=7}} | ||
+ | |} | ||
+ | |||
+ | === As a crafting ingredient === | ||
+ | In 0.5.0-dev, you can also turn stairs back into their source material. | ||
+ | {| class="wikitable" | ||
+ | |- | ||
+ | ! scope="row" width="50px"|Name | ||
+ | ! scope="col" width="140px"|Ingredients | ||
+ | ! class="unsortable" scope="col"|Input → Output | ||
+ | |- | ||
+ | | scope="row"|One of the stair materials (see above) | ||
+ | |align="center"|[[Stair]] | ||
+ | | {{Grid/Craft | ||
+ | |A2=Any Item B | ||
+ | |A3=Any Item B | ||
+ | |B2=Any Item B | ||
+ | |B3=Any Item B | ||
+ | |out=Any Item A | ||
+ | |count=3}} | ||
|} | |} | ||
Revision as of 21:59, 26 August 2017
Language: | English |
---|
Stair | |
---|---|
A node in Minetest Game | |
Node Type | Full node |
Drops | Itself |
Physics | No |
Luminance | No |
Flammable | depends |
Generated | depends |
Renewable | depends |
Stackable | Yes (99) |
Itemstring | stairs:stair_<subname> |
Stairs are crafted by the player from various kinds of blocks. They can be used to create compact staircases. Unlike full blocks and like slabs, players can walk on stairs without needing to jump, regardless of the gravity. The available stairs are:
Special stairs
- Cobblestone Stair, Desert Stone Stair, Sandstone Block Stair: These stairs occour naturally in dungeons
- Mossy Cobblestone Stair: This is the only stair which can't be crafted. A mossy cobblestone stair is created when a cobblestone stair is next to water (or river water or any other similar block) for a while
- Ice Stair and Snow Block Stair: Extinguishes nearby fire and cools down lava
Crafting
All stairs follow the same pattern, they only differ in the input material. In the following tables, replace all “A”s with one of the source materials listed above (i.e. wooden planks) and replace “B” with the corresponding stair (i.e. wooden stair) from above table.
Name | Ingredients | Input → Output | ||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Stair | One of the stair materials (see above) |
|
0.5.0-dev
In the development version of Minetest Game (0.5.0-dev), for each stair block, there are also inner and outer stair blocks available. They behave like normal stairs, but have a different shape. These are useful to build inner and outer corners in staircases.
Crafting
These are the recipes in 0.5.0-dev:
Name | Ingredients | Input → Output | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Stair | One of the stair materials (see above) |
| ||||||||||||
Inner Stair | One of the stair materials (see above) |
| ||||||||||||
Outer Stair | One of the stair materials (see above) |
|
As a crafting ingredient
In 0.5.0-dev, you can also turn stairs back into their source material.
Name | Ingredients | Input → Output | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
One of the stair materials (see above) | Stair |
|