mojira.dev
MC-301189

Structure Block use outdated name and saves structures to structures/ instead of structure/

In the latest version, the correct directory name for structures in datapack is structure.
However, when saving something via a Structure Block, the file is placed under

generated/namespace/structures/.../...nbt

instead of

generated/namespace/structure/.../...nbt

This behavior is inconsistent with the current naming convention.

Steps to Reproduce:

  1. Place a Structure Block.

  2. Save any structure.

  3. Check the generated data folder.

Observed Result:
File is saved in generated/namespace/structures/.../...nbt

Expected Result:
File should be saved in generated/namespace/structure/.../...nbt

Linked issues

Comments 1

Thank you for your report!
We're tracking this issue in MC-272671, so this ticket is being resolved and linked as a duplicate.

That ticket has already been resolved as working as intended, which means this is not considered a bug and won't be fixed. Please do not leave a comment on the linked ticket.

If you haven't already, you might like to make use of the search feature to see if the issue has already been mentioned.

Quick Links:
📓 Bug Tracker Guidelines – 💬 Community Support – 📧 Mojang Support (Technical Issues) – 📧 Microsoft Support (Account Issues)
📓 Project Summary – ✍️ Feedback and Suggestions – 📖 Game Wiki

IrL1ne

(Unassigned)

Confirmed

(Unassigned)

1.21.8, 25w33a

Retrieved