forked from cacklingfiend/bzzirconium2
working version
This commit is contained in:
parent
4c98b02f72
commit
00e15527d4
92 changed files with 1385 additions and 0 deletions
15
zirconium-recipe-final-rrr.lua
Normal file
15
zirconium-recipe-final-rrr.lua
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue