Don't rely on falling_node for stack nodes.

Falling nodes containing a node that contains an inventory can
cause a crash on trying to serialize.
This commit is contained in:
Aaron Suen 2019-01-13 20:57:31 -05:00
parent d968be62ee
commit 9a4dd3684c

View File

@ -34,7 +34,6 @@ minetest.register_node(modname .. ":stack", {
flammable = 1,
burn_away = 1,
crumbly = 3,
falling_node = 1,
falling_repose = 1,
visinv = 1
},