Tags
Creators
Details
Licensed ARR
Published 2 months ago
Updated 2 weeks ago
All versions
21.1.0-mc1.21.1-neoforge
Release
WindowedGuis 21.1.0 - NeoForge 1.21.12 weeks ago 154
Compatibility
Minecraft: Java Edition
1.21–1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
Added
- Support for Minecraft 1.21 and 1.21.1 from a single jar (NeoForge & Fabric)
Changed
- Replaced Forge support with NeoForge; the mod now targets NeoForge 21.0 and newer
- Moved window and taskbar transforms onto the JOML matrix stack the 1.21 render system exposes
- Rebuilt item transfer over the registry-aware packet buffers introduced in 1.20.5
- Retargeted the Sophisticated Core hooks onto the payload records that replaced its old message classes
- Chest lid animation now merges tracked viewers into the player list 1.21 reports, instead of a count
Fixed
- Clipped regions inside a window are now mapped through that window's own transform, so the inventory player model, scroll panes and item lists are no longer cut away
Tested against:
- Minecraft: 1.21.1
- NeoForge: 21.1.222
- Fabric Loader: 0.18.5
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:I4s1AV9H:jlD8OWUz"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:I4s1AV9H:jlD8OWUz"
}

