mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-12-01 23:11:11 +01:00
Fix rabbit rotation
This commit is contained in:
parent
0f4628db09
commit
cd47233798
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ local rabbit = {
|
||||||
spawn_class = "passive",
|
spawn_class = "passive",
|
||||||
passive = true,
|
passive = true,
|
||||||
reach = 1,
|
reach = 1,
|
||||||
|
rotate = 270,
|
||||||
hp_min = 3,
|
hp_min = 3,
|
||||||
hp_max = 3,
|
hp_max = 3,
|
||||||
xp_min = 1,
|
xp_min = 1,
|
||||||
|
|
Loading…
Reference in a new issue