Details
-
Type:
Bug
-
Status: Open
-
Resolution: Unresolved
-
Affects Version/s: 1.15.2, 20w06a, 20w07a, 1.16.3, 1.16.4, 20w48a, 20w51a
-
Fix Version/s: None
-
Labels:None
-
Confirmation Status:Confirmed
-
Category:(Unassigned)
Description
The bug
Bonemeal cannot be used on stems with age 7.
Based on the game code (20w07a, Mojang names) this might be a bug:
There is a piece of code in the function StemBlock.performBonemeal() specifies that when using bonemeal on stem with age 7 it will call the tick() function to try to grow a melon. However, the function isValidBonemealTarget() states that bone meal cannot be used when age is 7. They contradict each other, and I don't think the latter makes sense.