TerraformersMC / Terrestria

A Fabric mod enhancing the detail of Minecraft with unique and vibrant biomes. Inspired by ExtrabiomesXL.
https://www.curseforge.com/minecraft/mc-mods/terrestria
GNU Lesser General Public License v3.0
199 stars 43 forks source link

Leaves transparency combining like glass #184

Closed Asmidus closed 3 years ago

Asmidus commented 3 years ago

In vanilla, leaf blocks are transparent but you can see leaf blocks behind them. This leads to very thick walls of leaves becoming gradually darker. All of the leaves added by this mod behave like glass, which is to say if you put 100 blocks of leaves and look through it, it's as though you're only looking through one. This makes hemlok forests and other trees look somewhat bizarre as you can stare through a ton of leaves straight to the trunk.

Prospector commented 3 years ago

This is done for performance reasons, but if you wish to turn it off you can in the client config options, in configs/terrestria/client.json, it's the "optileaves" option

Asmidus commented 3 years ago

I didn't expect it to be a config option, oversight on my part. Thanks.