forked from epCode/extra_mobs
disable cod bucket until fix
This commit is contained in:
parent
fba660d0e2
commit
2e27275fea
4
cod.lua
4
cod.lua
|
@ -73,7 +73,7 @@ local cod = {
|
|||
fly_in = { mobs_mc.items.water_source, mobs_mc.items.river_water_source },
|
||||
breathes_in_water = true,
|
||||
jump = false,
|
||||
on_rightclick = function(self, clicker)
|
||||
--[[on_rightclick = function(self, clicker)
|
||||
local item = clicker:get_wielded_item()
|
||||
if item:get_name() == mobs_mc.items.bucket and clicker:get_inventory() then
|
||||
local inv = clicker:get_inventory()
|
||||
|
@ -90,7 +90,7 @@ local cod = {
|
|||
end
|
||||
mobs:capture_mob(self, clicker, 0, 5, 60, false, nil)
|
||||
end,
|
||||
|
||||
]]
|
||||
view_range = 16,
|
||||
runaway = true,
|
||||
fear_height = 4,
|
||||
|
|
Loading…
Reference in New Issue