fix for K2+RFP overhaul mode
This commit is contained in:
parent
5c98b7f913
commit
aa02dd0ba2
1 changed files with 7 additions and 0 deletions
|
@ -530,6 +530,13 @@ if mods["RealisticFusionPower"] then
|
|||
{'fu_tech_sign_item',2000},
|
||||
}
|
||||
|
||||
data.raw.recipe["fu_empty_container_recipe"].ingredients = {
|
||||
{type="item", name="fu_materials_magnet", amount=2},
|
||||
{type="item", name="fu_materials_KFK", amount=6},
|
||||
{type="item", name="fu_materials_energy_crystal", amount=2},
|
||||
{type="item", name="fu_tech_sign_item", amount=10},
|
||||
}
|
||||
|
||||
end
|
||||
|
||||
end --indent ignored
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue