Change to core namespace in water_splash

This commit is contained in:
Fábio Rodrigues Ribeiro 2025-10-19 22:13:02 -03:00 committed by GitHub
parent 197b5b6210
commit 810e36a77e
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},