forked from VoxeLibre/VoxeLibre
[mcl_core] fix function codestyle in nodes_liquid.lua
This commit is contained in:
parent
5b43303873
commit
90bab9026b
|
@ -212,7 +212,7 @@ S("• When lava is directly above water, the water turns into stone."),
|
||||||
_mcl_hardness = -1,
|
_mcl_hardness = -1,
|
||||||
})
|
})
|
||||||
|
|
||||||
local emit_lava_particle = function(pos)
|
local function emit_lava_particle(pos)
|
||||||
local node = minetest.get_node(pos)
|
local node = minetest.get_node(pos)
|
||||||
if minetest.get_item_group(node.name, "lava_source") == 0 then
|
if minetest.get_item_group(node.name, "lava_source") == 0 then
|
||||||
return
|
return
|
||||||
|
|
Loading…
Reference in New Issue