
Browser-native Bedrock tooling
MineCoreMod Converter
A forge for Minecraft Bedrock packages that runs entirely inside your browser. Nothing is uploaded, nothing leaves the device — the archive is taken apart and rebuilt locally.
Flagship module
NovaForge Bedrock
Recreator Ultra
Feed it a package, get back a clean, freshly-identified, integrity-checked one under 1,048,576 bytes. Typical packages finish in well under a minute — the exact time still depends on your device, browser, package size and how it was compressed.
- Limit
- 1 MB
- Upload
- None
- Inflates
- Manifests only
- Verify
- Built in
Launch the recreator →
Everything runs client-side · your packages never touch a server
Why it is fast
01Index-first reading
The central directory is parsed straight off the tail of the archive. A 300 MB add-on is understood without loading 300 MB.
02Raw stream copy
Kept files are moved as already-compressed bytes. No inflate, no re-deflate, CRC-32 carried over untouched.
03Identity rebuild
Only the manifests are decompressed — fresh UUIDs are minted and every dependency reference is re-linked.
04Self-verification
The produced archive is re-opened and checked against its own central directory before you ever download it.