mirror of
https://github.com/Xiao-MoMi/Custom-Fishing.git
synced 2025-12-19 15:09:24 +00:00
Update CustomFishingHook.java
This commit is contained in:
@@ -177,6 +177,7 @@ public class CustomFishingHook {
|
||||
context.arg(ContextKeys.OTHER_X, hook.getLocation().getBlockX());
|
||||
context.arg(ContextKeys.OTHER_Y, hook.getLocation().getBlockY());
|
||||
context.arg(ContextKeys.OTHER_Z, hook.getLocation().getBlockZ());
|
||||
context.arg(ContextKeys.OPEN_WATER, hook.isInOpenWater());
|
||||
|
||||
// get the next loot
|
||||
Loot loot;
|
||||
|
||||
Reference in New Issue
Block a user