Merge pull request 'Nyan cat/ocelot' (#3) from chmodsayshello/Memeclone_Fork:nyan_cat into master

Reviewed-on: EliasFleckenstein03/Memeclone#3
This commit is contained in:
Lizzy Fleckenstein 2022-05-22 19:37:48 +00:00
commit 723cf699b8
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