LiveOverflow / minecraft-hacked

Minecraft:Hacked is a video series exploring various technical areas of Minecraft.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About the fishing mod

Jarnek opened this issue · comments

Hey guys,
I was rebuilding the fishing mod and got stuck at using the tick function to run the countdown.
could you give me a hint where to place my fishing class and which tick function to hook?

Thanks in advance

Nvm, figured it out.
For anyone struggling with the same problem, my solution is to call "ClientTickEvents.END_CLIENT_TICK.register(this::tick);" in the constructor of the countdown class