Mystical Agriculture

Mystical Agriculture

86M Downloads

Silicon can't be crafted with RefinedStorage loaded

PongoSapiens opened this issue ยท 8 comments

commented

With MysticalAgriculture 1.6.4, Forge 2478, Refined Storage 1.5.18, and Minecraft 1.12.1; there is no recipe to craft silicon from silicon essence. I can craft quartz enriched iron from it's essence.

commented

This is because refined storage registers oredictionary entries during the same event as I register recipes, so load order becomes an issue.

commented

Is this something I can work around? Force the load order? Or do you know how to fix it?

commented

You can add your own recipes with crafttweaker
The refined storage devs could register items in the oredictionary when they register items

commented

The refined storage author replied: "When you register recipes that are other mod dependant you probably need to be registering recipes in postInit."

commented

It's worked up to this point, and this is the only issue with it, so I guess we'll just have to live with it.

commented

I'll probably just add another recipe for it whenever I start working on the next update.

commented

I've added craft tweaker and I'm using that, thanks for your attention, and the mod, I love it.

commented

Looking at CraftTweaker, will log a request with Refined Storage, could you add a config option to force the recipe creation? I'm guessing not because you don't know what the item to be created is :(
Thanks for your prompt attention.