Links
Tags
Creators
Details
All versions
1.3.0
Release
SimpleDeathBans 1.3.04 months ago 76
Compatibility
Minecraft: Java Edition
26.1–26.1.1
Platform
Fabric
Supported environments
Client and server
Changes
[1.3.0] - 2026-03-26
Added
- Minecraft 26.1 Support - Full compatibility with the latest Minecraft version
- Adapted to MC 26.1's unobfuscated runtime (no mappings required, Java 25)
- Updated to Fabric API 0.144.3+26.1
- Updated to ModMenu 18.0.0-alpha.7
Changed
- Rendering API - Updated to MC 26.1's new rendering pipeline (
GuiGraphicsExtractor,extractRenderState,text/centeredText) - Creative Tab API - Migrated to Fabric's
CreativeModeTabEvents(replacesItemGroupEvents) for 26.1 - Networking API - Updated to 26.1's
serverboundPlay/clientboundPlaypayload registration - HUD Rendering - Migrated to
HudElementRegistryfor 26.1 (replacesHudRenderCallback) - Player Messages - Updated to 26.1's
sendSystemMessage/sendOverlayMessage(replacesdisplayClientMessage) - Keybinding API - Migrated to
KeyMappingHelperfor 26.1 (replacesKeyBindingHelper)
Technical
- Multi-version support expanded: 1.21.9, 1.21.10, 1.21.11, 26.1
- Stonecutter conditionals for all version-specific API differences
- Cloth Config excluded for 26.1 (not yet available); fallback config screen used
- Fabric Loom updated to 1.15.5
Authors Note
-Didquite a bit of testing, but something might be off with it not sure yet, please message me at partacus@octus.dev if you find any issues and I will gladly look into it and fix it.
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:KwinRLds:oNAqMvfr"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:KwinRLds:oNAqMvfr"
}

