Learn how to make a block that isn’t 16×16 MCreator using models, hitboxes, and scaling tricks to unlock custom designs.
To make a block that isn’t 16×16 in MCreator, you use a custom 3D model instead of the default cube. You design it in Blockbench, import it into MCreator, and adjust its hitbox so it behaves correctly in-game.
I still remember the first time I tried to break out of the “perfect cube” mindset in MCreator. Everything I made looked… identical. No matter how different my idea was, it kept collapsing back into that same 16×16 shape.
It felt like the engine was quietly saying, “This is all you get.”
But the more I experimented, the more I realized something important: the limitation wasn’t really about creativity. It was about method.
I wasn’t stuck with blocks. I was just using the wrong kind of block system.
And once that clicked, everything about Minecraft modding started to feel different.
Understanding the 16×16 Limitation in MCreator
Why Blocks Are Always 16×16 by Default
Minecraft is built around a grid system where each block fits inside a 16-unit cube. MCreator follows this structure by default, which is why every basic block you create looks like a perfect cube.
This system keeps everything consistent, predictable, and optimized.
But it also means one thing:
If you don’t change the approach, everything will stay a cube forever.
The Real Secret: You’re Not Editing a Block Anymore
The important shift is understanding this:
You’re not limited to blocks, you’re creating models that behave like blocks.
That changes everything.
Instead of asking, “How do I stretch a block?”
You start asking, “How do I build a shape that fits inside Minecraft’s system?”
And that’s where custom modeling comes in.
Step-by-Step: How to Make a Block That Isn’t 16×16 in MCreator
Step 1: Build a Custom Model in Blockbench
Blockbench is where the freedom begins.
When you create a new model:
- Choose a Java Block/Item model
- Start adding cubes
- Ignore the 16×16 restriction mentally
- Resize and reshape freely
You can make things:
- Taller than normal blocks
- Flat like slabs
- Thin like panels
- Or even complex shapes like furniture
This is the moment where your idea stops being theoretical.
Step 2: Export the Model Correctly
Once your shape looks right:
- Export it as a JSON model
- Make sure textures are properly assigned
- Check pivot points so it doesn’t rotate strangely in-game
This step feels small, but it’s where most beginners lose their progress.
A slightly misaligned pivot can make a perfect model feel completely wrong.
Step 3: Import into MCreator
Now move into MCreator:
- Create a new block
- Select the option for a 3D block model
- Import your JSON file
At this point, your model should appear in the editor.
Sometimes it will look perfect. Sometimes it won’t.
Both outcomes are normal.
Step 4: Fix the Hitbox (Most Important Step)
The hitbox is what the game uses for collision and interaction.
It does NOT automatically match your model.
Inside MCreator:
- Open block settings
- Adjust the bounding box size
- Match it to your model OR intentionally design it differently
This is where creativity really opens up.
For example:
- A tall statue can have a small base hitbox
- A wide table can have a flat interaction area
- A decorative object can have no meaningful collision
This separation between visuals and logic is what makes custom blocks powerful.
Step 5: Test Everything in Game
This is where reality hits.
You might notice:
- Slight scaling issues
- Weird lighting on edges
- Collision feeling off
- Models appearing too big or too small
This is part of the process, not a mistake.
Every adjustment brings it closer to how you imagined it.
Examples of Non-16×16 Blocks
Example 1: Custom Chair
A chair doesn’t need to be a cube.
- Model: Seat + backrest + legs
- Height: Smaller than a full block
- Hitbox: Tight around seating area
It suddenly feels like a real object, not a Minecraft placeholder.
Example 2: Tall Lamp
A lamp breaks vertical limits visually.
- Model height: 2–3 blocks
- Hitbox: Only base block
It looks tall but behaves simply.
Example 3: Thin Wall Panel
A decorative wall piece can be extremely thin.
- Model thickness: minimal
- Hitbox: matches wall plane
It becomes more like architecture than a block.
The Hidden Trade-Offs
Freedom Comes With Complexity
Once you leave standard blocks, things get more detailed:
- You manage collision manually
- You deal with visual glitches
- You test more frequently
But in exchange, you gain complete control over shape.
Performance Matters More Than You Think
More complex models can slightly affect performance, especially when used in large numbers.
Simple rule:
If it looks good and runs smoothly, it’s a win.
Minecraft Lighting Isn’t Always Friendly
Custom shapes don’t always interact perfectly with Minecraft’s lighting system.
You might see:
- Strange shadows
- Slight brightness inconsistencies
- Visual “edges” that don’t exist in reality
It’s expected behavior when breaking the cube system.
Comparison: Default Blocks vs Custom Model Blocks
| Feature | Default 16×16 Block | Custom Model Block |
| Shape Control | Fixed cube | Fully flexible |
| Ease of Use | Very easy | Moderate |
| Visual Detail | Limited | High |
| Collision Control | Basic | Fully editable |
| Performance | Optimized | Depends on design |
A Simpler Way to Think About It
At some point, I stopped thinking in terms of “blocks.”
Instead, I started thinking:
“What is this object supposed to feel like in the world?”
Because once you shift your mindset, the 16×16 limitation stops feeling like a wall, and starts feeling like a base layer you can build on top of.
The cube is no longer a restriction.
It’s just the starting point.
FAQ
Can I make a block bigger than 16×16 in MCreator?
You can make it look bigger using custom models, but it still occupies one block space in the game.
Why does my custom block look distorted in-game?
This usually happens due to incorrect scaling or pivot alignment in your model file.
Do I always need Blockbench?
It’s not mandatory, but it’s the most practical tool for creating Minecraft-compatible models.
Can I change how players interact with custom blocks?
Yes, by editing the hitbox and using procedures, you can fully customize interaction behavior.
Why does my block clip through other blocks?
That’s usually a collision box mismatch between the model and hitbox settings.
Key Takings
- MCreator’s 16×16 block system is a default structure, not a creative limit.
- Custom models allow you to create any shape within the block space.
- Blockbench is the key tool for breaking standard block design rules.
- Hitbox control is what defines gameplay behavior, not visuals.
- Testing and iteration are essential for stable results.
- Visual freedom increases complexity but unlocks realistic designs.
- The real shift is thinking in models, not blocks.



