TheLMiffy1111 / JAOPCA

A mod that aims to add ore processing compatibilty to many mods. Inspired by AOBD.
MIT License
39 stars 35 forks source link

[1.12-Doubt] Is there a way to force the adding of a Molten version of Any metal? #197

Closed gatoborrachon closed 3 years ago

gatoborrachon commented 3 years ago

+I want JAOPCA to add a molten version of Nickelsilver metal (From Heat&Climate, it has a Block, Gear and Ingot form) but i added this inside the Config file and it doesn't work:

nickelsilver {
    S:color=0xfdfff8
    D:energyModifier=1.0
    S:extra=Nickelsilver
    S:extra2=Nickelsilver
    S:extra3=Nickelsilver
    B:hasEffect=false
    S:moduleBlacklist <
     >
    D:rarity=1.0
    S:synonyms <
     >
}

+the 3 objects (Nickelsilver Block, Gear and Ingot) have their respective oreDict, but anyways there's no Molten version, what should i do to force de addition of a Molten version? (even if i need to add a few lines of code inside a personal fork, i will do it) +the Nickelsilver alloy is made with Copper, Nickel and Zinc, it doesn't come from an Ore

+Also, i will add more molten versions for metals of many different mods (Mainly GregTech Experimental's TungstenSteel, Rockhounding mod: Chemistry (the decorative metals), and HBM's NuclearTechMod (metals like Beryllium, Desh, Starmetal, etc.))

gatoborrachon commented 3 years ago

i just needed to set "true" the Enables the finding of ingots with no ores. option, thank anways.