Difference between revisions of "Grass Block"

From Minetest Wiki
Jump to navigation Jump to search
m (added link to Soil)
Line 4: Line 4:
 
| generated=Yes
 
| generated=Yes
 
| drops=[[Dirt]]
 
| drops=[[Dirt]]
| itemstring=default:dirt_with_grass
 
 
}}
 
}}
  
Line 11: Line 10:
 
[[Trees]], [[flower]]s, [[grass]] and [[Jungle Grass|jungle grass]] grow on it. Grass blocks can be made into [[soil]] using a [[hoe]].
 
[[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 [[Server commands#Player actions|/giveme command]].
+
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 ==
+
== See also ==
*[[Dirt]]
+
 
 +
* [[Dirt]]
  
  

Revision as of 17:55, 10 May 2014

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 ?

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 mined, 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