This commit is contained in:
PilzAdam 2012-09-25 16:36:48 +02:00
parent 8caffae1e3
commit a0c49e7677
1 changed files with 3 additions and 0 deletions

View File

@ -82,6 +82,9 @@ minetest.register_entity(":__builtin:item", {
if not time then
time = 300
end
if not self.timer then
self.timer = 0
end
self.timer = self.timer + dtime
if (self.timer > time) then
self.object:remove()