Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add fishing #7137

Open
wants to merge 109 commits into
base: dev/feature
Choose a base branch
from
Open

Add fishing #7137

wants to merge 109 commits into from

Conversation

Efnilite
Copy link
Member

@Efnilite Efnilite commented Oct 8, 2024

Description

Continues #4284.

  • Updated events to be a lot more specific. Removes current on fish event.
  • Added fishing hook
  • Added hooked entity
  • Added dropped XP of fishing event
  • Added condition hook is in open water
  • Added pull hooked entity effect
  • Added bucket entity event + expression
  • Added fishing lure effect
  • Added hooked entity expr
  • Added fish waiting time
  • Added fish approach angle
  • Added tests!

Thanks @AyhamAl-Ali!


Target Minecraft Versions: any
Requirements: none
Related Issues: none

fednelpat and others added 30 commits August 2, 2020 19:42
@Efnilite Efnilite added the breaking changes Pull or feature requests that contain breaking changes (API, syntax, etc.) label Oct 9, 2024
@Efnilite Efnilite marked this pull request as ready for review October 15, 2024 19:35
@Efnilite
Copy link
Member Author

good luck :)

Copy link
Member

@sovdeeth sovdeeth left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

needs some tests for invalid things, like max wait time < min wait time, infinities, NaNs, etc.

src/main/java/ch/njol/skript/effects/EffFishingLure.java Outdated Show resolved Hide resolved
src/main/java/ch/njol/skript/effects/EffFishingLure.java Outdated Show resolved Hide resolved
src/main/java/ch/njol/skript/events/EvtBucketEntity.java Outdated Show resolved Hide resolved
Copy link
Member

@sovdeeth sovdeeth left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

forgot to click request

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking changes Pull or feature requests that contain breaking changes (API, syntax, etc.) feature Pull request adding a new feature.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants