Compatibility
Minecraft: Java Edition
1.20.1
Platforms
Supported environments
Client and server
Links
Creators
Details
Licensed MIT
Published 5 months ago
Updated 2 months ago
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 / Applied Energistics 2 copycat blocks.
🚀 Features
- Nested Transaction Fix (Ad Astra): Prevents the
IllegalStateException: Transaction already in progresscrash when external fluid/item pipes (like those from Pipez or other transport mods) interact with Ad Astra machines while an internal transaction is active. - Create & AE2 Compatibility: Resolves
ClassCastExceptioncrashes when Create's Copycat blocks query AE2 cables and busses for appearance data by implementingRenderAttachedBlockViewon Create'sFilteredBlockAndTintGetter. - Copycat Material Acceptance: Bypasses voxel shape and entity checks for AE2 cables and busses, allowing them to be accepted and used as copycat materials.
- Conditional Loading: Compatibility mixins for Create and AE2 are only applied if both mods are active in the environment, preventing class loading issues.
🛠️ How it Works
- Ad Astra Fixes: Sponge Mixins hook into the machine block entities (
updateSlots) and defer fluid/item updates to the tail end of the server tick if an active transaction is open. - Create & AE2 Fixes: Implements Fabric's
RenderAttachedBlockViewon Create'sFilteredBlockAndTintGetterto delegate render attachment queries. A mixin onCopycatBlock.getAcceptedBlockStatehandles material checks for AE2'sCableBusBlockto accept them as valid copycat blocks.
📦 Installation
- Install the Fabric Loader.
- Add this
.jarto yourmodsfolder. - Requires Ad Astra as a hard dependency. Create and Applied Energistics 2 are optionally supported (compatibility features load automatically if both are present).
📜 License
This project is licensed under the MIT License - see the LICENSE file for details.


