mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2025-02-17 21:23:44 +01:00
Fix chicken not floating in water
This commit is contained in:
@ -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",
|
||||
|
Reference in New Issue
Block a user