That looks correct, and like it is working. It does not add ore names automatically; you will need to do that with Minetweaker or something similar.
In that case, why does the config want the product name? That string isn't used for anything as far as I can tell. The name of the ingot is formed by the ore name plus "ingot".
I used Minetweaker to register the ingots and it was incredibly slow, roughly 25s per ingot on world load. The dusts were instantaneous however. I think it's just easier for me to add Tinker's Construct smeltery recipes for metal flakes themselves to sync the behavior up with native flakes.
I'm not sure if this is a bug or I'm just misunderstanding the proper use/syntax of adding custom ores to the extractor. As an example, I've added the following line to the config:
In the log, the following appears after both ingotManganese and oreManganese have been registered:
ROTARYCRAFT: Added extract entry Manganese to ingotManganese with rarity AVERAGE (1 ores found from [oreManganese])
However, the resulting ingot after smelting the flakes does not have any oreDict name. How can I get the custom extracts to have their proper oreDict names? I suppose I could add a shapeless crafting recipe to convert them, but I'd prefer not to have to do that for every ore I'd like to add to the extractor.
Reika, would it be possible for the ElectriCraft and ReactorCraft handbooks use the type TOC handbook page (handbookguia.png) instead of type PLAIN (handbookgui.png) for their table of contents pages? This would match the behavior of the RotaryCraft book.
0
In that case, why does the config want the product name? That string isn't used for anything as far as I can tell. The name of the ingot is formed by the ore name plus "ingot".
I used Minetweaker to register the ingots and it was incredibly slow, roughly 25s per ingot on world load. The dusts were instantaneous however. I think it's just easier for me to add Tinker's Construct smeltery recipes for metal flakes themselves to sync the behavior up with native flakes.
0
I'm not sure if this is a bug or I'm just misunderstanding the proper use/syntax of adding custom ores to the extractor. As an example, I've added the following line to the config:
Manganese,AVERAGE,INGOT,ingotManganese,1,0xffcece,0xff9090,null,oreManganese
In the log, the following appears after both ingotManganese and oreManganese have been registered:
ROTARYCRAFT: Added extract entry Manganese to ingotManganese with rarity AVERAGE (1 ores found from [oreManganese])
However, the resulting ingot after smelting the flakes does not have any oreDict name. How can I get the custom extracts to have their proper oreDict names? I suppose I could add a shapeless crafting recipe to convert them, but I'd prefer not to have to do that for every ore I'd like to add to the extractor.
0
Reika, would it be possible for the ElectriCraft and ReactorCraft handbooks use the type TOC handbook page (handbookguia.png) instead of type PLAIN (handbookgui.png) for their table of contents pages? This would match the behavior of the RotaryCraft book.