mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2025-03-11 06:07:44 +01:00
Fix wrong experation time
This commit is contained in:
parent
40471399cb
commit
9419db6d35
1 changed files with 2 additions and 2 deletions
|
@ -153,8 +153,8 @@ ARROW_ENTITY.on_step = function(self, dtime)
|
|||
maxpos = pos,
|
||||
minvel = vector.new(-0.1,-0.1,-0.1),
|
||||
maxvel = vector.new(0.1,0.1,0.1),
|
||||
minexptime = 1.5,
|
||||
maxexptime = 1.5,
|
||||
minexptime = 0.5,
|
||||
maxexptime = 0.5,
|
||||
minsize = 2,
|
||||
maxsize = 2,
|
||||
collisiondetection = false,
|
||||
|
|
Loading…
Reference in a new issue