Tags
Creators
Details
All versions
4.26.8
Release
4.26.8last week 329
Compatibility
Minecraft: Java Edition
26.1.x
Platform
Fabric
Supported environments
Client and server
Required content
Any compatible version
Changes
- more wire component rendering related adjustments/fixes
- UniWireRenderer now also handles interact-box rendering
- improved wire interact-box rendering / conditions / color
- merged RenderCache with RenderCacheI and related changes
- (1.12) removed RenderCache capability and related changes
- (1.12) removed RailTestEntity and related classes
- (1.20) removed RenderCache capability and related changes
- (1.20) added RenderCache support to 1.20 BE Rendering
- (26.1) added RenderCache support to 26.1 BE Rendering
fvtm:attribute_rotator,fvtm:attribute_translatorandfvtm:attribute_visiblehave now a version neutral implementation- reworked ModelRenderData, usage and related changes
- added
rotationfield to ModelGroup - reworked existing programs to use ModelGroup
rotation - (26.1) earlier mentioned changes fix attribute rotator/translator program state not being visible
- changed ModelGroup
scalefield to V3D and related changes - merged wheel programs into an universal implementation
- merged steering wheel programs
- further adjustments in UniWireRenderer to make wire components display correctly on 26.1
Optional dependencies
Any compatible version
Any compatible version
Any compatible version
Any compatible version
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:uwxnSBu4:ovaAwQS3"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:uwxnSBu4:ovaAwQS3"
}

