Change axolotl spawn egg to palette instead of texture

This commit is contained in:
TheOnlyJoeEnderman 2022-11-04 02:21:58 +00:00
parent 7e3d5f3553
commit faa7ca1f68
1 changed files with 2 additions and 2 deletions

View File

@ -208,5 +208,5 @@ minetest.LIGHT_MAX+1,
water-16,
water+1)
--spawn egg
mcl_mobs:register_egg("mobs_mc:axolotl", S("Axolotl"), "mobs_mc_spawn_icon_axolotl.png", 0)
-- spawn eggs
mcl_mobs:register_egg("mobs_mc:axolotl", S("Axolotl"), "#e890bf", "#b83D7e", 0)