mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2026-01-06 00:25:43 +01:00
OK, ROLLBACK!
- All the modifications done before7845fd5f1fare reverted - Merged commits from http://github.com/minetest/minetest_game from 10 days ago to today. (concerning default mod) TODO: Merge the other mods which have been reverted. Add all the commits of Ombridride after the7845fd5f1fone. Signed-off-by: LeMagnesium <mg.minetest@gmail.com>
This commit is contained in:
@@ -275,3 +275,16 @@ dye.basecolors
|
||||
|
||||
dye.excolors
|
||||
^ Array containing the names of the available extended colors
|
||||
|
||||
Leafdecay
|
||||
---------
|
||||
To enable leaf decay for a node, add it to the "leafdecay" group.
|
||||
|
||||
The rating of the group determines how far from a node in the group "tree"
|
||||
the node can be without decaying.
|
||||
|
||||
If param2 of the node is ~= 0, the node will always be preserved. Thus, if
|
||||
the player places a node of that kind, you will want to set param2=1 or so.
|
||||
|
||||
If the node is in the leafdecay_drop group then it will always be dropped as an
|
||||
item.
|
||||
|
||||
Reference in New Issue
Block a user