Auke Kok 12d5ca2f48 Allow the on_blast API to pass an itemstack.
If the node is special and has an on_blast() handler, we need
to call it instead of getting node drops manually. However, we
do want to know if drops should be added for the special nodes,
so we modify the on_blast() handler code to allow the nodedef
handlers to pass back itemstacks. This could be used by e.g.
the doors mod to drop door items after a blast.

Since this API is documented in lua_api.txt, a separate PR will
be incoming to update the on_blast() documentation.
2016-04-16 19:27:16 +01:00
..
2016-03-30 23:11:12 +01:00
2015-09-30 23:33:12 +01:00
2016-04-04 05:39:29 +01:00
2016-02-14 05:22:20 +00:00
2016-04-14 02:46:03 +01:00
2016-01-29 03:50:07 +00:00
2016-03-06 01:31:36 +00:00