From ffa0e3d6d592ab5930591565dbfebfaaf69c5e61 Mon Sep 17 00:00:00 2001 From: DBotThePony Date: Tue, 7 Jan 2025 15:46:28 +0700 Subject: [PATCH] Add briefcase grill to condensed creative compat --- .../mc/otm/compat/condensed_creative/CondensedCreativeCompat.kt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main/kotlin/ru/dbotthepony/mc/otm/compat/condensed_creative/CondensedCreativeCompat.kt b/src/main/kotlin/ru/dbotthepony/mc/otm/compat/condensed_creative/CondensedCreativeCompat.kt index e265f5355..0c0b3a249 100644 --- a/src/main/kotlin/ru/dbotthepony/mc/otm/compat/condensed_creative/CondensedCreativeCompat.kt +++ b/src/main/kotlin/ru/dbotthepony/mc/otm/compat/condensed_creative/CondensedCreativeCompat.kt @@ -36,6 +36,8 @@ class CondensedCreativeCompat : CondensedCreativeInitializer { addByBase(MItems.COBBLESTONE_GENERATOR, MCreativeTabs.MAIN) addByBase(MItems.ESSENCE_STORAGE, MCreativeTabs.MAIN) + addByBase(MItems.GRILL, MCreativeTabs.MAIN) + addByColor(MItems.TRITANIUM_STRIPED_BLOCK, DyeColor.YELLOW, MCreativeTabs.DECORATIVE) addByColor(MItems.TRITANIUM_STRIPED_STAIRS, DyeColor.YELLOW, MCreativeTabs.DECORATIVE) addByColor(MItems.TRITANIUM_STRIPED_SLAB, DyeColor.YELLOW, MCreativeTabs.DECORATIVE)