rich rocks requiem

This commit is contained in:
Brevven 2021-02-28 20:19:23 -08:00
parent 4eb6e89b73
commit 47453164a4
4 changed files with 25 additions and 1 deletions

16
lead-recipe-final-rrr.lua Normal file
View file

@ -0,0 +1,16 @@
local util = require("__bzlead__.util");
if mods["Rich-Rocks-Requiem"] then
if data.raw.recipe["rrr-stone-processing"] then
table.insert(data.raw.recipe["rrr-stone-processing"].results,
{name = "lead-ore", probability = 0.25, amount = 1}
)
end
if data.raw.recipe["rrr-raw-ores-processing"] then
table.insert(data.raw.recipe["rrr-raw-ores-processing"].results,
{name = "lead-ore", probability = 0.75, amount = 10}
)
end
end