Troubleshooting¶
This page lists answers to common issues and questions you may have. Please check here first before asking for any support.
The textures aren't displaying / They show as rectangles¶
- Make sure you added the assets to ItemsAdder as described in the First Setup page.
- If only the Block image doesn't show/is a rectangle, make sure the
image.jsonfile was created without issues. Also make sure there is actually an image available for the block. - Make sure you've updated the resource pack by using
/iazipand following the steps of whatever hosting setup you use to update the URL.
The Block image is misaligned¶
When MC generates the font to display is it basing the width on the last non-transparent pixel. This means that images with a lot of empty space to the right will not render the full width.
To bypass this issue, edit the image by adding a background with a very low opacity (around 5%). This will force MC to use the full image width while still having a somewhat transparent background.