EnderIO: Alloy Smelter cfg file not working

  • The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord

Tommerbob

New Member
Jul 29, 2019
31
0
0
Yesterday while doing some testing, I added a new recipe to the AlloySmelterRecipes_User.cfg file, which worked like a charm.

Today, I deleted that world and started a new one. The recipe I added no longer works. In the interim I made a few changes: I added the Endertech mod, updated the mods Minetweaker, Modtweaker and Fastcraft, and changed a few config files. I made no changes to the AlloySmelterRecipes_User.cfg file.

Yes, I have several other custom recipes in that file that work just fine.

Here's my recipe:

<recipe name="Pure Certus Quartz" energyCost="6000">
<input>
<itemStack modID="appliedenergistics2" itemName="item.ItemMultiMaterial" itemMeta="1"/>
<itemStack modID="minecraft" itemName="redstone" number="2" />
</input>
<output>
<itemStack modID="appliedenergistics2" itemName="item.ItemMultiMaterial" itemMeta="10" number="3"/>
</output>
</recipe>

Any ideas?

TL;DR: I made a custom recipe for the Alloy Smelter in the config file yesterday which worked fine. In a new world today, it no longer works.
 
did you update EIO to 2.3 beta or AE2 to RV3 Alpha by any chance ??

can you upload your Alloy_Smelter_User.XML file ?

also why is 1 Charged Certus Quartz + 2 Redstone = 3 Pure Certus Quartz ?? it doesn't make since

i highly recommend that you also check out AE2 Stuff mod
 
Hi, thanks for the reply. I actually figured out a better method for achieving what I wanted.

Appreciate our help, regardless.