Compatibility
Minecraft: Java Edition
Platforms
Supported environments
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Links
Creators
Details
Menu Pause
formerly known as Inventory Pause
Customisable mod to pause menus or slow time down!
This lightweight client-side mod supports pausing or even just slowing down your singleplayer game when you open menus like the
- Inventory
- Crafting Table, Chest, Furnace, ...
- Hopper, Brewing Stand, Enchanting Table, ...
- Gamemode Switcher, Death Screen, ...
- Villager, Horse Inventory, ...
and supports modded screens (if configured correctly)!
If a modded screen behaves weirdly when paused try adding it to the list of "Compat mod class names" to make it slow down instead of pausing it. Screens can be configured individually inside the config menu (accessible via the Forge mod list).
This mod is client-side only and won't be active in LAN worlds or on servers.
Supported versions:
- 1.19.4: 2.0.0
- 1.20-1.20.1: 3.0.0
- 1.20.3-1.20.4: 4.0.0
- 1.20.5-1.20.6: 5.0.0
Releases prior to 1.2 depend on Cloth Config Forge.
License
The mod is licensed under the EUPL 1.2.
Tutorial: How to add custom screens
1.2+ (click to expand)
- Check whether you have assigned the keybind for "Add to Custom Screens".
- Navigate to the menu you want to add and press the "Add to Custom Screens" key you assigned earlier. You should get a confirmation in chat when you do so.
- Verify it worked by checking if the screen is now paused.
If you experience any problems with modded screens (e.g. modded UI elements not working) try adding the screen to the list of "Compat mod class names".
0.1 - 1.1.2 (click to expand)
To add custom screens to the config you need the internal name of the screen to add. If you don't know it you can try this:
- Check the Minecraft Controls settings if you have assigned the keybinds for "Copy Class Name" and "Open Settings" (only available on versions released after October 2022)
- Open the settings and change "Enable Debug Mode" to true. This should make an overlay appear on the top left of the screen whenever you have a screen open.
- Navigate to the menu you want to add and depending on your mod version:
- (0.8.2, 0.9, 1.0 or 1.1): note down the topmost text (e.g.
appeng.client.gui.implementations.IOPortScreen
). Alternatively copy it from the Minecraft log. That is the internal name of the screen. - (0.8.3, 0.9.1, 1.0.1, 1.1.1 or later): press the "Copy Class" key you assigned earlier. You should get a confirmation in chat when you do so.
- (0.8.2, 0.9, 1.0 or 1.1): note down the topmost text (e.g.
- Add an entry to "Custom Mod class names" and paste the internal name.
Now the screen should be paused. If it works disable "Enable Debug Mode" again.
If you experience any problems (e.g. modded UI elements not working) try adding the screen to the list of "Compat mod class names".
In-Game Config
2.0+ (click to expand)
Main Config
- Enable Mod: enables / disables every part of the mod apart from the debug overlay
- Save on Pause: this can help if you experience lag spikes when quickly opening and closing inventories
- Pause Sounds: if enabled music will stop playing in paused screens Enable / disable pausing of specific inventories by clicking on the corresponding button
Mod Compat Options
- Custom mod class names: List of custom screens which get paused
- Compat mod class names: List of custom screens which don't get fully paused. When they're open Minecraft time passes slower instead.
- Slow motion speed: Specifies how much screens should be slowed down
- Enable Debug Mode: enables an overlay for easier mod compat configuration
1.2+ (click to expand)
Main Config
- Enable Mod: enables / disables every part of the mod apart from the debug overlay
- Save on Pause: this can help if you experience lag spikes when quickly opening and closing inventories
- Pause Sounds: if enabled music will stop playing in paused screens Enable / disable pausing of specific inventories by clicking on the corresponding button
Mod Compat Options
- Custom mod class names: List of custom screens which get paused
- Compat mod class names: List of custom screens which don't get fully paused. They get ticked in regular intervals as specified in Time between compat ticks.
- Time between compat ticks: Specifies how often (20 ticks = one second) screens listed in Compat mod class names are ticked
- Enable Debug Mode: enables an overlay for easier mod compat configuration
0.1 - 1.1.2 (click to expand)
General:
- Enable Mod: enables / disables every part of the mod apart from the debug overlay
- Enable Save on Pause: this can help if you experience lag spikes when quickly opening and closing inventories
- Enable Debug Mode: enables an overlay for easier mod compat configuration
- Debug Overlay Options:
- X-Coordinate / Y-Coordinate: The position of the debug overlay
- Maximum Crawl Depth: Limit the number of items to display (useful for deep gui hierarchies)
Abilities:
- Pause on Inventory / Pause on Creative Inventory / Pause on Death Screen / Pause on Furnace / Pause on Crafting Table / Pause on Shulker Box: Enables / Disables the respective feature
Mod Compat:
- Custom mod class names: A custom list of GUI class names can be input here to force the screen to pause the game
- Time between compat ticks: Frequency in ticks (20 ticks = every second) to unpause when in screens specified in "Compat mod class names"
- Compat mod class names: A custom list of GUI class names can be input here to tick less often