Applied Energestics 2 cable facades cannot be crafted with certain Chisel factory blocks
Opened this issue · 4 comments
Dimentive commented on Apr 1, 2019, 10:08 AM UTC:
Modpack version
1.63a
Can the issue be reproduced?
Yes
Issue
Although most Chisel blocks can be crafted into Applied Energestics 2 cable facades, there are some that can’t.
Chisel has five different item IDs assigned to its factory blocks: factory
, factory1
, technical
, technical1
, and technicalnew
(which are all either the factory block or chiselled versions of it). In Enigmatica 2, you can craft cable facades with the factory
, factory1
, and technicalnew
blocks from Chisel, but you cannot with its technical
and technical1
blocks.
Simply adding the following to AppliedEnergestics2\Facades.cfg
fixes the issue and lets players craft AE2 cable facades with any Chisel factory block.
chisel {
I:technical=16
I:technical1=16
}
There may be other Chisel blocks that don’t work with AE2 cable facades in this pack, but I’m not aware of any.
This issue was moved by NillerMedDild from NillerMedDild/Enigmatica2#416.
NillerMedDild commented on Apr 1, 2019, 10:54 AM UTC:
Have you tried making those facades after editing the configs? I have a feeling they're animated, and that's why they're not included by default.
Dimentive commented on Apr 1, 2019, 12:32 PM UTC:
Yes, I tried crafting the facades after editing the config, and it worked. 🙂
NillerMedDild commented on Apr 1, 2019, 2:02 PM UTC:
Alright nice, and they didn't cause issues when placed?
Dimentive commented on Apr 1, 2019, 2:17 PM UTC:
No, they didn’t. They work and appear as expected.