Difference between revisions of "Dirt with Grass"

From Minetest Wiki
Jump to navigation Jump to search
m (fixed typo)
(Move text from Grass Block to here)
Line 1: Line 1:
#REDIRECT [[Grass Block]]
+
{{Block Data | image=Grass_block.png | name=Grass Block | generated=Yes | drops=[[Dirt]] | itemstring=default:dirt_with_grass}}
 +
 
 +
'''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 [[Mining|dug]], the player receives an ordinary [[dirt]].
 +
 
 +
[[Trees]], [[flower]]s, [[grass]] and [[Jungle Grass|jungle grass]] grow on it. Grass blocks can be made into [[soil]] using a [[hoe]].
 +
 
 +
A grass block cannot be obtained by the player legitimately, only by using the <code>/give</code> or <code>/giveme</code> [[Server commands#Player actions|server commands]].
 +
 
 +
== See also ==
 +
 
 +
* [[Dirt]]
 +
 
 +
 
 +
[[Category:Generated blocks]]
 +
[[Category:Cultivatable blocks]]
 +
[[Category:Solid]]

Revision as of 12:52, 24 August 2015

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

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.

Trees, flowers, grass and jungle grass grow on it. Grass blocks can be made into soil using a hoe.

A grass block cannot be obtained by the player legitimately, only by using the /give or /giveme server commands.

See also