rich rocks requiem
This commit is contained in:
parent
0488e73108
commit
44aaa9252f
4 changed files with 26 additions and 2 deletions
15
titanium-recipe-final-rrr.lua
Normal file
15
titanium-recipe-final-rrr.lua
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue