9
0
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:
XiaoMoMi
2025-09-03 01:08:32 +08:00
parent d1b377ea3f
commit eb871a7c43

View File

@@ -177,6 +177,7 @@ public class CustomFishingHook {
context.arg(ContextKeys.OTHER_X, hook.getLocation().getBlockX()); context.arg(ContextKeys.OTHER_X, hook.getLocation().getBlockX());
context.arg(ContextKeys.OTHER_Y, hook.getLocation().getBlockY()); context.arg(ContextKeys.OTHER_Y, hook.getLocation().getBlockY());
context.arg(ContextKeys.OTHER_Z, hook.getLocation().getBlockZ()); context.arg(ContextKeys.OTHER_Z, hook.getLocation().getBlockZ());
context.arg(ContextKeys.OPEN_WATER, hook.isInOpenWater());
// get the next loot // get the next loot
Loot loot; Loot loot;