From e009ed33a32970a81c312091fc114c01217a4c6e Mon Sep 17 00:00:00 2001 From: DBotThePony Date: Mon, 8 Jan 2024 23:01:49 +0700 Subject: [PATCH] Make progress bar in exopack inventory be clickable --- .../dbotthepony/mc/otm/client/screen/ExopackInventoryScreen.kt | 3 +++ 1 file changed, 3 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 a51f8b21b..ee8b3b2bf 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 mezz.jei.api.constants.RecipeTypes import net.minecraft.client.gui.screens.inventory.InventoryScreen import net.minecraft.world.item.ItemStack import net.minecraft.world.item.Items @@ -187,6 +188,8 @@ class ExopackInventoryScreen(menu: ExopackInventoryMenu) : MatteryScreen