Posted October 31, 20205 yr How would one go about calling an event when a rod is cast? Please be patient, I'm a dunce.
October 31, 20205 yr As far as i know forge doesn't provide a hook where a fishing rod is casted (altough a hook is provided to handle the catch of fish/loot). It depends on what you are trying to achieve...a way you could go about this is to check for when a FishingBobberEntity joins the world (that would mean a rod has been casted). You can do this by listening to the EntityJoinWorldEvent and checking if the spawned entity is an instance of FishingBobberEntity Edited October 31, 20205 yr by Beethoven92 Check out the port of the BetterEnd fabric mod (WIP): https://www.curseforge.com/minecraft/mc-mods/betterend-forge-port
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.