Tags
Creators
Details
Licensed GPL-3.0-only
Published 2 years ago
Updated last month
All versions
1.0.10-1.19.2-forge
Release
Short Circuit 1.0.10 (1.19.2-forge)last month 19
Compatibility
Minecraft: Java Edition
1.19–1.19.2
Platform
Forge
Supported environments
Client and server
Changes
Bugfixes
- Uninitialized circuits will now drop the item (#24)
- NeoForge version now renders circuit blocks with translucency (#25)
Fixes that may have happened multiple versions ago
- Fix unloading crash (#15)
- Fix inconsistent truth table generation (#19) (probably fixed in v1.0.9)
Known Issues
- Truth Assigner's "First Change" mode doesn't actually trigger at first change, and instead waits for the full delay
- Forge MAY NOT work due to new project configuration. Please report if that's the case
- Supports for 26.1.2 and 26.2 will be added soon
Project Restructure
This project now supports multi-loader and multi-version! It uses the same setup as Autofish for Everyone. If you are a mod developer and are interested, please take a look.
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:5dUwdwpB:27vMf7da"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:5dUwdwpB:27vMf7da"
}

