mirror of
https://asciireactor.com/factorio/adamo-nuclear.git
synced 2024-11-24 14:55:06 +00:00
13 lines
277 B
Lua
13 lines
277 B
Lua
require("factsheet")
|
|
|
|
if settings.startup["adamo-nuclear-recipe-trolling"].value then
|
|
for _,recipe in pairs(data.raw.recipe) do
|
|
if recipe_uses(recipe,"uranium-238") then
|
|
replace_in_recipe_io(
|
|
recipe,
|
|
"uranium-238",
|
|
"adamo-nuclear-DU-oxide"
|
|
)
|
|
end
|
|
end
|
|
end |