Fix sheep rotation

This commit is contained in:
jordan4ibanez 2021-04-21 23:25:10 -04:00
parent 29305f548d
commit 6aa6364492
1 changed files with 1 additions and 1 deletions

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