This commit is contained in:
Brevven 2022-01-20 00:42:00 -08:00
parent b6cbe66f57
commit c4fad858ce
2 changed files with 29 additions and 0 deletions

View file

@ -97,6 +97,21 @@ else
util.add_effect("graphite-processing", { type = "unlock-recipe", recipe = "graphite" })
end
if mods["5dim_resources"] then
data:extend({
{
type = "recipe",
name = "graphite-5d",
category = "mashering",
order = "d[graphite]",
enabled = true,
energy_required = 0.5,
ingredients = {{"flake-graphite", 1}},
results = {{"graphite", 2}},
}
})
end
-- diamonds
data:extend({
{