mirror of
https://github.com/FaceDeer/dfcaverns.git
synced 2025-06-28 06:30:34 +02:00
make hunters avoid repaired ancient lanterns
This commit is contained in:
@ -13,6 +13,9 @@ if minetest.get_modpath("hunter_statue") and df_underworld_items.config.underwor
|
||||
tnt_vulnerable = true,
|
||||
tnt_debris = "df_underworld_items:slade_sand",
|
||||
groups = {hunter_statue = 1, falling_node = 1, immortal = 1},
|
||||
hunters_allowed_here = function(pos)
|
||||
return not minetest.find_node_near(pos, 6, "df_underworld_items:ancient_lantern_slade", true)
|
||||
end,
|
||||
other_overrides = {
|
||||
can_dig = function(pos, player)
|
||||
if player then
|
||||
|
Reference in New Issue
Block a user