[Chemical Reactor] 2nd QBit Recipe Isn't Starting!
TheFlash787 opened this issue ยท 2 comments
Hey! I'm running on Omnifactory 1.2.1 (latest) and I'm not able to craft the QBit CPU Wafer with the second recipe (using Radon).
This is on a server and JEI shows this recipe:
I have tried using the UV Chemical Reactor and the IV Chemical Reactor (both of which had the correct energy input):
But the recipe doesn't seem to commence:
I originally began to thought that there was a script issue, so I opened up all the scripts and scanned for anything linked to radon, and I couldn't see the recipe which involves the QBit CPU Wafer (clientside and serverside) so I thought that I would try and open up Endgame.zs
and add the qbit recipe manually.
import mods.gregtech.recipe.RecipeMap;
val reactor = RecipeMap.getByName("chemical_reactor");
reactor.recipeBuilder().inputs([<gregtech:meta_item_2:32467> * 1, <gregtech:meta_item_1:2421> * 1]).fluidInputs(<liquid:radon> * 50).outputs([<gregtech:meta_item_2:32470>]).duration(600).EUt(1920).buildAndRegister();
However, that appears to have worked, and it's now crafting as expected. Although I don't understand why the recipe wasn't working by default? Here is the crafttweaker.log
https://gist.github.com/TheFlash787/73c091483a754d105168cf6dbf5fe588
Closing this issue as it appears to be obsolete for one reason or another. If you think it's a mistake, please comment!