Commit f5caf7f2 authored by Milan's avatar Milan
Browse files

use correct mesh for angry bee

parent 467123b4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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"},
    },