Uploaded image for project: 'Minecraft: Java Edition'
  1. Minecraft: Java Edition
  2. MC-172656

Unable to use bone meal to make pumpkin/melon stems grow a melon

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • None
    • 1.15.2, 20w06a, 20w07a, 1.16.3, 1.16.4, 20w48a, 20w51a, 21w11a, 1.17, 1.17.1, 1.18.2, 22w18a, 1.19.2, 1.19.3, 23w03a, 1.19.4, 1.20 Pre-release 1, 1.20.1, 1.20.2, 23w43b, 1.20.4, 24w04a
    • None
    • Confirmed
    • Block states, Items

      The bug

      Bonemeal cannot be used on stems with age 7.

      This doesn't happen before 1.13.

      Based on the game code (20w07a, Mojang names) :
      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.

            Unassigned Unassigned
            Chixvv Dl
            Votes:
            11 Vote for this issue
            Watchers:
            7 Start watching this issue

              Created:
              Updated:
              CHK: