From 02cfcf68503ab3b4745147b6300b603f412683ca Mon Sep 17 00:00:00 2001 From: eh-K <165239265+eh-K@users.noreply.github.com> Date: Sun, 8 Mar 2026 00:35:39 -0600 Subject: [PATCH] Creative Mode KBM Swap When in creative, pressing InventoryKey(E) will now open the creative menu. To open inventory in creative, you press the CraftKey(R). This better suits with Java(and Bedrock I think) --- Minecraft.Client/Minecraft.cpp | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Minecraft.Client/Minecraft.cpp b/Minecraft.Client/Minecraft.cpp index 46e8497a1..4bbb2c4a5 100644 --- a/Minecraft.Client/Minecraft.cpp +++ b/Minecraft.Client/Minecraft.cpp @@ -1485,6 +1485,10 @@ void Minecraft::run_middle() { ui.CloseUIScenes(i); } + else if(gameMode->hasInfiniteItems()) + { + localplayers[i]->ullButtonsPressed|=1LL<ullButtonsPressed|=1LL<hasInfiniteItems()) + { + localplayers[i]->ullButtonsPressed|=1LL<ullButtonsPressed|=1LL<