This commit is contained in:
2026-06-03 19:56:40 +09:00
parent 12d4041a89
commit 80c0ac1b64
3 changed files with 7 additions and 9 deletions
+2 -2
View File
@@ -156,7 +156,7 @@ if data.raw.item['depleted-uranium-fuel-cell'] and data.raw.item['nuclear-fuel']
data:extend({{
type = 'recipe',
name = 'empty-train-battery',
energy_required = 30,
energy_required = 20,
enabled = true,
icon = mod_graphic_location .. 'battery.png',
icon_size = 64,
@@ -183,7 +183,7 @@ if data.raw.item['depleted-uranium-fuel-cell'] and data.raw.item['nuclear-fuel']
data:extend({{
type = 'recipe',
name = 'charged-train-battery',
energy_required = 60,
energy_required = 30,
enabled = true,
icon = mod_graphic_location .. 'battery.png',
icon_size = 64,