Single dark oak and pale oak saplings accept bone meal despite not being able to grow
The bug
Single dark oak saplings are not able to grow, and are only intended to grow when in a 2x2 arrangement. However, using bone meal on a dark oak sapling which cannot grow will still consume bone meal.
To fix this, a block state could be added to dark oak saplings that is only true when part of a 2x2 formation, and only with this set to true will they then accept bone meal. Alternatively, a 1x1 variant of the dark oak tree could be implemented.
Example
Here is an example in video: Single dark oak saplings accept bone meal.mp4![]()
Code analysis
Code analysis by [Mod] Avoma can be found in this comment.
Linked Issues
is duplicated by2
relates to7
- Unresolved
Connor Steppie
- 30
- 12
- Confirmed
Low
- 1341116
- Gameplay
- Items
- bone-meal dark-oak-sapling
1.15.1 - 1.21.4
1.15.1 1.15.2-pre1 1.15.2-pre2 1.15.2 20w06a 20w07a 20w08a 20w09a 20w10a 20w11a 20w12a 20w18a 20w21a 1.16-pre2 1.16-pre3 1.16-pre5 1.16-pre8 1.16-rc1 1.16 1.16.1 20w27a 20w28a 20w29a 20w30a 1.16.2-pre1 1.16.2-rc1 1.16.2-rc2 1.16.2 1.16.3-rc1 1.16.3 1.16.4-pre1 1.16.4-pre2 1.16.4-rc1 1.16.4 20w46a 20w48a 20w51a 21w03a 1.16.5 21w05a 21w05b 21w06a 21w07a 21w11a 21w13a 21w14a 21w20a 1.17-pre1 1.17-pre2 1.17 1.17.1 21w44a 1.18-rc3 1.18.1 1.18.2 22w18a 1.19-pre1 1.19 1.19.1-rc1 1.19.2 1.19.3 23w03a 1.20-pre1 24w40a 1.21.4
Created Issue:
Single dark oak saplings accept bone meal despite not being able to grow
Relates to
MC-125642Single dark oak saplings are not able to grow, and are only intended to grow when in a 2x2 arrangement. However, using bone meal on a dark oak sapling which cannot grow will still consume bone meal.
Relates to
MC-125642Single dark oak saplings are not able to grow, and are only intended to grow when in a 2x2 arrangement. However, using bone meal on a dark oak sapling which cannot grow will still consume bone meal.
relates to
relates to
relates to
The bug
Single dark oak saplings are not able to grow, and are only intended to grow when in a 2x2 arrangement. However, using bone meal on a dark oak sapling which cannot grow will still consume bone meal.
Example
Here is an example in video: Single dark oak saplings accept bone meal.mp4
![]()
The bug
Single dark oak saplings are not able to grow, and are only intended to grow when in a 2x2 arrangement. However, using bone meal on a dark oak sapling which cannot grow will still consume bone meal.
To fix this, a block state could be added to dark oak saplings that is only true when part of a 2x2 formation, and only with this set to true will they then accept bone meal.
Example
Here is an example in video: Single dark oak saplings accept bone meal.mp4
The bug
Single dark oak saplings are not able to grow, and are only intended to grow when in a 2x2 arrangement. However, using bone meal on a dark oak sapling which cannot grow will still consume bone meal.
To fix this, a block state could be added to dark oak saplings that is only true when part of a 2x2 formation, and only with this set to true will they then accept bone meal. Alternatively, a 1x1 variant of the dark oak tree could be implemented.
Example
Here is an example in video: Single dark oak saplings accept bone meal.mp4
relates to
Relates to
MC-127995The bug
Single dark oak saplings are not able to grow, and are only intended to grow when in a 2x2 arrangement. However, using bone meal on a dark oak sapling which cannot grow will still consume bone meal.
To fix this, a block state could be added to dark oak saplings that is only true when part of a 2x2 formation, and only with this set to true will they then accept bone meal. Alternatively, a 1x1 variant of the dark oak tree could be implemented.
Example
Here is an example in video: Single dark oak saplings accept bone meal.mp4
Also relates to
MC-127995
Relates to
MC-127995The bug
Single dark oak saplings are not able to grow, and are only intended to grow when in a 2x2 arrangement. However, using bone meal on a dark oak sapling which cannot grow will still consume bone meal.
To fix this, a block state could be added to dark oak saplings that is only true when part of a 2x2 formation, and only with this set to true will they then accept bone meal. Alternatively, a 1x1 variant of the dark oak tree could be implemented.
Example
Here is an example in video: Single dark oak saplings accept bone meal.mp4
is duplicated by
relates to
The bug
Single dark oak saplings are not able to grow, and are only intended to grow when in a 2x2 arrangement. However, using bone meal on a dark oak sapling which cannot grow will still consume bone meal.
To fix this, a block state could be added to dark oak saplings that is only true when part of a 2x2 formation, and only with this set to true will they then accept bone meal. Alternatively, a 1x1 variant of the dark oak tree could be implemented.
Example
Here is an example in video: Single dark oak saplings accept bone meal.mp4
Code analysis
Code analysis by [Mod] Avoma can be found in this comment.
relates to
relates to
is duplicated by
relates to
Single dark oak and pale oak saplings accept bone meal despite not being able to grow
relates to
I believe this is a duplicate of MC-168446.
Relates to MC-168446. Using bone meal on a single dark oak sapling or pale oak sapling which cannot grow will still consume bone meal.
Steps to Reproduce:
- Place a single dark oak sapling or pale oak sapling
- Use bone meal on it
Observed Results:
Bone meal was consumed.
Expected Results:
Bone meal should not be consumed.


Can confirm in 21w05b.
Can confirm in 21w13a.
Can confirm in 21w14a.
Can confirm in 21w44a.
Can confirm in 1.18.1.
Can confirm in 1.18.2.
Can confirm in 22w18a. Here's a code analysis of this issue.
Code Analysis:
The following is based on a decompiled version of Minecraft 1.18.2 using MCP-Reborn.
If we look at the above class, we can see that the isValidBonemealTarget() boolean always returns "turn" for saplings regardless of any circumstances. No checks are carried out to see what the type of the sapling is, nor its arrangement, resulting in this issue occurring.
Can confirm in 1.19.
Can confirm in 1.19.2.
Can confirm in 1.19.3
Can confirm in 23w03a.
can confirm in 1.20 Pre-release 1.