-
-
Notifications
You must be signed in to change notification settings - Fork 686
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
Move various settings from NonVanillaCustomItemData to CustomItemData and allow use in JSON mappings #4655
Open
eclipseisoffline
wants to merge
26
commits into
GeyserMC:api/2.4.2
Choose a base branch
from
eclipseisoffline:customitemapi
base: api/2.4.2
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+452
−292
Open
Move various settings from NonVanillaCustomItemData to CustomItemData and allow use in JSON mappings #4655
Changes from 3 commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
e6c9c51
Move some functionality from non vanilla custom items to vanilla cust…
eclipseisoffline 9cd847e
Update implementations
eclipseisoffline 97e1beb
Implement logic for new vanilla custom item components in custom item…
eclipseisoffline 965d11c
Move armor type to super class and implement protection value and arm…
eclipseisoffline 72da5a5
Move translation string back to non vanilla and move hat to vanilla
eclipseisoffline 86518d5
Merge remote-tracking branch 'upstream/master' into customitemapi
eclipseisoffline 22f5ad1
Add overrides for backwards compatibility (testing needed) and reorde…
eclipseisoffline 0a7a06a
Add new vanilla custom item properties to JSON reader, needs testing
eclipseisoffline d31e94a
Fix edible animation
eclipseisoffline e8266ff
Move tool property back to non vanilla custom item
eclipseisoffline 17c3b78
Merge branch 'master' into customitemapi
eclipseisoffline ac4d543
Merge remote-tracking branch 'refs/remotes/upstream/master' into cust…
eclipseisoffline 6819d2b
Update to recent Geyser
eclipseisoffline 52b9921
Merge remote-tracking branch 'origin/customitemapi' into customitemapi
eclipseisoffline e5f037e
Move tool type and tool tier back to non vanilla items
eclipseisoffline 9bdf05a
Adjust documentation
eclipseisoffline aa59f40
Whoops
eclipseisoffline e55eaa7
Simplify documentation of armor type property
eclipseisoffline 7881c46
Merge remote-tracking branch 'refs/remotes/upstream/master' into cust…
eclipseisoffline 7d49af1
Implement stack size and max damage restrictions
eclipseisoffline 30df334
Improve documentation and add more proper checks to stack size and ma…
eclipseisoffline 7394cf5
Improve documentation slightly again
eclipseisoffline 7ebbf53
Improve exception messages for stackSize and maxDamage builder method…
eclipseisoffline c890f06
Add more annotations and proper validating of attack damage and prote…
eclipseisoffline db92184
Add validation for armor type
eclipseisoffline 5b864ab
Return -1 if not set for attack damage and protection value and imple…
eclipseisoffline File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do we want to force it to lowercase?