Minecraft 24w10a Update - What's New
Major technical snapshot introducing the item component system to replace NBT data for items. All item data now stored as typed components.
Overview
Minecraft 24w10a is a weekly development snapshot for Minecraft: Java Edition, published on March 6, 2024. Snapshots are Mojang's weekly previews of in-progress features (development week 10 of 2024), shipped early so the community can test and report problems before anything is finalized. This one logs 7 changes you can try in a throwaway test world.
The work in this update spans gameplay and commands. On the gameplay side it brings Item component system replaces NBT for item data and Components are typed and validated.
This build is part of the development cycle leading to 1.21 (Tricky Trials). Treat it as a preview rather than a destination: features can change, be renamed, or be cut entirely before they reach the stable release, so it is meant for testing and feedback, not for your main world or a live server.
Changes
#Gameplay(4)
- Item component system replaces NBT for item data
- Components are typed and validated
- Custom data component replaces arbitrary NBT tags
- Item tooltips now driven by component system
#Commands(3)
- Commands updated to use component syntax
- /give, /item, and related commands use new format
- Old NBT syntax deprecated
Server Admin Migration Guide
- Snapshot only - do not use in production
- Major breaking change for plugins and data packs using NBT
Known Issues
- Item conversion may not preserve all custom NBT perfectly
- Some commands still being updated
What This Means
For players
Snapshots are opt-in through the official launcher. Always make a copy of any world before opening it in 24w10a, because development builds can corrupt saves and there is no guarantee the world will open in a later version. Use a fresh test world to try the new content safely.
For server admins
Do not run 24w10a on a public server. Snapshots are unsupported by server software and most plugins. Spin up a private staging instance, confirm your plugins load, and report regressions while there is still time to fix them before release.
Background & Context
- Snapshots ship roughly once a week during active development and are enabled through the "Latest snapshot" toggle in the official launcher.
- The content here was being developed toward 1.21; individual features may have been adjusted, renamed, or removed before that version shipped.
- Always keep a backup of important worlds before changing versions; the Astroworld versions database tracks client and server compatibility for 24w10a.
Frequently Asked Questions
When was Minecraft 24w10a released?
Minecraft 24w10a was released on March 6, 2024 as a weekly development snapshot for Minecraft: Java Edition.
What is new in 24w10a?
Major technical snapshot introducing the item component system to replace NBT data for items. All item data now stored as typed components. Notable entries include: Item component system replaces NBT for item data; Components are typed and validated; Custom data component replaces arbitrary NBT tags. In total it documents 7 changes across 2 categories.
Should I use 24w10a on my main world?
No. 24w10a is a weekly development snapshot meant for testing. Keep your main world on the latest stable release and only open a backup copy in a separate test world to try the new content.
Can I run 24w10a on a Minecraft server?
It is not recommended for a public server. Snapshot only - do not use in production. Use a private staging instance to test plugins and mods, not to host players.
Which Minecraft version is 24w10a a preview of?
24w10a is part of the development cycle for 1.21, the update known as Tricky Trials. Features shown here are still in progress and may change before the final release.
Are there known issues in 24w10a?
Yes. Documented issues for this build include: Item conversion may not preserve all custom NBT perfectly; Some commands still being updated. Development builds are expected to have rough edges that get fixed before release.
Looking for version compatibility info?
Check client and server version details on our versions database.
