How to Create a Creative Mode Tab
When making a new creative mode tab you can use a combination of the 'RegisterCreativeModeTab' function and the 'CreativeModeTabBuilder' class to achieve this goal with ease
Example
RegisterCreativeModeTab(String name, String Modid, < T extends ItemGroup > aNew)¶
1.0.0 1.20.1 yarn Setup Required
Register's a new Creative mode tab
Parameters:
name
: The Item name (ID).Modid
: The Mod ID of the registrar.aNew
: The instance to the tab.
Returns: The registered data.