Tags
Creators
Details
Licensed CC-BY-NC-ND-4.0
Published 2 months ago
All versions
1.0.2
Release
Circuit 1.0.2last month 48
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.x
Platform
Fabric
Supported environments
Client-side
Client and server
Changes
Changelog
Circuit 1.0.2
Maintenance release focused on wire behavior, component recognition, and improved multi-layer workflows.
Changed
- Updated wire functionality for more consistent editor behavior.
- Improved component recognition across the editor.
- Refined layer handling for smoother editing and navigation between layers.
- Enhanced interactions between wires and components.
Added
- Added additional visual feedback for wire placement and editing.
- Added improvements to layer-aware editing tools.
Fixed
- Fixed several issues related to wire placement, connection, and updates.
- Fixed cases where components were not recognized correctly.
- Fixed layer-specific editing inconsistencies.
- Fixed various edge cases when working with circuits spanning multiple layers.
- Improved overall editor stability and reliability.
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:rySNqpeH:gGNy3HtY"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:rySNqpeH:gGNy3HtY"
}

