Fix SI units

This commit is contained in:
Simon Brodtmann 2025-07-06 21:42:16 +02:00
parent 13febea434
commit 8233489b4c
2 changed files with 4 additions and 4 deletions

View file

@ -9,15 +9,15 @@ end
local function solar_output()
if config("power_output") == "80kW (normal)" then
return "80KW"
return "80kW"
end
if config("power_output") == "100kW (high)" then
return "100KW"
return "100kW"
end
if config("power_output") == "160kW (very high)" then
return "160KW"
return "160kW"
end
return "80kW"

View file

@ -57,7 +57,7 @@ data:extend({
module_slots = 4
},
crafting_speed = 1,
energy_usage = '500KW',
energy_usage = '500kW',
fluid_boxes = {
{
base_area = 1,