Currently the creative inventory is rearranged. I think it would be a great addition, if it was possible to customize the Tabs with a datapack. So per world you can add, remove or replace Tabs and the items in it. Comparable to how we can use loot tables or advancements. That could look something like this:
[
{
"id": "fluffy",
"title": "Fluffy Blocks",
"icon": "minecraft:string",
"list": [
{"id": "minecraft:white_wool"},
{"id": "minecraft:red_wool"},
{"id": "minecraft:green_wool"},
{"id": "minecraft:blue_wool"}
]
}
]
Replacing the default tabs could be easily achieved by using the same id. And remove one could be done by leaving the "list" property empty. (By using something like the json above, it would even be an option to use nbt data right inside of the creative inventory! Not sure how hard this would be to implement though)
This could help Redstone-Players selecting frequently used items faster by using their own sorting. Builders could gather their favourite blocks in a new group or remove the spawn egg and redstone tabs for a better overview.
And because we have the search bar tab, we could always access all the items that are not visible in specific sections.
P.S. Not sure if this fits better under the "User Interface, Input Methods and Menu Options" or "Gameplay" topic. Please correct me, but for now i will leave it in "Scripting and Mods".
Please sign in to leave a comment.
1 Comments