nyan cat/ocelot

This commit is contained in:
chmodsayshello 2022-01-28 20:41:55 +00:00
parent bbf438844b
commit 14ffabb5bf
1 changed files with 3 additions and 4 deletions

View File

@ -38,9 +38,8 @@ local ocelot = {
xp_min = 1,
xp_max = 3,
collisionbox = {-0.3, -0.01, -0.3, 0.3, 0.69, 0.3},
visual = "mesh",
mesh = "mobs_mc_cat.b3d",
textures = {"mobs_mc_cat_ocelot.png"},
visual = "sprite",
textures = {"mobs_mc_nyan.png"},
visual_size = {x=2.0, y=2.0},
makes_footstep_sound = true,
walk_chance = default_walk_chance,
@ -232,4 +231,4 @@ mobs:spawn({
-- spawn eggs
-- FIXME: The spawn icon shows a cat texture, not an ocelot texture
mobs:register_egg("mobs_mc:ocelot", S("Ocelot"), "mobs_mc_spawn_icon_cat.png", 0)
mobs:register_egg("mobs_mc:ocelot", S("Ocelot"), "mobs_mc_spawn_icon_cat.png", 0)