1
0
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:
TenPlus1
2016-05-12 11:42:30 +01:00
parent 97f6b10768
commit 1212d2a666
2 changed files with 10 additions and 0 deletions

View File

@ -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)