updated readme

This commit is contained in:
TenPlus1 2017-02-24 10:58:18 +00:00
parent 1c057e286f
commit 43a3e7ad66
3 changed files with 2 additions and 4 deletions

View File

@ -9,5 +9,6 @@ Features:
remove_items in minetest.conf (-1 disables it) remove_items in minetest.conf (-1 disables it)
- Particle effects added - Particle effects added
- Dropped items keep sliding when on ice - Dropped items keep sliding when on ice
- Items stuck inside solid nodes move to nearest empty space
License: MIT License: MIT

View File

@ -1,2 +1 @@
default default
mobs?

View File

@ -281,9 +281,7 @@ core.register_entity(":__builtin:item", {
on_activate = function(self, staticdata, dtime_s) on_activate = function(self, staticdata, dtime_s)
-- special function to fast remove entities (xanadu only) if not self then
if (mobs and mobs.entity and mobs.entity == false)
or not self then
self.object:remove() self.object:remove()