mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2025-02-17 21:23:44 +01:00
[mcl_core] fix function codestyle in nodes_liquid.lua
This commit is contained in:
@ -212,7 +212,7 @@ S("• When lava is directly above water, the water turns into stone."),
|
||||
_mcl_hardness = -1,
|
||||
})
|
||||
|
||||
local emit_lava_particle = function(pos)
|
||||
local function emit_lava_particle(pos)
|
||||
local node = minetest.get_node(pos)
|
||||
if minetest.get_item_group(node.name, "lava_source") == 0 then
|
||||
return
|
||||
|
Reference in New Issue
Block a user