Update deprecated particlespawner syntax

master
Wuzzy 2017-08-18 23:22:20 +02:00
parent fd91b1b1c2
commit d31b87e5dd
1 changed files with 2 additions and 2 deletions

View File

@ -57,8 +57,8 @@ THROWING_ARROW_ENTITY.on_step = function(self, dtime)
minetest.add_particle({
pos = pos,
vel = {x=0, y=0, z=0},
acc = {x=0, y=0, z=0},
velocity = {x=0, y=0, z=0},
acceleration = {x=0, y=0, z=0},
expirationtime = .3,
size = 1,
collisiondetection = false,