
Slime Block in the Redstone Tab
This modification provides the ability to customize item placement in creative tabs. It offers two configuration files for managing creative mode inventory content.
Moving Items and Tags
The first configuration file allows moving individual items or entire groups of items to appropriate tabs. To relocate a specific item, add an entry in the following format:
namespace:item : TAB
To move all items with a particular tag, use the structure:
#namespace:tag : TAB
Both entry types should be added to the slimeblock_item_config.txt
file.
Creating New Tabs
The second configuration file enables creating custom tabs in the creative menu. To establish a new category, use the format:
your_namespace:tab_name : namespace:logo_item
Where the final parameter specifies the item that will appear as the icon for the created tab.
Automatic Generation
All configuration files are automatically generated during the first game launch with the installed mod, simplifying initial setup.