turtles can breather under water

This commit is contained in:
cora 2022-10-21 13:46:53 +02:00
parent f1c1b03df4
commit b2453b587a
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@ local turtle = {
makes_footstep_sound = true,
fly = true,
fly_in = {"mcl_core:water_source","mcl_core:water_flowing"},
breath_max = -1,
walk_velocity = 1,
run_velocity = 2,
follow_velocity = 2,