mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-22 10:31:06 +01:00
Fix pig rotation
This commit is contained in:
parent
6aa6364492
commit
5e15af260b
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@ mobs:register_mob("mobs_mc:pig", {
|
|||
type = "animal",
|
||||
spawn_class = "passive",
|
||||
runaway = true,
|
||||
rotate = 270,
|
||||
hp_min = 10,
|
||||
hp_max = 10,
|
||||
xp_min = 1,
|
||||
|
|
Loading…
Reference in a new issue