mirror of
https://git.minetest.land/Mineclonia/Mineclonia.git
synced 2024-11-05 17:25:06 +00:00
Merge pull request 'Add dirt node group documentation' (#142) from add-dirt-group-documentation into master
Reviewed-on: https://git.minetest.land/Mineclonia/Mineclonia/pulls/142 Reviewed-by: cora <cora@noreply.git.minetest.land>
This commit is contained in:
commit
07a59ef120
1 changed files with 4 additions and 0 deletions
|
@ -182,6 +182,10 @@ These groups are used mostly for informational purposes
|
|||
* `redstone_torch=1`: Redstone Torch (lit)
|
||||
* `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
|
||||
* `double_plant`: Part of a double-sized plant. 1 = lower part, 2 = upper part
|
||||
|
||||
|
|
Loading…
Reference in a new issue