Updated intllib (thanks fat115)

This commit is contained in:
TenPlus1
2017-08-04 15:32:39 +01:00
parent 1c3d11ca30
commit cadacac5aa
10 changed files with 769 additions and 193 deletions

View File

@ -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])