disable some expensive functionalities
This commit is contained in:
parent
26eaa09b9b
commit
d5961c5289
@ -59,7 +59,7 @@ local mummy_def = {
|
|||||||
punch_start = 74,
|
punch_start = 74,
|
||||||
punch_end = 105,
|
punch_end = 105,
|
||||||
},
|
},
|
||||||
follow = {"spawners_mobs:deco_stone_eye","spawners_mobs:deco_stone_men","spawners_mobs:deco_stone_sun","spawners_mobs:deco_stone_bird"},
|
-- follow = {"spawners_mobs:deco_stone_eye","spawners_mobs:deco_stone_men","spawners_mobs:deco_stone_sun","spawners_mobs:deco_stone_bird"},
|
||||||
on_die = function(self, pos)
|
on_die = function(self, pos)
|
||||||
minetest.sound_play("spawners_mobs_mummy_death", {
|
minetest.sound_play("spawners_mobs_mummy_death", {
|
||||||
object = self.object,
|
object = self.object,
|
||||||
@ -67,14 +67,14 @@ local mummy_def = {
|
|||||||
max_hear_distance = 10
|
max_hear_distance = 10
|
||||||
})
|
})
|
||||||
end,
|
end,
|
||||||
on_rightclick = function(self, clicker)
|
-- on_rightclick = function(self, clicker)
|
||||||
|
|
||||||
if mobs:feed_tame(self, clicker, 8, true, true) then
|
-- if mobs:feed_tame(self, clicker, 8, true, true) then
|
||||||
return
|
-- return
|
||||||
end
|
-- end
|
||||||
|
|
||||||
mobs:capture_mob(self, clicker, 30, 50, 80, false, nil)
|
-- mobs:capture_mob(self, clicker, 30, 50, 80, false, nil)
|
||||||
end,
|
-- end,
|
||||||
}
|
}
|
||||||
|
|
||||||
mobs:register_mob("spawners_mobs:mummy", mummy_def)
|
mobs:register_mob("spawners_mobs:mummy", mummy_def)
|
||||||
|
Loading…
Reference in New Issue
Block a user