mojira.dev

Sidney Shakal

Assigned

No issues.

Reported

MC-66890 Inconsistent ordering of Dark Oak and Acacia Fences and Fence Gates Won't Fix

Comments

Paul: That has to do with the items/blocks being ordered by ID number. There are two main groups of ID numbers: blocks and items. For the most part, each time a new block or item was added, It'd be given the next free ID number in its group. Because fences were added without thinking ahead to the possibility that people would want to have different colored fences, no extra block IDs were reserved following the fence block ID. This is reasonable and understandable. It just makes it look kinda crappy when enumerating blocks by block ID. 😛

It's one reason that abstracting away the use of block and item ID numbers is the right thing to do. I'd imagine that ultimately there will be some added sophistication to the classification system presently in use, one which will also give a natural order for blocks of similar types. This would replace the current method of enumerating all blocks and items in one of several broad categories (the creative inventory tabs) by ID – more or less chronological.

This would render my quibble over the current assignments of the Dark Oak and Acacia Fences and Fence Gates moot, but unless such a sophisticated ordering system is being added at the same time that these new blocks are being added, why not keep things consistent?

Ahhh my bug report is so petty and insignificant. *shakes head* But but but – someone had to point it out! For the obsessive compulsives among us!