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:
Input command /gametest create "TesT" 1 1 1.
Right-click on structure block that is generated.
Observed results:
Text in structure block is "test".
Expected results:
Text in structure block is "TesT".
Comments 6
Thank you for your report!
However, this issue is Working as Intended.
The report you have submitted is working as intended: We make the name all lowercase due to how file systems work on different operating systems.
Please note, that mechanics of the game may change between updates.
Things such as graphics, sounds, world creation, biomes, redstone, villagers, and animals may not work the same in current versions.
Quick Links:
📓 Bug Tracker Guidelines – 📧 Mojang Support
📓 Project Summary – ✍️ Feedback and Suggestions – 📖 Game Wiki
Thank you for your report!
However, this issue is Working as Intended.
The report you have submitted is working as intended: We make the name all lowercase due to how file systems work on different operating systems.
Please note, that mechanics of the game may change between updates.
Things such as graphics, sounds, world creation, biomes, redstone, villagers, and animals may not work the same in current versions.
Quick Links:
📓 Bug Tracker Guidelines – 📧 Mojang Support
📓 Project Summary – ✍️ Feedback and Suggestions – 📖 Game Wiki
Is this still an issue in the latest version? If so, can you add it to the affected versions?