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 ada0a79a8..ea4040cb5 100644 --- a/src/main/kotlin/ru/dbotthepony/mc/otm/registry/CreativeTabs.kt +++ b/src/main/kotlin/ru/dbotthepony/mc/otm/registry/CreativeTabs.kt @@ -105,6 +105,7 @@ internal fun addMainCreativeTabItems(consumer: CreativeModeTab.Output) { base(MItems.TRITANIUM_DOOR) base(MItems.TRITANIUM_TRAPDOOR) + accept(MRegistry.TRITANIUM_PRESSURE_PLATE.item) accept(MItems.MATTER_DUST) @@ -168,6 +169,7 @@ internal fun addDecorativeTabItems(consumer: CreativeModeTab.Output) { colored(MItems.TRITANIUM_DOOR) colored(MItems.TRITANIUM_TRAPDOOR) + accept(MRegistry.TRITANIUM_PRESSURE_PLATE.items.values) colored(MRegistry.CARGO_CRATES.items)