From 34f6767265dfd32947f8b39a84d7cd978554adfc Mon Sep 17 00:00:00 2001 From: DBotThePony Date: Mon, 6 Mar 2023 00:22:57 +0700 Subject: [PATCH] Add tritanium nugget to creative tab --- src/main/kotlin/ru/dbotthepony/mc/otm/registry/CreativeTabs.kt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/kotlin/ru/dbotthepony/mc/otm/registry/CreativeTabs.kt b/src/main/kotlin/ru/dbotthepony/mc/otm/registry/CreativeTabs.kt index 07546d9c5..f0a269713 100644 --- a/src/main/kotlin/ru/dbotthepony/mc/otm/registry/CreativeTabs.kt +++ b/src/main/kotlin/ru/dbotthepony/mc/otm/registry/CreativeTabs.kt @@ -113,6 +113,7 @@ internal fun addMainCreativeTabItems(consumer: CreativeModeTab.Output) { accept(MItems.TRITANIUM_ORE_CLUMP) accept(MItems.TRITANIUM_DUST) + accept(MItems.TRITANIUM_NUGGET) accept(MItems.TRITANIUM_INGOT) accept(MItems.TRITANIUM_INGOT_BLOCK)