#Fishing mod counter help
18 messages · Page 1 of 1 (latest)
Well the thing is I would like it to just be a client side mode since I want to use it on a server that uses custom fishing I mean custom loot tables and such and I want to gather data
and It would be best if it was just a client sided one
I managed to make like a java fabric template from a video in idellaJ but the rest I am just completely lost
Ah. That's a lot harder. Statistics aren't sent to the client until they check the statistics screen, and if it's anything like attacking, the client doesn't get any info about who did what.
Do you know Java?
Absolutely not thats the thing, I'm down to learn but I am very much lost, nobody makes any videos about templates or such
It could be even if a fish gets caught or the sound plays the counter goes up
Anything that could theoritically be a fish counter
or I can just count it manually for each biome for my data gathering but it will be tedious
If you don't know Java, you gotta either learn Java outside Minecraft (!!learnjava) or provide enough details and maybe someone else will make it
so I am here to try and make stuff
I would even be down to pay for something like that because the concept doesnt seem so bad
but idk I dont know java so it might be hard af
If you do want to pay someone, I can send an invite to a discord that allows that
sure
A modding community based around the game Minecraft! Welcome to those who love to mod the game and have fun! | 5963 members
If you can do it based on catches, then I think it’s very doable even if you don’t know much Java (if you have programming experience or are willing to learn)
Maybe look at source code for autofishing mods and see how they detect bites (would have to make sure the user caught it though). I’m sure that you could also mixin to a fish caught event or something like that, assuming it’s sent to the client