summaryrefslogtreecommitdiff
path: root/sheep.lua
diff options
context:
space:
mode:
Diffstat (limited to 'sheep.lua')
-rw-r--r--sheep.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/sheep.lua b/sheep.lua
index 757c34f..1dde501 100644
--- a/sheep.lua
+++ b/sheep.lua
@@ -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])