mojira.dev
MC-300807

'weathering_copper_trap_door' block type ID is inconsistent with '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 1

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Β 

haykam

(Unassigned)

Unconfirmed

(Unassigned)

25w32a

Retrieved