1
0
mirror of https://github.com/minetest/minetest_game.git synced 2025-06-30 13:50:23 +02:00

Set param2 to 1 if player places leaves

This commit is contained in:
PilzAdam
2014-12-06 11:08:41 +01:00
parent 2c2edfad04
commit 9ec33f34f1
3 changed files with 13 additions and 0 deletions

View File

@ -206,5 +206,9 @@ 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.
The function default.after_place_leaves can be set as after_place_node of a node
to set param2 to 1 if the player places the node (should not be used for nodes
that use param2 otherwise (e.g. facedir)).
If the node is in the leafdecay_drop group then it will always be dropped as an
item.