Tags
Creators
Details
Licensed MIT
Published 2 months ago
Updated 2 months ago
All versions
j21-mc1.21.11-1.3.0-BETA
Beta
M0-DevTools j21-mc1.21.11-1.3.0-BETA2 months ago 35
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Fabric
Supported environments
Client-side
Client and server
Changes
This change includes significant changes to the secondary chat system and the introduction of new modules for WorldEdit integration.
Features
- Secondary Chat Enhancement: Improved mouse event handling and message selection features for better user interaction with the secondary chat system
- Customizable Secondary Chat Settings: Added new settings for window management and TAB configuration to provide more control over the chat overlay
- WorldEdit Module: Added new WorldEdit module with command registration and configuration options
- Hotbar Slot Resolution: Implemented hotbar slot resolution for pick block actions with improved inventory handling
Improvements
- PickBlockHotbarSlotResolver Refactoring: Refactored to use generics for improved flexibility in slot resolution
- Secondary Chat Message Handling: Unified method signatures and improved overall message processing pipeline
- Secondary Chat UI/UX: Enhanced the secondary chat overlay with better window layout and configuration screen
- Item Pickup Notifications: Normalized item damage in stack key generation for consistent pickup notifications
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:5SCq61TM:26Qczimv"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:5SCq61TM:26Qczimv"
}

