useful equipment
This commit is contained in:
parent
17ec37cd3a
commit
9e83776f5e
2 changed files with 9 additions and 0 deletions
|
|
@ -1,5 +1,10 @@
|
||||||
---------------------------------------------------------------------------------------------------
|
---------------------------------------------------------------------------------------------------
|
||||||
Version: 0.12.3
|
Version: 0.12.3
|
||||||
|
Date: 2021-07-06
|
||||||
|
Features:
|
||||||
|
- Useful Eqipment compatibility
|
||||||
|
---------------------------------------------------------------------------------------------------
|
||||||
|
Version: 0.12.2
|
||||||
Date: 2021-07-01
|
Date: 2021-07-01
|
||||||
Features:
|
Features:
|
||||||
- Strange matter compatibility
|
- Strange matter compatibility
|
||||||
|
|
|
||||||
|
|
@ -48,3 +48,7 @@ end
|
||||||
if mods["NuclearFurnace"] then
|
if mods["NuclearFurnace"] then
|
||||||
util.add_titanium_ingredient(200, "nuclear-furnace-4")
|
util.add_titanium_ingredient(200, "nuclear-furnace-4")
|
||||||
end
|
end
|
||||||
|
|
||||||
|
-- Useful Equipment
|
||||||
|
util.replace_ingredient("craft-assistent", "iron-plate", "titanium-plate")
|
||||||
|
util.replace_ingredient("artificial-organ", "iron-plate", "titanium-plate")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue