forked from VoxeLibre/VoxeLibre
turtles can breather under water
This commit is contained in:
parent
f1c1b03df4
commit
b2453b587a
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue