fluid mining tech to replace uranium mining
and some cleanup and adjustment of fluid setting handling
This commit is contained in:
parent
99b2c9229c
commit
22076c0522
9 changed files with 86 additions and 23 deletions
4
me.lua
4
me.lua
|
|
@ -4,7 +4,7 @@ me.name = "bztitanium"
|
|||
me.titanium_plate = ""
|
||||
me.titanium_processing = ""
|
||||
|
||||
if mods["FactorioExtended-Plus-Core"] then
|
||||
if mods and mods["FactorioExtended-Plus-Core"] then
|
||||
me.titanium_plate = "titanium-alloy"
|
||||
else
|
||||
me.titanium_plate = "titanium-plate"
|
||||
|
|
@ -17,7 +17,7 @@ me.recipes = {me.titanium_plate,
|
|||
"molten-titanium",
|
||||
"enriched-titanium-smelting-vulcanite"}
|
||||
|
||||
if mods["pyrawores"] then
|
||||
if mods and mods["pyrawores"] then
|
||||
me.titanium_processing = "titanium-mk01"
|
||||
else
|
||||
me.titanium_processing = "titanium-processing"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue