Difference between revisions of "Leaves"

From Minetest Wiki
Jump to navigation Jump to search
m (fixed “jungle trees” mistake)
(added jungle leaves)
Line 1: Line 1:
 
{{Block Data | width=250px | image=leaves.png | block_name=Leaves | transparency=Yes <sub>(opaque if "fancy trees" setting is disabled)</sub> | inflammable=Yes | renewable=Yes}}
 
{{Block Data | width=250px | image=leaves.png | block_name=Leaves | transparency=Yes <sub>(opaque if "fancy trees" setting is disabled)</sub> | inflammable=Yes | renewable=Yes}}
  
'''Leaves''' are found on [[tree]]s; when mined they have a 5% chance to drop a [[Sapling]]. They also decay if no [[tree]] block is less than 4 blocks away. Leaves are transparent if the "Fancy trees" option is enabled, else they are opaque.
+
'''Leaves''' are found on [[tree]]s; when mined they have a 5% chance to drop a [[Sapling and Jungle Sapling|Sapling]]. They also decay if no [[tree]] block is less than 4 blocks away. Leaves are transparent if the “Fancy trees” option is enabled, else they are opaque.
 +
 
 +
'''Jungle Leaves''' are completely analogous to leaves, but they are found on [[Jungle Tree|jungle tree]]s, drop [[Sapling and Jungle Sapling|Jungle Saplings]] instead and decay if no [[Jungle Tree]] block is nearby.
  
 
== See Also ==
 
== See Also ==
  
*[[Sapling]]
+
*[[Sapling and Jungle Sapling]]
 
*[[Tree]]
 
*[[Tree]]
 +
*[[Jungle Tree]]
 
*[[Trees]]
 
*[[Trees]]
 
*[[Wooden Planks]]
 
*[[Wooden Planks]]

Revision as of 20:14, 27 September 2013

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

Leaves are found on trees; when mined they have a 5% chance to drop a Sapling. They also decay if no tree block is less than 4 blocks away. Leaves are transparent if the “Fancy trees” option is enabled, else they are opaque.

Jungle Leaves are completely analogous to leaves, but they are found on jungle trees, drop Jungle Saplings instead and decay if no Jungle Tree block is nearby.

See Also