Schall Uranium Processing


Separate pure uranium-235 and pure uranium-238 items? Real-world nuclear industry do NOT work like that! This mod introduces more realistic uranium items of different grades and more realistic uranium enrichment processing. Recipes are kept simple, so even vanilla players will find this easy to master with. (Locale: English, Deutsch, 正體中文, 简体中文, Português Brasileiro, Русский)

Content
30 days ago
0.17 - 2.0
8.48K
Manufacturing

b Factoriopedia issue

26 days ago

Hi, just wanted to point out a minor issue: The kovarex process recipe still appears in the Factoriopedia when it is disabled. I think there ought to be some way to fix that with the new "hidden_in_factoriopedia" property, maybe like:

if cfg1.kovarex_off then
    data.raw.recipe["kovarex-enrichment-process"].hidden_in_factoriopedia = true
end

On a side note, you may like to know that the technology effect reset script is no longer needed in Factorio 2.0.7+, since it's now run by the game itself! (Just gotta remember to declare "base >= 2.0.7" as dependency if you make use of that, of course ;-))

New response