diff --git a/src/main/kotlin/ru/dbotthepony/mc/otm/registry/game/MCreativeTabs.kt b/src/main/kotlin/ru/dbotthepony/mc/otm/registry/game/MCreativeTabs.kt index 5b4d243b5..953e891ed 100644 --- a/src/main/kotlin/ru/dbotthepony/mc/otm/registry/game/MCreativeTabs.kt +++ b/src/main/kotlin/ru/dbotthepony/mc/otm/registry/game/MCreativeTabs.kt @@ -237,6 +237,7 @@ private fun addMainCreativeTabItems(consumer: CreativeModeTab.Output) { accept(MItems.DILITHIUM_CRYSTAL_BLOCK) accept(MItems.WITHERED_STEEL) + accept(MItems.WITHERED_STEEL_BLOCK) accept(MItems.TRITANIUM_TOOLS) accept(MItems.TRITANIUM_SHIELD)