1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-01-10 09:20:28 +00:00
CC-Tweaked/projects
Jonathan Coates dad6874638
Add detail provider for data components
Historically we'd provide specific data based on the current item and
NBT (hence BasicItemDetailProvider). However, with components, it now
makes sense to provide details for all items with a specific component.

This commit adds a new "ComponentDetailProvider" class, that reads a
component from an item stack (or other component holder) and provides
details about it if present.
2024-08-11 11:53:16 +01:00
..
common Merge branch 'mc-1.20.x' into mc-1.21.x 2024-07-31 07:34:49 +01:00
common-api Add detail provider for data components 2024-08-11 11:53:16 +01:00
core Merge branch 'mc-1.20.x' into mc-1.21.x 2024-07-31 07:34:49 +01:00
core-api Merge branch 'mc-1.20.x' into mc-1.21.x 2024-07-31 07:34:49 +01:00
fabric Merge branch 'mc-1.20.x' into mc-1.21.x 2024-07-31 07:34:49 +01:00
fabric-api Update to Minecraft 1.21 2024-06-22 16:19:59 +01:00
forge Merge branch 'mc-1.20.x' into mc-1.21.x 2024-07-31 07:34:49 +01:00
forge-api Update to Minecraft 1.21 2024-06-22 16:19:59 +01:00
lints Merge branch 'mc-1.20.x' into mc-1.20.y 2024-04-07 22:06:49 +01:00
standalone Small bits of cleanup 2024-06-26 18:07:57 +01:00
web Publish docs via an artifact instead 2024-06-19 09:57:56 +01:00
ARCHITECTURE.md Add a standalone CC:T UI 2023-10-28 17:58:11 +01:00