I'm trying to find a way to set the ore preference for things like ingots produced with SkyResources. So for example in Tinkers Construct there's the following setting that allows me to do that:
I'm also using UniDict and have the following settings for ordering:
# all the entries will be sorted according to the modID list below
# must be the exact modID.
# [default: [minecraft], [thermalfoundation], [substratum], [ic2], [mekanism], [immersiveengineering], [techreborn]]
S:ownerOfEveryThing <
minecraft
thermalfoundation
substratum
ic2
mekanism
immersiveengineering
techreborn
>
With these types of config I've got all the mods in my modpack producing Thermal Foundation ingots except for Sky Resources, where for some recipes I'm getting IC2 ingots (like IC2 Copper Ingots from condensing Copper Alchemical Ore Dust).
Is there a config setting I'm missing that would allow me to do this? Or is the only way right now to use CraftTweaker to change the recipes?
Versions: Minecraft: 1.12.2 Forge: 14.23.1.2604 SkyResources: skyresources-2.1.5.jar
I'm trying to find a way to set the ore preference for things like ingots produced with SkyResources. So for example in Tinkers Construct there's the following setting that allows me to do that:
I'm also using UniDict and have the following settings for ordering:
With these types of config I've got all the mods in my modpack producing Thermal Foundation ingots except for Sky Resources, where for some recipes I'm getting IC2 ingots (like IC2 Copper Ingots from condensing Copper Alchemical Ore Dust).
Is there a config setting I'm missing that would allow me to do this? Or is the only way right now to use CraftTweaker to change the recipes?
Thanks for this great mod!