Oh, good to know. Thanks
And where can i have a look at that?
In the MODNAME.java file i still have the automatically generated one:
private void addCreative(CreativeModeTabEvent.BuildContents event)
{
if (event.getTab() == CreativeModeTabs.BUILDING_BLOCKS) {
//event.accept();
}
}
Hey guys,
i am new in modding so i was curious how I can add my items and blocks to a creative mode tab in the newest version (MC: 1.19.3), because it seems like Forge changed a lot in that version. (Forge Version: 44.0.18)
And also how do i create my own creative mode tabs in this version?