mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-11-13 15:10:50 +01:00
@@ -265,7 +265,7 @@ public class FishingManager extends SkillManager {
|
||||
int convertedLureBonus = 0;
|
||||
|
||||
//This avoids a Minecraft bug where lure levels above 3 break fishing
|
||||
if(lureLevel > 3) {
|
||||
if(lureLevel > 0) {
|
||||
masterAnglerCompatibilityLayer.setApplyLure(fishHook, false);
|
||||
convertedLureBonus = lureLevel * 100;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user