mirror of
https://codeberg.org/tenplus1/mobs_monster.git
synced 2025-07-13 22:00:36 +02:00
dungeon master updated to new dogshoot features
This commit is contained in:
@ -45,6 +45,12 @@ mobs:register_mob("mobs_monster:sand_monster", {
|
||||
punch_start = 74,
|
||||
punch_end = 105,
|
||||
},
|
||||
--[[
|
||||
custom_attack = function(self, p)
|
||||
local pos = self.object:getpos()
|
||||
minetest.add_item(pos, "default:sand")
|
||||
end,
|
||||
]]
|
||||
})
|
||||
|
||||
mobs:register_spawn("mobs_monster:sand_monster", {"default:desert_sand"}, 20, 0, 7000, 1, 31000)
|
||||
|
Reference in New Issue
Block a user