Tags
Creators
Details
All versions
4.12.110
Release
4.12.1102 weeks ago 31
Compatibility
Minecraft: Java Edition
1.12.2
Platform
Forge
Supported environments
Client and server
Required content
Changes
- added
fvtm:uv_lockprogram for baked block models and related code/impl - fixed baked block model programs being only initialized on 1.12
- renamed
WireDecotoWireComponentand related changes - added
SubRelayWireComponent config setting - added SubRelay / WireRelay with WireComponent Origin feature to the Wire System
- renamed
fvtm:wire_downward_angledprogram tofvtm:wire_slack_angled - added duplicate
fvtm:wire_downward_angledprogram with old id to maintain compat with older configs - fixed wire component rendering errors
- (26.1) fixed relay points not being removed along the block/entity
- (26.1) fixed some wire rendering related issues
- added Wire Component Toolbox (used to remove components similar to wire removal toolbox)
- renamed
fvtm:wire_spaced_decoprogram tofvtm:wire_spaced_component - added duplicate
fvtm:wire_spaced_decoprogram with old id to maintain compat with older configs - fixed some old wire component (deco) rendering issues
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:SV8yEHUU"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:uwxnSBu4:SV8yEHUU"
}


