forked from VoxeLibre/VoxeLibre
Fix chicken not floating in water
This commit is contained in:
parent
442b2a21c9
commit
e7297a5b1d
|
@ -39,7 +39,6 @@ mobs:register_mob("mobs_mc:chicken", {
|
||||||
fall_damage = false,
|
fall_damage = false,
|
||||||
fear_height = 4,
|
fear_height = 4,
|
||||||
jump_height = 4.5,
|
jump_height = 4.5,
|
||||||
floats = true,
|
|
||||||
sounds = {
|
sounds = {
|
||||||
random = "mobs_chicken",
|
random = "mobs_chicken",
|
||||||
death = "Chickenhurt1",
|
death = "Chickenhurt1",
|
||||||
|
|
Loading…
Reference in New Issue