All versions
1.9.0-1.21.1
Release
Little Big Redstone 1.9.0-1.21.1last month 1,946
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Required content
Changes
What's Changed
- Fix #239: Make LogicConfig immutable by
@Swedzin #240 - Updated PT_BR localization by
@PrincessStellarin #247 - Use components for item colors by
@Swedzin #248 - Use a registry for LogicTypes by
@Swedzin #249 - Rename LogicPortHolder methods to not accidentally override methods elsewhere by
@Swedzin #251 - Add text label element support with LogicConfigMenuBuilder by
@Swedzin #252 - Add event for registering logic renderers by
@Swedzin #253 - Use default config field for defining default values in the codec by
@Swedzin #254 - Add output override option for the comparator logic component by
@Swedzin #255 - Fix #245: Improve analog signal reading performance by
@Swedzin #256 - Fix #173: Logic scanline shader scales incorrectly with larger block atlases by
@Swedzin #259 - Update ru_ru localization by
@rfin0in #260 - Mention being able to resize notes in the note board using scroll wheel by
@Swedzin #265 - Fix #263: Z-fighting for sticky notes in hand view by
@Swedzin #266 - JEI compat to fix left sidebar overlapping with microchip logic array GUI by
@Swedzin #267
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:cdz2XZgU:7ryjHMRj"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:cdz2XZgU:7ryjHMRj"
}



