mirror of
https://git.minetest.land/Mineclonia/Mineclonia.git
synced 2024-11-28 04:23:01 +00:00
Pink sheep DO spawn
This commit is contained in:
parent
6d366d810e
commit
c059d05efd
1 changed files with 0 additions and 1 deletions
|
@ -104,7 +104,6 @@ mobs:register_mob("mobs_mc:sheep", {
|
|||
self.color = colors["brown"][1]
|
||||
textures = colors["brown"][2]
|
||||
else
|
||||
-- FIXME: Pink sheem seem to spawn never
|
||||
-- 0.164%
|
||||
self.color = colors["pink"][1]
|
||||
textures = colors["pink"][2]
|
||||
|
|
Loading…
Reference in a new issue