Tags
Creators
Details
All versions
1.21.1-7.4.0-NeoForge
Release
[NeoForge] 7.4.0 for Create 1.21.1-6.0.95 months ago 493
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client-side
Required content
Any compatible version
Changes
- Add a configuration that removes train damage
- Add a configuration that enables negative infinity throttle
- Add map tooltip rendering
- Fix poseStack rendering misalignment issue for ClipboardRenderer and ItemInHandRendererMixin
- Optimize clipboard rendering logic
- Optimize the layout of configuration UI components
- Optimize the color picker interface layout
- Optimize the key binding configuration and add conflict detection and status display logic
- Optimize the display of sequence assembly
- Optimize TooltipOverlay
- Optimize the ArmInteractionPointHandler
- Optimize the ExtraItemRenderer
- Optimize MapTooltipRenderer
- Optimize the ArmInteractionPointHandlerMixin to support more accurate mechanical arm position previews
- Optimize the PackagePortTargetSelectionHandlerMixin to support more precise placement range hints
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:TlQAWQCY:oyt78DwX"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:TlQAWQCY:oyt78DwX"
}

