Fix missing sheared sheep texture bug

This commit is contained in:
Wuzzy 2017-02-17 05:12:58 +01:00
parent 135d99c74e
commit b1d9658b82
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ mobs:register_mob("mobs_mc:sheep", {
minetest.add_item(pos, ItemStack("mcl_wool:"..self.color.." "..math.random(1,3)))
end
self.object:set_properties({
textures = {"sheep_sheared.png"},
textures = {"mobs_sheep_sheared.png"},
})
if not minetest.setting_getbool("creative_mode") then
item:add_wear(300)