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)