summaryrefslogtreecommitdiff
path: root/sheep.lua
diff options
context:
space:
mode:
authorTenPlus1 <kinsellaja@yahoo.com>2017-08-04 15:32:39 +0100
committerTenPlus1 <kinsellaja@yahoo.com>2017-08-04 15:32:39 +0100
commitcadacac5aa399eeb55b51430456f36776ad6221c (patch)
tree3434537d10ce731514043281902e7ff6399d1bd8 /sheep.lua
parent1c3d11ca308e81a5f0b8607dcfe7afeef95a7a64 (diff)
Updated intllib (thanks fat115)
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])