Remove explicit stepheight from most mobs

This commit is contained in:
Wuzzy 2020-04-08 02:31:24 +02:00
parent 31b367eb83
commit 21d5b93baa
10 changed files with 1 additions and 10 deletions

View file

@ -42,7 +42,6 @@ mobs:register_mob("mobs_mc:squid", {
},
visual_size = {x=3, y=3},
makes_footstep_sound = false,
stepheight = 0.1,
fly = true,
fly_in = { mobs_mc.items.water_source, mobs_mc.items.river_water_source },
breathes_in_water = true,