Merge pull request 'Fix sheep and pig rotation' (#1592) from jordan4ibanez/MineClone2:mineclone5 into mineclone5

Reviewed-on: MineClone2/MineClone2#1592
This commit is contained in:
jordan4ibanez 2021-04-22 03:26:27 +00:00
commit e398aca747
2 changed files with 2 additions and 1 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,

View File

@ -63,7 +63,7 @@ mobs:register_mob("mobs_mc:sheep", {
xp_min = 1,
xp_max = 3,
collisionbox = {-0.45, -0.01, -0.45, 0.45, 1.29, 0.45},
rotate = 270,
visual = "mesh",
visual_size = {x=3, y=3},
mesh = "mobs_mc_sheepfur.b3d",