mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2024-11-24 20:03:45 +01:00
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"
|
||||
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,
|
||||
|
Loading…
Reference in New Issue
Block a user