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

"/gametest create" applies .tolower when creating structure block.

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Works As Intended
    • None
    • 1.16.220, 1.16.210, 1.16.221 Hotfix
    • None
    • Creative
    • Plausible
    • Windows

      When using the /gametest create command, e.g. /gametest create "TesT" 1 1 1, the structure block that is generated will have "test". This appears in the field where you input the structure that is to be saved/loaded/exported. It removes all uppercase characters, and replaces them with lowercase characters. This seems like unintended behavior to me, as structure files are indeed case-sensitive. The command block that is placed with it generates correctly, as it keeps the original string as name.

       

      How to reproduce:

      1. Input command /gametest create "TesT" 1 1 1.
      2. Right-click on structure block that is generated.

       

      Observed results:

      Text in structure block is "test".

       

      Expected results:

      Text in structure block is "TesT".

            JasonD157 Jason
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              CHK: