-
-
Notifications
You must be signed in to change notification settings - Fork 0
Description
Describe the suggestion
net.minecraft.client.gui.inventory.GuiInventory:true
net.minecraft.client.gui.inventory.GuiChest:true
net.minecraft.client.gui.GuiIngameMenu:true
These could sucessful pause the game
but when I open some mod container, it's uselessful, the game is resume
There is some example(all is at 1.12.2):
com.tattyseal.compactstorage.client.gui.GuiChest:true
is failure at pause the game.
from this mod:
https://www.curseforge.com/minecraft/mc-mods/compactstorage
I use this version: CompactStorage-3.1-12.jar.
baubles.client.gui.GuiPlayerExpanded:true
is also failure
from this mod:
https://www.curseforge.com/minecraft/mc-mods/baubles
I use this version: Baubles-1.12-1.5.2.jar
com.lothrazar.cyclicmagic.playerupgrade.storage.GuiPlayerExtended:true
com.lothrazar.cyclicmagic.playerupgrade.crafting.GuiPlayerExtWorkbench:true
is also failure
from this mod:
https://www.curseforge.com/minecraft/mc-mods/cyclic
I use this version: Cyclic-1.12.2-1.20.14.jar
com.anotherstar.client.gui.GUIContainerLoliPickaxe:true
is also failure
from this mod:
https://github.com/IslenautsGK/LoliPickaxe/releases/tag/1.2.12
I use this version: LoliPickaxe-1.2.12-1.12.2.jar
Sincerely hope this mod could support these mod's GUI
There is, in addition, one further point to praise,some mod get good support.
https://github.com/LambdaInnovation/AcademyCraft/releases/tag/1.1.3
https://www.curseforge.com/minecraft/mc-mods/hbms-nuclear-tech-mod-extended-edition
These mod is good support, just add the following statement:
com.hbm.inventory.gui.GUIScreenSatCoord:true
com.hbm.inventory.gui.GUIScreenSatInterface:true
cn.academy.terminal.app.AppAbout$AboutUI:true
cn.academy.terminal.app.settings.SettingsUI:true
cn.academy.misc.media.MediaGui:true
cn.academy.ability.client.ui.Common$TreeScreen:true
cn.academy.client.gui.GuiTutorial:true
Then the game is perfectly paused when I open these mod's GUI.
Screenshots and/or videos
No response
Code of Conduct
- I agree to follow this project's Code of Conduct