#Fishing mod counter help

18 messages · Page 1 of 1 (latest)

late bison
#

That's fully possible with a datapack if you have the server side available

glacial helm
#

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

late bison
glacial helm
#

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

late bison
#

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

glacial helm
#

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

late bison
#

If you do want to pay someone, I can send an invite to a discord that allows that

glacial helm
#

sure

late bison
dusky parcel
# glacial helm It could be even if a fish gets caught or the sound plays the counter goes up

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