rich rocks requiem
This commit is contained in:
parent
0488e73108
commit
44aaa9252f
4 changed files with 26 additions and 2 deletions
|
|
@ -1,5 +1,10 @@
|
|||
---------------------------------------------------------------------------------------------------
|
||||
Version: 0.9.12
|
||||
Version: 0.9.14
|
||||
Date: 2021-01-25
|
||||
Changes:
|
||||
- Rich Rocks Requiem for K2 support
|
||||
---------------------------------------------------------------------------------------------------
|
||||
Version: 0.9.13
|
||||
Date: 2021-01-24
|
||||
Changes:
|
||||
- Update K2 Matter & Enriched tech icons
|
||||
|
|
|
|||
|
|
@ -6,6 +6,9 @@ require("titanium-recipe-final-se")
|
|||
-- Krastorio 2 final fixes
|
||||
require("titanium-recipe-final-k2")
|
||||
|
||||
-- Rich Rocks Requiem for Krastorio 2 final fixes
|
||||
require("titanium-recipe-final-rrr")
|
||||
|
||||
-- Module fixes, including for Krastorio 2
|
||||
require("titanium-recipe-modules")
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "bztitanium",
|
||||
"version": "0.9.13",
|
||||
"version": "0.9.14",
|
||||
"factorio_version": "1.1",
|
||||
"title": "Titanium",
|
||||
"author": "Brevven",
|
||||
|
|
@ -11,6 +11,7 @@
|
|||
"? aai-industry",
|
||||
"? space-exploration",
|
||||
"? Krastorio2",
|
||||
"? Rich-Rocks-Requiem",
|
||||
"? FactorioExtended-Plus-Core",
|
||||
"? Pre0-17-60Oil",
|
||||
"? Deadlock-SE-bridge",
|
||||
|
|
|
|||
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