From a71cab356449329a22a136816c1f414116af5cac Mon Sep 17 00:00:00 2001 From: DBotThePony Date: Sun, 9 Jul 2023 16:14:36 +0700 Subject: [PATCH] Fix closing exopack inventory with furnace tab open won't reopen it (visually) on furnace tab --- .../mc/otm/client/screen/ExoPackInventoryScreen.kt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/main/kotlin/ru/dbotthepony/mc/otm/client/screen/ExoPackInventoryScreen.kt b/src/main/kotlin/ru/dbotthepony/mc/otm/client/screen/ExoPackInventoryScreen.kt index f11babb5c..802182da8 100644 --- a/src/main/kotlin/ru/dbotthepony/mc/otm/client/screen/ExoPackInventoryScreen.kt +++ b/src/main/kotlin/ru/dbotthepony/mc/otm/client/screen/ExoPackInventoryScreen.kt @@ -1,5 +1,6 @@ package ru.dbotthepony.mc.otm.client.screen +import com.mojang.blaze3d.platform.InputConstants import net.minecraft.client.gui.screens.inventory.InventoryScreen import net.minecraft.world.item.ItemStack import net.minecraft.world.item.Items @@ -190,6 +191,10 @@ class ExoPackInventoryScreen(menu: ExoPackInventoryMenu) : MatteryScreen