Fishing Tick Fix
In vanilla, when a fishing line is cast, the game rolls a random time after which a fish will bite, then subtracts 5 seconds from that for each level of the "Lure" enchantment on the fishing rod. If this modified time would be negative, it rolls for a new delay on the next tick, and repeats this process until it is positive.
Using this mod, if the delay (after modifications like Lure) is negative, it is instead set to 1 tick and not rerolled.

