Started by
Eonaut
on
Topic category: Advanced modding
For some reason, whenever I ty to use a texture with blank pixels in spots, in minecraft, the held item looks like it is suppossed to, but the placed block has either black or white pixels filling in the blank areas. See image below for reference. Does anyone know how to fix this?
I don't know if it will work with JSON models but I had a simular issue in my Transmatic mod before as the glass was ment to be transparent. It would not be transparent and it will fill up clear spaces with white pixels.
Below where you import the JSON models in the transparency section, tick the box and choose the options out of solid, cutout, cutout_mipped and translucent. Here what each one of them does.
SOLID - Not transparent.
Cutout - Transparent without mipmapping (like glass).
Cutout mipped - Transparent with mipmapping.
Translucent - Slightly transparent (like ice).
@#1
Thanks. I figured that out not long after posting this topic, but still, thanks for clarifying what exactly each transparency options does.