From a7266ec01e7b162e859b994d4ea0fee8a50667b8 Mon Sep 17 00:00:00 2001 From: DBotThePony Date: Fri, 10 Feb 2023 21:27:28 +0700 Subject: [PATCH] Add missing pattern drives to creative menu --- src/main/kotlin/ru/dbotthepony/mc/otm/registry/CreativeTabs.kt | 3 +++ 1 file changed, 3 insertions(+) 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)