-
-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix typo in tags README and add newitems tag (#321)
- Loading branch information
1 parent
ab351a0
commit 60a7ace
Showing
2 changed files
with
8 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
type: text | ||
|
||
--- | ||
|
||
Geyser's custom item system has not yet been updated to fully support Java's 1.21.4 item model definition format. There is a PR open for a [new custom item API](https://github.com/GeyserMC/Geyser/pull/5189), which adds support for 1.21.4 item definitions, their predicates, items with custom components, and more. | ||
|
||
Until this PR is merged, you can still use the current custom item API with the 1.21.4 format, by using `range_dispatch` conditions (checking for index 0 of the `custom_model_data` property) in Java resource packs. Note that you will not be able to use these resource packs with converters like Kastle's java2bedrock.sh. |