From bb2f5ccaacae4a438e07f8fb116635ea0be8a1b7 Mon Sep 17 00:00:00 2001 From: DBotThePony Date: Sat, 27 May 2023 00:07:26 +0700 Subject: [PATCH] add creative tab themselves after list --- src/main/kotlin/ru/dbotthepony/mc/otm/registry/MCreativeTabs.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/kotlin/ru/dbotthepony/mc/otm/registry/MCreativeTabs.kt b/src/main/kotlin/ru/dbotthepony/mc/otm/registry/MCreativeTabs.kt index b9732918e..1ee0fa894 100644 --- a/src/main/kotlin/ru/dbotthepony/mc/otm/registry/MCreativeTabs.kt +++ b/src/main/kotlin/ru/dbotthepony/mc/otm/registry/MCreativeTabs.kt @@ -271,7 +271,7 @@ object MCreativeTabs { } } - DECORATIVE = event.registerCreativeModeTab(ResourceLocation(OverdriveThatMatters.MOD_ID, "decorative")) { + DECORATIVE = event.registerCreativeModeTab(ResourceLocation(OverdriveThatMatters.MOD_ID, "decorative"), listOf(), listOf(MAIN)) { it.icon { ItemStack(MRegistry.VENT.item, 1) } it.title(TranslatableComponent("itemGroup.otm_decorative"))