File Details
cable-fixes-for-prom-1.1.0.jar
- R
- Jun 27, 2026
- 38.93 KB
- 48
- 1.20.1
- Fabric
File Name
cable-fixes-for-prom-1.1.0.jar
Supported Versions
- 1.20.1
Curse Maven Snippet
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 to resolveClassCastExceptioncrashes when copycat blocks query Applied Energistics 2 cables and busses for appearance data. - Copycat Material Acceptance: Implemented a 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 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".

