TerraFirmaCraft

TerraFirmaCraft

2M Downloads

Decorations creative tab is a mess.

Claycorp opened this issue ยท 3 comments

commented

Many blocks are getting added in a mess of an order, They should be grouped better like the stair blocks.
https://i.imgur.com/6w5G0TM.png
https://i.imgur.com/aoLmNQa.png

commented

Is it not grouped by wood type?

commented

It should be grouped by block, not wood. That would match the way vanilla handles types.

If you want to do it by wood it should be consistent. All Ash blocks are together. Not Crafting tables, bookshelves then as Chests a separate block then a block of stone stairs with fence posts and buttons sorted like crafting tables and book shelves after the stone.

commented

I'm assuming its based on insertion order, in which case it would probably require some ferkling around with this loop:

for (Tree wood : TFCRegistries.TREES.getValuesCollection())