Bartz24 / SkyResources

The Skyblock companion mod for 1.9+
GNU General Public License v3.0
10 stars 13 forks source link

[Question] Possible to set ore preference? #121

Closed smcnabb closed 6 years ago

smcnabb commented 6 years ago

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:

    S:orePreference <
        minecraft
        tconstruct
        thermalfoundation
        forestry
        immersiveengineering
        embers
        ic2
     >

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?

Thanks for this great mod!