Fix wool regrow for sheep

This commit is contained in:
Wuzzy 2018-05-31 03:43:48 +02:00
parent 91b41885d5
commit 55beefa6c7
1 changed files with 2 additions and 0 deletions

View File

@ -94,6 +94,8 @@ mobs:register_mob("mobs_mc:sheep", {
self.color = "unicolor_white"
end
self.gotten = false
self.base_texture = sheep_texture(self.color)
self.object:set_properties({ textures = self.base_texture })
self.drops = {
{name = mobs_mc.items.mutton_raw,
chance = 1,