All versions
57.3.0
Release
57.3.03 years ago 27
Compatibility
Minecraft: Java Edition
1.6.4
Platform
Forge
Supported environments
Client and server
Required content
Changes
- Added null cells, invert cells, and non-invert cells.
- Null/invert/non-invert cells can be used in miniaturized circuits.
- Powered red alloy wires glow in the dark.
- Redstone Digitizers and integrated circuits can be rotated.
- Redstone Digitizers have a direction indicator on the top and bottom.
- Integrated circuits have a direction indicator on the top.
- Fixed wire rendering not using "face-specific shading". This makes them look more 3D.
- Changed the way that outside corners look when connecting different types of cables.
- Fixed z-fighting in several situations.
- Gates can only be placed on a solid surface.
- Integrated circuits are now blocks in your inventory. If you have the old items, right-click anywhere to convert them.
- Fixed cage lamps sometimes rendering with the wrong brightness.
- Fixed z-fighting on "inside corners" of bundled cable.
- Fixed all texture mismatches on bundled cable (where the red and blue sides were swapped).
- Fixed some texture mismatches on freestanding bundled cable. It's not possible to fix all of these.
- Fixed block breaking particles for gates.
- Fixed block breaking particles for wires.
- Fixed lighting on dropped gate items.
- Fixed lighting on dropped wire items.
- Fixed not being able to place gates in the same block space as existing microblocks.
- Fixed creative middle-click on cleanroom air filters.
- Fixed client-side wire items sometimes being dropped (items that can't be picked up and disappear when the world is reloaded).
Optional dependencies
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:dYL6N6xo:p0WVi3Xz"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:dYL6N6xo:p0WVi3Xz"
}



