1.0.5
Compatibility
Required content
Changes
New Screens:
Introducing a Mini Mode — compact HUD overlay with gamemode/time shortcuts, toggle with hotkey (default M).
New Settings Page — color picker, UI scale, Instant Give toggle, Mini Mode config, section hotkey binding with conflict detection.
Player Management — online player list with options to set as target and TP/OP/Kick/Ban per-row actions.
Command Logging — F12/LOG button toggles side panel, click-to-copy, Clear.
Item Search Grid — scrollable item grid with search, Instant Give (click=1, shift+click=stack).
Teleport Bookmarks — save/load/delete per-world bookmarks.
Dynamic Attribute Loading — Adds in game Attributes dynamically.
UI Polish — Fixed various UI bugs and added few info texts.
New Settings Options:
Section Hotkeys — 11 configurable direct-open shortcuts for each mod section.
InstantGive : When enabled, clicking on any item in the item section will directly give it to player (shift + click = Stack).
MiniModeEnabled : Enables a compact ui for quickly changing game mode and time.
MiniModeKey : Option to assign Hotkey for the MiniMode.
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:xje2HwDs:CsfIttX6"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:xje2HwDs:CsfIttX6"
}

