Time Nick Message 21:25 ShadowNinja I'm trying to get minetest.add_particle(spwaner) to use tables but it is failing with this misterious error: .../builtin/deprecated.lua:90: bad argument #4 to 'add_particlespawner_raw' (number expected, got nil) 21:25 ShadowNinja https://gist.github.com/ShadowNinja/6833004 21:25 PilzAdam isnt that already done in one pull request? 21:27 PilzAdam https://github.com/minetest/minetest/pull/675 21:27 ShadowNinja Not AFAIK, although there is one for vertical particles. 21:27 ShadowNinja Hmmm, he added that too, well I will see what he did differently... 21:30 ShadowNinja He uses an entirely different method, but he puts the compatability code in C++, I did it in Lua and added a worning to infostream. 21:30 ShadowNinja warning*