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

Prevent passive mobs from picking up death drops #2071

Merged
merged 4 commits into from Jun 22, 2023

Conversation

Jikoo
Copy link
Collaborator

@Jikoo Jikoo commented Jun 20, 2023

Closes #1901
Addresses #700

@Jikoo Jikoo marked this pull request as draft June 20, 2023 19:06
@Jikoo
Copy link
Collaborator Author

Jikoo commented Jun 20, 2023

Actually, requires moving player pickup code too.

@RoboMWM
Copy link

RoboMWM commented Jun 20, 2023

I guess there is some usage of locking drops for non pvp worlds - one of the lesser-used features, but still a significant amount

@Jikoo Jikoo marked this pull request as ready for review June 20, 2023 19:39
@Jikoo
Copy link
Collaborator Author

Jikoo commented Jun 20, 2023

Yeah, I used to use it myself before implementing no-death-drops-in-PVP because I wanted items to be able to be lost to lava.

This does have the benefit of separating out another PVP helper method, which will make modularizing that easier.

@RoboMWM RoboMWM added this to the 16.18.2 milestone Jun 22, 2023
@RoboMWM RoboMWM merged commit 13b57d6 into GriefPrevention:master Jun 22, 2023
1 check passed
@Jikoo Jikoo deleted the dev/entity-drop-unlock branch June 22, 2023 23:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allays can pick up drops
2 participants