mirror of
https://github.com/APercy/airutils
synced 2025-11-07 15:28:00 +01:00
Change to core namespace in water_splash
This commit is contained in:
parent
197b5b6210
commit
810e36a77e
@ -14,7 +14,7 @@ local function water_particle(pos, accell)
|
||||
if airutils.splash_texture == nil then return end
|
||||
if airutils.splash_texture == "" then return end
|
||||
|
||||
minetest.add_particle({
|
||||
core.add_particle({
|
||||
pos = pos,
|
||||
velocity = {x = 0, y = 0, z = 0},
|
||||
acceleration = accell, --{x = 0, y = 0, z = 0},
|
||||
|
||||
Loading…
Reference in New Issue
Block a user