Compiles Minecraft Bedrock Script API addons into a proprietary Void bytecode representation, executed by a compact runtime — never reconstructed as JavaScript.
Protection
VOID
Build ID
—
Input
0 B
VBC
0 B
Compilation
—
Input — Minecraft JavaScript
DROP .JS FILE TO LOAD
Output — Void ByteCode
// compiled VBC will appear here
Minecraft Compatibility
Decompiled Reconstruction
Best-effort reconstruction from VBC. Original identifiers, comments, and formatting are not recoverable.
Runtime Test — Mock Minecraft Execution
Executed via the Void VM against a simulated @minecraft/server registry, confirming the VBC runs without reconstructing source.