forked from VoxeLibre/VoxeLibre
Pink sheep DO spawn
This commit is contained in:
parent
6d366d810e
commit
c059d05efd
|
@ -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 New Issue