forked from Mineclonia/Mineclonia
Merge pull request 'Add dirt node group documentation' (#142) from add-dirt-group-documentation into master
Reviewed-on: Mineclonia/Mineclonia#142 Reviewed-by: cora <cora@noreply.git.minetest.land>
This commit is contained in:
commit
07a59ef120
|
@ -182,6 +182,10 @@ These groups are used mostly for informational purposes
|
||||||
* `redstone_torch=1`: Redstone Torch (lit)
|
* `redstone_torch=1`: Redstone Torch (lit)
|
||||||
* `redstone_torch=2`: Redstone Torch (unlit)
|
* `redstone_torch=2`: Redstone Torch (unlit)
|
||||||
|
|
||||||
|
* `dirt=1`: Uncovered dirt
|
||||||
|
* `dirt=2`: Covered dirt (grass or mycelium or podzol on top)
|
||||||
|
* `dirt=3`: Coarse dirt
|
||||||
|
|
||||||
* `plant=1`: Plant or part of a plant
|
* `plant=1`: Plant or part of a plant
|
||||||
* `double_plant`: Part of a double-sized plant. 1 = lower part, 2 = upper part
|
* `double_plant`: Part of a double-sized plant. 1 = lower part, 2 = upper part
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue