Started by
rafboh
on
Topic category: Help with Minecraft modding (Java Edition)
When placing custom shape block in the space there are black faces projected on the blocks that are sharing common faces. Standing alone the block is rendered just fine except the bottom when it stands on the"ground" block. Any hint what to change in the code to get rid of the problem. What is the reason of the glitch ?
Edited by rafboh on Wed, 01/23/2019 - 18:19
You need to set light opacity to 0 and set proper transparency mode.
thanks !