0.1-Alpha
Compatibility
Changes
Open Gui Movement
Open Gui Movement allows you to move freely while your inventory, chest, or furnace GUI is open. No more standing still while organizing your loot!
๐ฅ Features
- Move Freely: Use W, A, S, D to walk while container screens are open.
- Full Control: Jump (Space) and Sprint (Ctrl/Sprint Key) are fully supported.
- Toggle System: Quickly enable/disable the mod with a single key press (Default: R).
- Smart Typing: The mod automatically disables movement when you type in a search bar (e.g., Creative Inventory or JEI/REI search). Click anywhere else to move again!
- Multi-Language: Supports 50+ languages including English, Turkish, German, Spanish, Russian, and Chinese.
๐ฎ How to Use
- Install the mod (Fabric or NeoForge).
- Open any container (Chest, Inventory, Furnace, etc.).
- Walk, jump, and run as you please!
- Toggle: Press 'R' to toggle the mod ON/OFF ingame.
โ๏ธ Configuration
You can change the toggle key binding in the standard Minecraft Options > Controls > Key Binds menu under the "Open Gui Movement" category.
๐ฆ Compatibility
- Works with Fabric and NeoForge.
- Client-side only! (You don't need to install it on the server).
Developed with love by Calfmolten.
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:xOdDLYtc:MmNL1Tta"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:xOdDLYtc:MmNL1Tta"
}

