All versions
55.1.0
Release
55.1.03 years ago 37
Compatibility
Minecraft: Java Edition
1.5.2
Platform
Forge
Supported environments
Client and server
Required content
Changes
- Added insulated wire.
- Shift-click on a NOT gate with a screwdriver to disable outputs.
- Wires cannot be washed away by water.
- New bug: sometimes you get stuck on the edge of wire that you just placed.
- Gates internally use strength 0-255 instead of strength 0-15.
- Improved wire rendering (fixed squished textures and Z-fighting).
- Fixed being able to put any size cover on a wire.
- Fixed wire breaking particles.
- Fixed timers emitting a pulse immediately after being started.
- Added /rldebug command. See /help for syntax. Admin-only.
- 'wire-reading' debug feature lets you right-click a wire to see the server-side and client-side strength.
- 'wire-lag-particles' debug feature creates:
- fire particles when a wire causes a block update.
- bonemeal/villager particles when a wire sends a packet to the client.
- 'wire-debug-particles' debug feature creates bonemeal/villager particles whenever a wire's strength changes.
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:2A6XU9BA"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:dYL6N6xo:2A6XU9BA"
}



