diff --git a/cod.lua b/cod.lua index 97339b5..f38bc51 100644 --- a/cod.lua +++ b/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,