use correct mesh for angry bee

master
Milan 2020-05-01 21:27:14 +02:00
parent 467123b46c
commit f5caf7f262
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ mobs:register_mob("mobs_animal:bee_angry", {
armor = 600,
collisionbox = {-0.2, -0.01, -0.2, 0.2, 0.2, 0.2},
visual = "mesh",
mesh = "mobs_bee.x",
mesh = "mobs_bee.b3d",
textures = {
{"mobs_bee.png"},
},