Remove explicit stepheight from most mobs
This commit is contained in:
parent
31b367eb83
commit
21d5b93baa
10 changed files with 1 additions and 10 deletions
|
@ -7,7 +7,6 @@ local S = minetest.get_translator("mobs_mc")
|
|||
mobs:register_mob("mobs_mc:agent", {
|
||||
type = "npc",
|
||||
passive = true,
|
||||
stepheight = 1.2,
|
||||
hp_min = 20,
|
||||
hp_max = 20,
|
||||
armor = 100,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue