Merge pull request #39 from farribeiro/water_splash

Change to core namespace in water_splash
This commit is contained in:
Alexsandro Percy 2025-10-20 07:22:47 -03:00 committed by GitHub
commit cee2b1209e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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},