From 7e5ea3be8d6a5be38773f83677024e49771e64c8 Mon Sep 17 00:00:00 2001 From: DBotThePony Date: Tue, 9 Jan 2024 11:56:41 +0700 Subject: [PATCH] Add missing infinite water source to creative menu --- src/main/kotlin/ru/dbotthepony/mc/otm/registry/MCreativeTabs.kt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/kotlin/ru/dbotthepony/mc/otm/registry/MCreativeTabs.kt b/src/main/kotlin/ru/dbotthepony/mc/otm/registry/MCreativeTabs.kt index 3252dd0bc..3379b32f3 100644 --- a/src/main/kotlin/ru/dbotthepony/mc/otm/registry/MCreativeTabs.kt +++ b/src/main/kotlin/ru/dbotthepony/mc/otm/registry/MCreativeTabs.kt @@ -189,6 +189,7 @@ private fun addMainCreativeTabItems(consumer: CreativeModeTab.Output) { fluids(MItems.FLUID_CAPSULE) fluids(MItems.FLUID_TANK) + accept(MItems.INFINITE_WATER_SOURCE) base(MItems.CARGO_CRATE_MINECARTS)