mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-26 12:31:05 +01:00
Fix chicken not floating in water
This commit is contained in:
parent
442b2a21c9
commit
e7297a5b1d
1 changed files with 0 additions and 1 deletions
|
@ -39,7 +39,6 @@ mobs:register_mob("mobs_mc:chicken", {
|
|||
fall_damage = false,
|
||||
fear_height = 4,
|
||||
jump_height = 4.5,
|
||||
floats = true,
|
||||
sounds = {
|
||||
random = "mobs_chicken",
|
||||
death = "Chickenhurt1",
|
||||
|
|
Loading…
Reference in a new issue