mirror of
https://git.minetest.land/Mineclonia/Mineclonia.git
synced 2024-12-01 02:23:08 +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]
|
self.color = colors["brown"][1]
|
||||||
textures = colors["brown"][2]
|
textures = colors["brown"][2]
|
||||||
else
|
else
|
||||||
-- FIXME: Pink sheem seem to spawn never
|
|
||||||
-- 0.164%
|
-- 0.164%
|
||||||
self.color = colors["pink"][1]
|
self.color = colors["pink"][1]
|
||||||
textures = colors["pink"][2]
|
textures = colors["pink"][2]
|
||||||
|
|
Loading…
Reference in a new issue