Recipe Issues
TheSpicePhantom opened this issue ยท 6 comments
Please use the search functionality before reporting an issue. Also take a look at the closed issues!
- Done.
Issue description:
I got Thermal Foundation (for ores), UniDict (simple ore-dict conversion to only 1 type of Ingot and so on) and Mekanism installed, now my issue is that whenever I want to craft nuggets, i'm getting Mekanism nuggets from any type of copper ingot, which, when I craft it back, gets a Mekanism ingot and no thermal foundation one.
Relevant Mods are:
- UniDict version 1.12.2-1.6 (neds to have a config option set to only "thermalfoundation" to work properly)
- ThermalFoundation version 2.3.7.18
- Mekanism version 9.4.2
Steps to reproduce:
- Take 1 copper ingot (any kind, preferably TE).
- Place it in a crafting grid, craft nuggets.
- Craft nuggets to ingot and see what happens.
Version (make sure you are on the latest version before reporting):
Forge: 14.23.1.2560
Mekanism: 9.4.2
Other relevant version: -
If a (crash)log is relevant for this issue, link it here: (It's almost always relevant)
[gist/pastebin/etc link here]
can you disable recipes for crafting blocks/ingots/nuggets of metals when Unidict mod is present in the modpack? there is no option to disable it in the config. Submitted to Unidict. but please don't close the issue if it is not resolved.
Currently I do not believe there is an option. They can however be removed by crafttweaker
a solution for this would be using the standard "ShapedOreRecipe" instead of this custom implementation, for these generic recipes.
Tried to convert recipes (where possible) to the default forge recipes in #4906. Will test that tomorrow to make sure everything works as before. Should fix this issue :)