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 4e43c9d01..bedd47f92 100644 --- a/src/main/kotlin/ru/dbotthepony/mc/otm/registry/CreativeTabs.kt +++ b/src/main/kotlin/ru/dbotthepony/mc/otm/registry/CreativeTabs.kt @@ -130,6 +130,9 @@ internal fun addMainCreativeTabItems(consumer: CreativeModeTab.Output) { energized(MItems.ALL_BATTERIES) mattery(MItems.MATTER_CAPACITORS) + accept(MItems.PATTERN_DRIVE_NORMAL) + accept(MItems.PATTERN_DRIVE_CREATIVE) + accept(MItems.PATTERN_DRIVE_CREATIVE2) base(MItems.CARGO_CRATE_MINECARTS)