Difference between revisions of "Grass Block"

From Minetest Wiki
Jump to navigation Jump to search
(Fix block data)
m (small fixes and additions)
Line 5: Line 5:
 
}}
 
}}
  
'''Grass''' is found naturally above-ground. Grass will grow on dirt if it is exposed to sunlight after some time. It cannot be obtained by the player legitimately, only using the [[Server Commands|/give command]].
+
'''Grass blocks''' are found naturally above ground. Grass will grow on [[dirt]] if it is exposed to sunlight or bright light after some time. When dug, the player receives an ordinary [[dirt]]. A grass block cannot be obtained by the player legitimately, only using the [[Server commands#Player actions|/giveme command]].
  
 
== See Also ==
 
== See Also ==

Revision as of 05:37, 27 September 2013

Grass Block
Dirt with Grass.png
A node in Minetest Game
Node Type Full node
Drops Itself
Physics No
Luminance No
Flammable No
Generated Yes
Renewable No
Stackable Yes (99)
Itemstring ?

Grass blocks are found naturally above ground. Grass will grow on dirt if it is exposed to sunlight or bright light after some time. When dug, the player receives an ordinary dirt. A grass block cannot be obtained by the player legitimately, only using the /giveme command.

See Also