rich rocks requiem

This commit is contained in:
Brevven 2021-01-24 19:44:17 -08:00
parent 0488e73108
commit 44aaa9252f
4 changed files with 26 additions and 2 deletions

View file

@ -0,0 +1,15 @@
if mods["Rich-Rocks-Requiem"] then
if data.raw.recipe["rrr-stone-processing"] then
table.insert(data.raw.recipe["rrr-stone-processing"].results,
{name = "titanium-ore", probability = 0.05, amount = 1}
)
end
if data.raw.recipe["rrr-raw-ores-processing"] then
table.insert(data.raw.recipe["rrr-raw-ores-processing"].results,
{name = "titanium-ore", probability = 0.50, amount = 5}
)
end
end