When applying the SystemHeatFissionEngines/RestockPlus/restock-engine-cherenkov.cfg in conjunction with the RR_NuclearFamily_CRP_Rockets.cfg, the restock-engine-cherenkov part ends up with two definitions of EnrichedUranium and DepletedFuel
I solved this for myself by changing the following in restock-engine-cherenkov.cfg:
RESOURCE:HAS[!RESOURCE[EnrichedUranium]]
{
name = EnrichedUranium
amount = 40
maxAmount = 40
}
RESOURCE:HAS[!RESOURCE[DepletedFuel]]
{
name = DepletedFuel
amount = 0
maxAmount = 40
}
When applying the SystemHeatFissionEngines/RestockPlus/restock-engine-cherenkov.cfg in conjunction with the RR_NuclearFamily_CRP_Rockets.cfg, the
restock-engine-cherenkovpart ends up with two definitions ofEnrichedUraniumandDepletedFuelI solved this for myself by changing the following in restock-engine-cherenkov.cfg: