added new animal inventory textures (thanks sirrobzeroone)

This commit is contained in:
TenPlus1
2019-06-02 10:53:50 +01:00
parent 4259e9a6b1
commit 9e2f3813b3
9 changed files with 4 additions and 4 deletions

View File

@ -196,7 +196,7 @@ for _, col in ipairs(all_colours) do
end
})
mobs:register_egg("mobs_animal:sheep_"..col[1], S("@1 Sheep", col[2]), "wool_"..col[1]..".png", 1)
mobs:register_egg("mobs_animal:sheep_"..col[1], S("@1 Sheep", col[2]), "wool_"..col[1]..".png^mobs_sheep_inv.png")
-- compatibility
mobs:alias_mob("mobs:sheep_" .. col[1], "mobs_animal:sheep_" .. col[1])