diff options
author | TenPlus1 <kinsellaja@yahoo.com> | 2017-08-04 15:32:39 +0100 |
---|---|---|
committer | TenPlus1 <kinsellaja@yahoo.com> | 2017-08-04 15:32:39 +0100 |
commit | cadacac5aa399eeb55b51430456f36776ad6221c (patch) | |
tree | 3434537d10ce731514043281902e7ff6399d1bd8 /sheep.lua | |
parent | 1c3d11ca308e81a5f0b8607dcfe7afeef95a7a64 (diff) |
Updated intllib (thanks fat115)
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]) |