Merge pull request 'Merge my own changes into my master branch #3' (#4) from nyan_cat into master

Reviewed-on: #4
This commit is contained in:
chmodsayshello 2022-02-01 20:08:30 +00:00
commit 3dde8ce8ce
2 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)

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.4 KiB