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

Planks and Stone variants haven't been given separate definitions in blocks.json

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • None
    • 1.20.60.23 Preview, 1.20.60.24 Preview, 1.20.51 Hotfix
    • None
    • Confirmed
    • Multiple
    • 1191927

      A lot of blocks that used to be grouped together with the same block IDs have been split into their own unique IDs recently, and resource packs have been properly updated to accomodate that change.

      However, the planks and stone variants did not receive the same treatment. Despite being split, their blocks.json definitions are still grouped together.

       

      Block Current Definition Ideal Split
      Oak Planks
      Spruce Planks
      Birch Planks
      Jungle Planks
      Acacia Planks
      Dark Oak Planks
      "planks" "oak_planks"
      "spruce_planks"
      "birch_planks"
      "jungle_planks"
      "acacia_planks"
      "dark_oak_planks"
      Stone
      Granite
      Polished Granite
      Diorite
      Polished Diorite
      Andesite
      Polished Andesite
      "stone" "stone"
      "granite"
      "polished_granite"
      "diorite"
      "polished_diorite"
      "andesite"
      "polished_andesite"

      This is inconsistent and unintuitive for creators.

            LateLag [Mod] LateLag
            Votes:
            6 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated:
              CHK: