Fix pig rotation

This commit is contained in:
jordan4ibanez 2021-04-21 23:25:19 -04:00
parent 6aa6364492
commit 5e15af260b
1 changed files with 1 additions and 0 deletions

View File

@ -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,