fix for K2+RFP overhaul mode

This commit is contained in:
PreLeyZero 2022-06-13 23:46:55 +02:00
parent 5c98b7f913
commit aa02dd0ba2

View file

@ -530,6 +530,13 @@ if mods["RealisticFusionPower"] then
{'fu_tech_sign_item',2000}, {'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
end --indent ignored end --indent ignored