working version

This commit is contained in:
Brevven 2021-06-11 03:13:04 -07:00
parent 4c98b02f72
commit 00e15527d4
92 changed files with 1385 additions and 0 deletions

View file

@ -0,0 +1,15 @@
local util = require("__bzzirconium__.data-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 = "zircon", probability = 0.50, amount = 10}
)
end
if data.raw.recipe["rrr-raw-ores-processing"] then
table.insert(data.raw.recipe["rrr-raw-ores-processing"].results,
{name = "zircon", probability = 0.50, amount = 10}
)
end
end