Lightning-64 / Tide

A Minecraft fishing mod
Other
3 stars 0 forks source link

Not letting me fish upon going thru dimensions unless i @kill with respawn set in specified dimension #1

Closed DatBoiOmonie closed 1 month ago

DatBoiOmonie commented 1 month ago

it's not letting me fish upon entering dimensions unless i @kill myself with respawn set in speicified dimension, ill paste the log.. i am using multiple mods but idk its an odd bug everything works but if i go into another dimension, it just won't let me cast unless i die. etc, i wanna fish in the nether i have to /kill command myself with respawn set in the nether to fish there, and upon going to overworld my fish casting is broke again and i have to do the same thing wth /kill command except with respawn set in overworld.. rather tedious.

2024-09-25-1[1].log

Lightning-64 commented 1 month ago

First of all, do any other items that you have to right click not work in the nether? I noticed this error in your log that seems to come from the rightClickItem event relating to a different mod.

This error seems to show up when you right click with the fishing rod:

[00:36:16] [Server thread/ERROR]: Failed to handle packet net.minecraft.network.protocol.game.ServerboundUseItemPacket@491c6cad, suppressing error
java.lang.NullPointerException: Cannot invoke "yesman.epicfight.world.capabilities.entitypatch.player.ServerPlayerPatch.getOriginal()" because "playerpatch" is null
    at yesman.epicfight.events.PlayerEvents.rightClickItemServerEvent(PlayerEvents.java:61) ~[epicfight-forge-20.8.10-1.20.1.jar%23311!/:20.8.10]
    at yesman.epicfight.events.__PlayerEvents_rightClickItemServerEvent_RightClickItem.invoke(.dynamic) ~[epicfight-forge-20.8.10-1.20.1.jar%23311!/:20.8.10]

This originates from a method in the epic fight mod. My second question is, could you test this again without the epic fight mod to see if the issue is fixed, and if it is, I can try to figure out if this issue is actually coming from the tide mod? It may not be an issue with tide itself.

DatBoiOmonie commented 1 month ago

yeah, it was epicfight thanks alot.