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

Cave Vines can be pollinated infinitely (instead of limit of 10)

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • None
    • 1.20.4, 24w06a
    • None
    • Plausible
    • Block states
    • Important
    • Gameplay

      After getting nectar, bees can usually grow 10 plants. But in the case of cave vines, the target block is never updated, causing a null check to pass and skip the increment of the crop counter. I have attached a screenshot of the decompiled function (I hope this is ok! yarn mappings). In the highlighted area, the lv4 variable isn't updated, which causes the "continue" statement to execute, thus skipping the addCropCounter() method.

       

      The effect is infinite growth boost of cave vines as can be seen in this video https://youtu.be/9abyzXZ0p9I?t=787

            Unassigned Unassigned
            mikee_k Michael
            Votes:
            4 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              CHK: