disable spiders placing webs until better way can be found
This commit is contained in:
parent
a883f0a697
commit
78dd480f1f
@ -39,6 +39,7 @@ mobs:register_mob("nssm:black_widow", {
|
||||
punch_start = 150,
|
||||
punch_end = 160,
|
||||
},
|
||||
--[[
|
||||
do_custom = function(self)
|
||||
|
||||
if math.random(1, 75) > 1 then
|
||||
@ -57,4 +58,5 @@ mobs:register_mob("nssm:black_widow", {
|
||||
minetest.set_node(t, {name = "nssm:web"})
|
||||
end
|
||||
end,
|
||||
]]
|
||||
})
|
||||
|
@ -39,6 +39,7 @@ mobs:register_mob("nssm:uloboros", {
|
||||
punch_start = 80,
|
||||
punch_end = 110,
|
||||
},
|
||||
--[[
|
||||
do_custom = function(self)
|
||||
|
||||
if math.random(1, 75) > 1 then
|
||||
@ -57,4 +58,5 @@ mobs:register_mob("nssm:uloboros", {
|
||||
minetest.set_node(t, {name = "nssm:web"})
|
||||
end
|
||||
end,
|
||||
]]
|
||||
})
|
||||
|
Loading…
x
Reference in New Issue
Block a user