mojira.dev
MC-300807

The 'weathering_copper_trap_door' block type ID is inconsistent with the 'trapdoor' block type ID and block names

Generally, block type IDs seem to be accurate to their respective blocks' names; however, weathering_copper_trap_door is one case where this is not true. The block type registry is exposed in the blocks' data generator report, meaning this behavior is observable with the vanilla Minecraft server JAR.

Steps to reproduce

  1. Run the data generator

  2. Search for weathering_copper_trap_door in the output, observing that it exists

  3. Search for trapdoor in the output, observing that it also exists

Expected result

The block type ID shown would be weathering_copper_trapdoor.

Actual result

The block type ID shown is weathering_copper_trap_door.

The output can also be viewed here: https://github.com/misode/mcmeta/blob/98d7bad8ba0a906d1a8fcc78f1cdc5a415ecca5d/block_definitions/data.json#L1110

Comments 3

Hi!
Could you please confirm that this issue is present in-game?

This ticket will automatically reopen when you reply.Β Thanks!

Quick Links:Β 
πŸ““β€―Issue Guidelines – πŸ’¬β€―Mojang Support – πŸ“§β€―Suggestions – πŸ“–β€―Minecraft WikiΒ 

Confirmed in 1.21.11.


Steps to reproduce:

  • Run the vanilla data generator using the official server JAR:

    java "-DbundlerMainClass=net.minecraft.data.Main" -jar server.jar --reports
  • Open the generated reports/registries.json file.

  • Search for the minecraft:block_type registry.

  • Observe that the copper trapdoor variant is incorrectly serialized as "minecraft:weathering_copper_trap_door", while standard trapdoors are correctly serialized as "minecraft:trapdoor".

jq.a($$0, "trapdoor", eiw.a);
jq.a($$0, "weathering_copper_door", ejw.g); 
jq.a($$0, "weathering_copper_trap_door", ekc.g); 

Thank you for your report!
After consideration, the issue is being closed as Invalid.

This report does not describe a bug.

Quick Links:
πŸ““ Bug Tracker Guidelines – πŸ’¬ Community Support – πŸ“§ Mojang Support (Technical Issues) – πŸ“§ Microsoft Support (Account Issues)
πŸ““ Project Summary – ✍️ Feedback and Suggestions – πŸ“– Game Wiki

haykam

(Unassigned)

Confirmed

(Unassigned)

25w32a, 1.21.11, 26.1 Snapshot 11

Retrieved