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:
@ -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
|
||||
|
Reference in New Issue
Block a user