Difference between revisions of "Wooden Ladder"

From Minetest Wiki
Jump to navigation Jump to search
m (Wuzzy moved page Ladder to Wooden Ladder: Renamed in 0.4.14)
m (Add dev recipe)
Line 15: Line 15:
  
 
== Crafting ==
 
== Crafting ==
 +
=== Version 0.4.15 ===
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 21: Line 22:
 
! scope="col" width="140px"|Ingredients
 
! scope="col" width="140px"|Ingredients
 
! class="unsortable" scope="col"|Input → Output
 
! class="unsortable" scope="col"|Input → Output
! class="unsortable" scope="col"|Description
 
 
|-
 
|-
 
! scope="row"|[[Wooden Ladder]]
 
! scope="row"|[[Wooden Ladder]]
Line 31: Line 31:
 
| out=Ladder
 
| out=Ladder
 
| count=3}}
 
| count=3}}
|Used to climb vertically. Can be placed on any wall, floor or ceiling.
 
 
|}
 
|}
 +
 +
=== Development version ===
 +
{| class="wikitable"
 +
|-
 +
! scope="row" width="50px"|Name
 +
! scope="col" width="140px"|Ingredients
 +
! class="unsortable" scope="col"|Input → Output
 +
|-
 +
! scope="row"|[[Wooden Ladder]]
 +
|align="center"|[[Stick]]s
 +
| {{Grid/Craft
 +
| A1=Stick|A2=Stick|A3=Stick
 +
| B2=Stick
 +
| C1=Stick|C2=Stick|C3=Stick
 +
| out=Ladder
 +
| count=5}}
 +
|}
 +
 +
Commit ID: [https://github.com/minetest/minetest_game/pull/1605/commits/1924862f7ddfa2e2fe8ee7ee0dd7816581b78e4f 1924862f7ddfa2e2fe8ee7ee0dd7816581b78e4f]
  
 
== See also ==
 
== See also ==

Revision as of 15:17, 15 March 2017

Languages Language: English • Deutsch • français


Wooden Ladder
Ladder.png
A node in Minetest Game
Node Type Item
Drops Itself
Physics No
Luminance No
Flammable Yes
Generated No
Renewable Yes
Stackable Yes (99)
Itemstring default:ladder_wood

Wooden Ladders are used to move the player vertically and can be crafted with sticks. The “jump” key will make the player ascend the ladder while the “use” key will make the player descend the ladder. The default controls can be found here.

Crafting

Version 0.4.15

Name Ingredients Input → Output
Wooden Ladder Sticks
Stick.png
Stick.png
Stick.png
Stick.png
Stick.png
Stick.png
Stick.png
Ladder.png
3

Development version

Name Ingredients Input → Output
Wooden Ladder Sticks
Stick.png
Stick.png
Stick.png
Stick.png
Stick.png
Stick.png
Stick.png
Ladder.png
5

Commit ID: 1924862f7ddfa2e2fe8ee7ee0dd7816581b78e4f

See also