minetest/games/minimal/mods/default
raymoo a5d5728f24 Fix default item callbacks to work with nil users (#5819)
* Fix default item callbacks to work with nil users

* item.lua: Handle node drops for invalid players

The if-condition for the dropping loop is the same as `inv`, which means that the 2nd possible definition of `give_item` is never used.
Remove redundant `local _, dropped_item`
2017-10-28 10:30:50 +02:00
..
sounds Add default_grass_footstep.1.ogg as a test sound in minimal 2012-03-27 00:36:31 +03:00
textures Minimal: Add river water nodes (#5809) 2017-05-24 07:43:17 +02:00
init.lua Fix default item callbacks to work with nil users (#5819) 2017-10-28 10:30:50 +02:00
mapgen.lua Minimal: Add river water nodes (#5809) 2017-05-24 07:43:17 +02:00