Import 373 blocks from the Box3 (Magic Code Island) platform into Minecraft, so you can build with the same familiar blocks inside MC.
You can also migrate structures from Box3 directly into your Minecraft world, preserving the original building style.
- 373 blocks: including letters, numbers, symbols, colors, elements, etc.
- 9 creative tabs: organized for easy search and use
- Box3: Letters – A-Z letter blocks
- Box3: Numbers – 0-9 number blocks
- Box3: Symbols – various symbol blocks
- Box3: Colors – colorful blocks
- Box3: Elements – chemical element blocks
- Box3: Food – food-related blocks
- Box3: Lights – emissive / light blocks
- Box3: Nature – natural-texture blocks
- Box3: Building – building material blocks
- Terrain file import: supports importing compressed terrain files (
.gz) from theconfig/box3/directory into your world. - Structure migration: migrate structures from Box3 into Minecraft while keeping the same block appearance.
- Get terrain files: visit https://box3lab.com/build2mc to download Box3 building terrain files (
.gz). - Import commands:
/box3import
List all available terrain files (.gz) underconfig/box3/./box3import <fileName>
Import a structure fromconfig/box3/<fileName>.gz.
(You don’t need to type the.gzextension in the command.)/box3import <fileName> <offsetY>
Apply an additional vertical offset ofoffsetYblocks relative to your current position (positive = up, negative = down)./box3import <fileName> <offsetY> <ignoreBarrier>
WhenignoreBarrier = true, barrier blocks will be skipped (they will not be placed in the world)./box3import <fileName> <offsetY> <ignoreBarrier> <ignoreWater>
WhenignoreWater = true, all fluids are uniformly replaced with air.
- Export commands:
/box3export <fileName>
Automatically search for the two nearestRedstone Blockmarkers (minecraft:redstone_block) around the player, treat them as opposite corners of the export region, and export that region toconfig/box3/<fileName>.gz.- Search rules: chunks are scanned from near to far until two marker blocks are found, then the search stops.
The maximum search radius is1024blocks.
- Resource file import: Supports importing resource packs from the
resourcepacks/directory. - Resource pack model loading: Put models into a resource pack to auto-register them in Creative.
- Model creative tab:
Box3:Modelstab for model items. - Model Destroyer: Right-click a model to delete it (item name: Model Destroyer).
- Generate model resource pack: Visit https://box3lab.com/mc-resource-pack to get a pack compatible with this mod.
- Interactive parameter tuning:
- Right-click the model with an
empty hand: switch mode (Scale / Offset X / Offset Y / Offset Z / Rotation) - Right-click the model with a
Stick: increase the current mode value - Right-click the model with a
Blaze Rod: decrease the current mode value
- Right-click the model with an
- Copy & paste parameters:
- Right-click the model with
Paper: copy current model parameters - Right-click the model with a
Book: paste parameters to the target model
- Right-click the model with
- Barrier visibility command
/box3barrier:/box3barrier
Show whether barriers are currently visible./box3barrier <bool>
Turn barrier rendering on or off (barriers always have collision; this only controls rendering)./box3barrier toggle
Quickly toggle barrier visibility.
The state is saved to a local config file and will be applied automatically next time you enter the world.
📋 Full block list: see block_id.md for all block IDs, registry keys, and Chinese–English name mapping.
This project is licensed under the Apache License 2.0.
- Blocks provided by Box3, and the mod developed by Box3Lab
- FabricMC team for the Fabric mod loader