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:
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.
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.