mirror of
https://codeberg.org/tenplus1/mobs_animal.git
synced 2025-07-27 04:24:35 +02:00
Fix shears glitch
This commit is contained in:
@ -90,8 +90,8 @@ for _, col in pairs(all_colours) do
|
|||||||
if itemname == "mobs:shears" then
|
if itemname == "mobs:shears" then
|
||||||
|
|
||||||
if self.gotten ~= false
|
if self.gotten ~= false
|
||||||
and self.child ~= false
|
or self.child ~= false
|
||||||
and not minetest.get_modpath("wool") then
|
or not minetest.get_modpath("wool") then
|
||||||
return
|
return
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user