add Land Guards

This commit is contained in:
tenplus1
2021-03-02 13:35:17 +00:00
parent 57f40cf4b1
commit 5723ba508e
16 changed files with 138 additions and 5 deletions

View File

@ -60,7 +60,7 @@ mobs:register_mob("mobs_monster:dirt_monster", {
punch_end = 63,
},
-- check surrounding nodes and spawn a specific spider
-- check surrounding nodes and spawn a specific monster
on_spawn = function(self)
local pos = self.object:get_pos() ; pos.y = pos.y - 1