-
Bug
-
Resolution: Unresolved
-
None
-
1.21.70.20 Preview, 1.21.51 Hotfix
-
Community Consensus
-
Multiple
-
1365880
Like MCPE-188217, but for cherry leaves instead of pale oak leaves.
Cherry leaves are noticeably brighter on Bedrock Edition than Java Edition. This is because they are assigned an ambient_occlusion_exponent value of 0.80 in blocks.json instead of 1.0.
Comparison GIF:
The brightness difference is most obvious when you replace the textures of Cherry Leaves and a normal block like Dirt with a plain, white texture (see the attached cherry_leaf_brightness sample pack).
There is more shading applied to the Dirt than the Cherry Leaves, despite using identical textures.
North-South
East-West
Bottom
Expected Result
Cherry leaves on Bedrock Edition have the same shading and ambient occlusion as Java Edition.
Observed Result
Cherry leaves on Bedrock Edition have lighter shading and ambient occlusion than Java Edition.
To Fix
Set ambient_occlusion_exponent value of cherry_leaves to 1.0 in the resource_packs/vanilla_1.20.0/blocks.json file.
- relates to
-
MCPE-188217 Pale oak leaves once again have incorrect ambient_occlusion_exponent value
- Open