updated readme
This commit is contained in:
parent
1c057e286f
commit
43a3e7ad66
@ -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
|
||||||
|
@ -1,2 +1 @@
|
|||||||
default
|
default
|
||||||
mobs?
|
|
4
init.lua
4
init.lua
@ -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()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user