forked from Mineclonia/Mineclonia
Fix wool regrow for sheep
This commit is contained in:
parent
91b41885d5
commit
55beefa6c7
|
@ -94,6 +94,8 @@ mobs:register_mob("mobs_mc:sheep", {
|
||||||
self.color = "unicolor_white"
|
self.color = "unicolor_white"
|
||||||
end
|
end
|
||||||
self.gotten = false
|
self.gotten = false
|
||||||
|
self.base_texture = sheep_texture(self.color)
|
||||||
|
self.object:set_properties({ textures = self.base_texture })
|
||||||
self.drops = {
|
self.drops = {
|
||||||
{name = mobs_mc.items.mutton_raw,
|
{name = mobs_mc.items.mutton_raw,
|
||||||
chance = 1,
|
chance = 1,
|
||||||
|
|
Loading…
Reference in New Issue