diff options
Diffstat (limited to 'sheep.lua')
-rw-r--r-- | sheep.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -179,7 +179,7 @@ for _, col in ipairs(all_colours) do end }) - mobs:register_egg("mobs_animal:sheep_"..col[1], col[2] .. " " .. S("Sheep"), "wool_"..col[1]..".png", 1) + mobs:register_egg("mobs_animal:sheep_"..col[1], S("@1 Sheep", col[2]), "wool_"..col[1]..".png", 1) -- compatibility mobs:alias_mob("mobs:sheep_" .. col[1], "mobs_animal:sheep_" .. col[1]) |