mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-19 09:31:07 +01:00
Glow squid spawn egg colors
This commit is contained in:
parent
01791cf550
commit
fb07fee7f0
1 changed files with 1 additions and 1 deletions
|
@ -243,4 +243,4 @@ mcl_mobs:spawn_specific(
|
|||
water)
|
||||
|
||||
-- spawn egg
|
||||
mcl_mobs:register_egg("mobs_mc:glow_squid", S("Glow Squid"), "#0000FF", "#ffffff", 0)
|
||||
mcl_mobs:register_egg("mobs_mc:glow_squid", S("Glow Squid"), "#095757", "#87f6c0", 0)
|
||||
|
|
Loading…
Reference in a new issue