forked from VoxeLibre/VoxeLibre
Fix pig rotation
This commit is contained in:
parent
6aa6364492
commit
5e15af260b
|
@ -6,6 +6,7 @@ mobs:register_mob("mobs_mc:pig", {
|
||||||
type = "animal",
|
type = "animal",
|
||||||
spawn_class = "passive",
|
spawn_class = "passive",
|
||||||
runaway = true,
|
runaway = true,
|
||||||
|
rotate = 270,
|
||||||
hp_min = 10,
|
hp_min = 10,
|
||||||
hp_max = 10,
|
hp_max = 10,
|
||||||
xp_min = 1,
|
xp_min = 1,
|
||||||
|
|
Loading…
Reference in New Issue