Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 11/02/20 in all areas

  1. This has been fixed, update to 1.16.3/latest Forge.
    1 point
  2. 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
    1 point
  3. For anyone who comes across this in the future, running with `--no-daemon` seems to solve it https://github.com/MinecraftForge/ForgeGradle/issues/563
    1 point
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.