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
Run the data generator
Search for
weathering_copper_trap_door
in the output, observing that it existsSearch 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
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Β