Implement alternative item-despawn-rate#2128
Merged
electronicboy merged 12 commits intoAug 7, 2019
Merged
Conversation
MiniDigger
reviewed
Jun 4, 2019
Member
|
thinking more about this, wouldn't it make more sense to have a map with individual despawn rates per material? or would that be overkill? |
Contributor
Author
|
I see no downsides actually |
Spottedleaf
reviewed
Jun 4, 2019
This reverts commit 9905125.
also using EnumSet
Contributor
Author
|
Latest commit has added the requested changes. |
Contributor
Author
|
Added per item config. |
kashike
reviewed
Jul 13, 2019
Contributor
Author
|
updated for 1.14.4 |
|
Reason this isn't getting pulled? Seems like an easy, straightforward PR. |
Member
|
time |
Spottedleaf
reviewed
Jul 26, 2019
Spottedleaf
reviewed
Jul 26, 2019
Contributor
Author
|
Fixed both issues. |
Spottedleaf
reviewed
Jul 26, 2019
electronicboy
approved these changes
Aug 7, 2019
LeonTG
pushed a commit
to LeonTG/Paper
that referenced
this pull request
May 17, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This implements the feature request of #1710. If enabled, the specified Materials which are dropped as items will despawn at the chose alternate rate. Materials which are not selected will be unaffected regardless.
See #1710 for config setup (in paper.yml)