Compacting Drawer Diamond should convert to ThermalFoundation Diamond Nugget
Opened this issue ยท 2 comments
@ToasterKoishi commented on Dec 2, 2018, 7:49 AM UTC:
Thank you for helping us improve.
Please follow the issue template, and do not delete any part of it.
Failure to comply will result in the issue being closed.
Issue Description
Microchip (Tier 3) from OpenComputers can only be crafted using chipDiamond
. A compacting drawer will default to breaking down diamonds into Extended Crafting diamond nuggets, which only oredict into nuggetDiamond
. However, in a crafting table, a diamond is crafted into Thermal Foundation diamond nuggets, which oredict into both nuggetDiamond
and chipDiamond
.
My most immediate problem was apparently not being able to craft the microchip using the diamond nuggets in my ME system (storage bus on a drawer). Closer inspection of the oredict names revealed the problem.
I see three possible solutions:
- Make the microchip craftable with
nuggetDiamond
- Make compacting drawers break diamonds into Thermal Foundation nuggets by defaut
- Add
chipDiamond
to Extended Crafting nugget oredict
Modpack version (Do not use "latest")
1.44
Logs
If applicable, please upload your crash report, or latest.log to hastebin.
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.
This issue was moved by NillerMedDild from NillerMedDild/Enigmatica2Expert#422.
@NillerMedDild commented on Dec 2, 2018, 8:39 AM UTC:
Thank you for the thorough report :) I will combine option 1 and 2 that you propose.