Topic category: Help with MCreator software
Hi, I'm new to modding Minecraft and have made a mix of standard blocks with MCreator and blocks based on 3d models (Blockbench via json files) in MCreator. I have a few questions that I'll spread across different posts to keep the issues separate.
This issue is the size of the objects held in game and the amount of screen real-estate they take up. A standard block takes a small part of the view on the bottom right...
But when I look at the custom blocks (created as 3d models in Blockbench, then imported into MCreator as json files) they take a huge amount of visual real-estate...
I've checked all the block settings and can't see any way to control the size. I've also been through 60 pages of forum posts (we're still in lockdown), but couldn't see anything.
Is there any way to manage (reduce) the size of the held block in-game through MCreator settings?
You can't do it in MCreator. For this, you need to go to Blockbench, while editing your block you go to "Display" on top right.
Then you to the "Display" tab above, click on "Apply preset", then "Default block" if you're making a block or "Default item" if you're making an item, and finally click on "Apply on all slots". Blockbench will imediately act if your block was a vanilla block and set everything how a vanilla block should be.
Thanks