promotional bannermobile promotional banner

Cable Fixes for Prom

A Fabric mod that fixes various mod-interactivity crashes and issues on the Prominence 2 modpack, specifically focusing on Ad Astra machines and Create/ AE2 copycat blocks.

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

Fabric

modImplementation "curse.maven:cable-fixes-for-prom-1484275:8327579"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

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 RenderAttachedBlockView on Create's FilteredBlockAndTintGetter via FilteredBlockAndTintGetterMixin.java to resolve ClassCastException crashes 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.getAcceptedBlockState to 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 create and ae2 mods are present.
  • Compilation Stubs: Added local stub classes for FilteredBlockAndTintGetter and CopycatBlock under 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".