Remove explicit stepheight from most mobs
This commit is contained in:
parent
31b367eb83
commit
21d5b93baa
10 changed files with 1 additions and 10 deletions
|
@ -170,7 +170,6 @@ mobs:register_mob("mobs_mc:enderman", {
|
|||
type = "monster",
|
||||
passive = false,
|
||||
pathfinding = 1,
|
||||
stepheight = 1.2,
|
||||
hp_min = 40,
|
||||
hp_max = 40,
|
||||
collisionbox = {-0.3, -0.01, -0.3, 0.3, 2.89, 0.3},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue