Mineshopper / carpentersblocks

A Minecraft mod.
GNU Lesser General Public License v2.1
133 stars 84 forks source link

Darker effects on Carpenter Blocks #438

Open Mollotow opened 4 years ago

Mollotow commented 4 years ago

When adding a block, the carpenter Blocks seem darker than normal blocks. It only appears when a Shader is activated. Is there a way to solve this problem? 2020-06-29_13 11 21 2020-06-29_13 11 58

calreveraster commented 11 months ago

FYI for anyone who stumbles across this, this happens because the wood is in the block.properties file of the shader, and the slope is not, so the shader is interacting differently with the wood of the block and the wood of the slope.

The slopes are hard to get to work in block.properties though, because they rely on metadata to set their texture. I've been trying to figure out a way to apply it, haven't had luck yet - but if I do figure it out, ill post it here.