1
0
鏡像自 https://codeberg.org/tenplus1/mobs_animal.git 已同步 2025-09-15 20:15:21 +02:00

can only shear your own sheep

此提交包含在:
TenPlus1
2018-01-22 16:09:22 +00:00
父節點 284021ebb7
當前提交 468f459fb6

查看文件

@@ -94,12 +94,14 @@ stepheight = 0.6,
local item = clicker:get_wielded_item()
local itemname = item:get_name()
local name = clicker:get_player_name()
--are we giving a haircut>
if itemname == "mobs:shears" then
if self.gotten ~= false
or self.child ~= false
or name ~= self.owner
or not minetest.get_modpath("wool") then
return
end
@@ -132,8 +134,6 @@ stepheight = 0.6,
return
end
local name = clicker:get_player_name()
--are we coloring?
if itemname:find("dye:") then