[Legacy] GeckoLib Fabric

[Legacy] GeckoLib Fabric

4M Downloads

[1.21.1-Fabric] Dark model

0x1bd opened this issue ยท 2 comments

commented

Any type of Block I add is always darker then it should be.

Ingame:
image

Blockbench model:
image

commented

Probably because you have your block occluding light, so the game thinks it should be dark there
try using noOcclusion in your block properties, or override the allows skylight through method in your block, whatever that's called

commented

Thank you. Adding nonOpaque() to my block settings fixed it.