Navigate nested tags
Expand compound and list tags, search visible data, and follow each value in its structural context.
Open the main metadata file from a Java Edition world, inspect its nested NBT structure, stage precise changes, and download a newly encoded copy.
Files are parsed and rebuilt locally in your browser. Nothing is uploaded to Chunkweave.
Java Edition stores world-level settings and metadata in level.dat. Chunkweave exposes the underlying compounds, lists, strings, numbers, and arrays instead of flattening them into an unsafe text document.
Expand compound and list tags, search visible data, and follow each value in its structural context.
Edit values through type-aware controls so a byte, integer, long, string, or array remains explicit.
Save staged changes into a new local download. The source file selected from disk is not overwritten by the website.
A valid NBT file can still contain a value that a particular game version, datapack, mod, or server does not expect. Chunkweave preserves structure; it cannot guarantee that every custom edit is valid gameplay data.
Yes. Chunkweave opens Java Edition level.dat files in your browser, lets you edit their typed NBT tree, and exports a separate copy locally.
No. The file is parsed, edited, and rebuilt in your browser. Chunkweave does not receive or store its contents.
Yes. Keep an untouched copy of the entire world before replacing level.dat, because invalid values or structures can prevent a world from loading correctly.
No. This release is designed for Minecraft Java Edition data and should not be used as a Bedrock Edition level.dat editor.
Open a supported Minecraft Java Edition file, stage edits, and export a separate copy without sending world data to a server.