mirror of
https://github.com/APercy/airutils
synced 2025-11-07 15:28:00 +01:00
Merge pull request #39 from farribeiro/water_splash
Change to core namespace in water_splash
This commit is contained in:
commit
cee2b1209e
@ -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