1
0
mirror of https://codeberg.org/tenplus1/mobs_monster.git synced 2025-07-16 15:20:30 +02:00

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

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