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

Smooth Basalt is Categorised as a Custom Block in Resource Packs

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • None
    • 1.21.0.22 Preview, 1.21.0.21 Preview, 1.21.0.20 Preview, 1.20.73 Hotfix, 1.21.0.23 Preview, 1.20.80
    • None
    • Confirmed
    • Multiple

      In resource packs, smooth basalt is categorised as a custom block, so it can't be customised using the blockshape element in blocks.json.

      Example pack: https://drive.google.com/drive/folders/1u4liKlnvGxPvkHtE1Q-HQNsiufnmvmlI?usp=sharing
      In this pack, both basalt and smooth basalt have blockshape set to fence, but only basalt gets the block shape and there is the content log error "[Blocks][error]-'minecraft:smooth_basalt' | Cannot set 'blockshape' on custom blocks."

      contents of blocks.json:

      {
      "basalt":

      { "blockshape": "fence" }

      ,
      "smooth_basalt":

      { "blockshape": "fence" }

      }

            Hamsteroonie Hamsteroonie
            Votes:
            1 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              CHK: