248k fixes
This commit is contained in:
parent
ed4282aee4
commit
e62f04580a
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ if mods["248k-Redux"] then
|
||||||
enabled = false,
|
enabled = false,
|
||||||
energy_required = 14,
|
energy_required = 14,
|
||||||
ingredients = { { type = "item", name = "thorium-ore", amount = 10 } },
|
ingredients = { { type = "item", name = "thorium-ore", amount = 10 } },
|
||||||
results = { { type = "item", name = "fi_thorium232_item", amount = 1 } },
|
results = { { type = "item", name = "fi_thorium232", amount = 1 } },
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
util.add_unlock("uranium-processing", "thorium-processing") --maybe add its own tech later
|
util.add_unlock("uranium-processing", "thorium-processing") --maybe add its own tech later
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue