All versions
1.1.0
Release
Cable Fixes for Prom 1.1.02 months ago 52.6K
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Fabric
Supported environments
Client and server
Changes
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[1.1.0] - 2026-06-27
Added
- Create & AE2 Compatibility Mixin: Implemented
RenderAttachedBlockViewon Create'sFilteredBlockAndTintGettervia [FilteredBlockAndTintGetterMixin.java](file:///d:/projects/ad-astra-cable-fix/src/main/java/com/mervyn/adastracablefix/mixin/FilteredBlockAndTintGetterMixin.java) to resolveClassCastExceptioncrashes when copycat blocks query Applied Energistics 2 cables and busses for appearance data. - Copycat Material Acceptance: Implemented a Mixin [CopycatBlockMixin.java](file:///d:/projects/ad-astra-cable-fix/src/main/java/com/mervyn/adastracablefix/mixin/CopycatBlockMixin.java) on Create's
CopycatBlock.getAcceptedBlockStateto bypass entity block and voxel shape checks for AE2 cables and busses, allowing them to be accepted as copycat materials. - Conditional Loading: Introduced [AdAstraCableFixMixinConfigPlugin.java](file:///d:/projects/ad-astra-cable-fix/src/main/java/com/mervyn/adastracablefix/mixin/AdAstraCableFixMixinConfigPlugin.java) to conditionally apply the compatibility mixins only when both
createandae2mods are present. - Compilation Stubs: Added local stub classes for
FilteredBlockAndTintGetterandCopycatBlockunder the main source set to satisfy Mixin target verification during compilation without needing Create as a compile dependency.
Changed
- Mod name updated from "Ad Astra Cable Fix" to "Cable Fixes for Prom".
Removed
- Excluded compiler stub classes from final packaged jars to keep the distribution clean.
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:cLy3XGrM:LXUnFyFP"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:cLy3XGrM:LXUnFyFP"
}

