mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2025-02-16 12:52:27 +01:00
Pink sheep DO spawn
This commit is contained in:
@ -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]
|
||||
|
Reference in New Issue
Block a user