Uploaded image for project: 'Minecraft (Bedrock codebase)'
  1. Minecraft (Bedrock codebase)
  2. MCPE-125810

Cave vine block IDs/states not matching java

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • None
    • 1.19.10.20 Preview, 1.17.20.22 Beta, 1.17.10, 1.17.0.54 Beta, 1.17.0.50 Beta, 1.18.31, 1.20.40.22 Preview, 1.20.30
    • Confirmed
    • Windows
    • 512573

      The bug

      Cave vines in Bedrock are implemented as three separate blocks:

      • cave_vines
        • This is used for both the head and body types of plain vines
      • cave_vines_body_with_berries
      • cave_vines_head_with_berries

      Whereas in Java, it's two blocks with a berries boolean block state:

      • cave_vines_plant
        • For the body
      • cave_vines
        • For the head

      In addition, the growing_plant_age block state is just called age in Java.

            tryashtar [Mod] tryashtar
            Votes:
            5 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              CHK: