-
Bug
-
Resolution: Fixed
-
Minecraft 1.12.2, Minecraft 18w20c, Minecraft 18w22a, Minecraft 18w22c, Minecraft 1.13-pre5, Minecraft 1.13.1, Minecraft 1.13.2, Minecraft 18w43a, Minecraft 18w43b, Minecraft 18w43c, Minecraft 18w47b, Minecraft 18w48a, Minecraft 18w48b, Minecraft 19w04b, Minecraft 19w05a, Minecraft 19w12b, Minecraft 19w13b, Minecraft 19w14a, Minecraft 19w14b, 1.14.4, 19w45a, 1.15.2, 20w15a, 1.16.3, 1.16.4, 20w51a, 21w03a, 21w05b, 21w06a, 21w07a, 21w10a, 21w11a, 21w13a, 21w14a, 21w16a, 1.17 Pre-release 1, 1.17 Pre-release 2, 1.17 Pre-release 3, 1.17, 1.17.1 Pre-release 1, 1.17.1, 21w39a, 21w40a, 21w42a, 1.18 Pre-release 1, 1.18, 1.18.1 Pre-release 1, 1.18.1, 22w06a, 1.18.2, 22w11a, 22w15a, 1.19 Pre-release 1, 1.19, 1.19.1 Pre-release 3, 1.19.2, 1.19.3, 23w04a, 23w18a, 1.20.1, 1.20.4
-
Confirmed
-
Rendering
-
Low
-
Gameplay
The bug
When blocks were being converted over to using model files in 1.8, several of these conversions were incomplete and flawed, resulting in a multitude of issues. Many of these were resolved before the release of 1.8, however this specific issue was not.
In 14w25a, models involving flat 2D planes had those planes be rendered darker depending on their directions. This affected blocks such as grass, flowers and mushrooms, and was ultimately fixed (MC-57159). However, the same version also caused plants in flower pots to appear darker for the same reason, and this was not fixed.
As a result, plants which are placed in flower pots appear noticeably darker than those same plants when placed in the world (outside of a flower pot), which has been the case since 14w25a.
A comparison of the appearances of potted objects can be found below:
How to fix
This is ultimately incredibly easy to fix - the two texture plane elements in "flower_pot_cross.json" and its tinted version "tinted_flower_pot_cross.json" simply need a
"shade": false
line added to them, which should resolve this unwanted darkening.
A comparison of potted objects with and without the fix can be found below:
Further notes
22w11a implemented potted mangrove propagules, which are completely unaffected by this issue affected slightly differently (see MC-262696) as they have a unique, dedicated model. Despite this, shading was not disabled for existing potted crosses in this version.
- is duplicated by
-
MC-214664 Plants in flower pots are shaded differently from when normally placed
- Resolved
- relates to
-
MC-261214 Amethyst in calibrated sculk sensor is shaded and not stretched
- Resolved
-
MC-277950 Open potted eyeblossom is shaded (flower_pot_cross_emissive)
- Resolved
-
MC-262696 Potted mangrove propagules appear darker than they should due to shading not being disabled
- Open
-
MC-214662 Redstone torches on repeaters and comparators are shaded differently from normal redstone torches
- Resolved