Difference between revisions of "Wooden Sign"

From Minetest Wiki
Jump to navigation Jump to search
m (added linkg to Pointing)
(applied block data template)
Line 1: Line 1:
[[File:sign.png|frame|Sign]]
+
{{Block Data
{| class="wikitable"
+
| type=Non-solid block
|'''Type:'''
+
| image=Sign.png
|Non-Solid Block
+
| name=Sign
|-
+
| physics=No
|'''Physics:'''
+
| renewable=Yes
|No
+
| flammable=No
|-
+
| generated=No
|'''Transparency:'''
+
| itemstring=default:sign_wall
|Yes
+
}}
|-
 
|'''Luminance:'''
 
|No
 
|-
 
|'''Inflammable:'''
 
|Not yet
 
|-
 
|'''Generated:'''
 
|No
 
|-
 
|'''Renewable:'''
 
|Yes
 
|-
 
|'''Stackable:'''
 
|Yes (99)
 
|-
 
|}
 
  
 
== Description ==
 
== Description ==

Revision as of 16:22, 29 October 2013

Sign
Sign.png
A node in Minetest Game
Node Type Non-solid block
Drops Itself
Physics No
Luminance No
Flammable No
Generated No
Renewable Yes
Stackable Yes (99)
Itemstring default:sign_wall

Description

Signs are crafted items that can be placed on the map. A message can be written to it by using. To read the message the player must point the sign.

Crafting

Name Ingredients Input → Output Description
Sign Wooden Planks
+ Stick
Wooden Planks.png
Junglewood Planks.png
Wooden Planks.png
Junglewood Planks.png
Wooden Planks.png
Junglewood Planks.png
Wooden Planks.png
Junglewood Planks.png
Wooden Planks.png
Junglewood Planks.png
Wooden Planks.png
Junglewood Planks.png
Stick.png
Sign.png
Shows text entered by the player.

See Also