mirror of
https://github.com/FaceDeer/dfcaverns.git
synced 2025-07-16 07:20:27 +02:00
cleaning up some stuff with luacheck.
This commit is contained in:
@ -73,8 +73,8 @@ local get_web_nodes = function(pos, webs, anchors)
|
||||
end
|
||||
elseif in_anchor_group(check_node.name) then
|
||||
anchors[minetest.hash_node_position(check_pos)] = true
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
local web_line = function(pos, dir, distance)
|
||||
@ -164,7 +164,7 @@ minetest.register_node("big_webs:webbing", {
|
||||
minetest.item_drop(ItemStack("big_webs:webbing"), nil, web_pos)
|
||||
end
|
||||
minetest.get_node_timer(web_pos):stop() -- no need to recheck
|
||||
end
|
||||
end
|
||||
end,
|
||||
_mcl_blast_resistance = 1.0,
|
||||
_mcl_hardness = 0.5,
|
||||
|
Reference in New Issue
Block a user