Skip to content

Commit

Permalink
Fix typo in tags README and add newitems tag (#321)
Browse files Browse the repository at this point in the history
  • Loading branch information
eclipseisoffline authored Jan 21, 2025
1 parent ab351a0 commit 60a7ace
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/tags/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ type: text
aliases: test1, test2
image: https://example.com/example.png
button: [View Rory](https://example.com)
button: [Floodagte Wiki](https://wiki.geysermc.org/floodgate/)
button: [Floodgate Wiki](https://wiki.geysermc.org/floodgate/)

---

Expand Down
7 changes: 7 additions & 0 deletions src/main/resources/tags/info/newitems.tag
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.

0 comments on commit 60a7ace

Please sign in to comment.