Fix mobs able to swim in plants

This commit is contained in:
Wuzzy 2020-01-30 16:52:07 +01:00
parent 834c8cbc3a
commit 61e148ac2e
7 changed files with 18 additions and 26 deletions

View file

@ -85,7 +85,6 @@ mobs:register_mob("mobs_mc:vex", {
end
end,
fly = true,
fly_in = {"air"},
})