mirror of
https://github.com/PHIDIAS0303/factorio-mod-PHI.git
synced 2026-06-19 10:19:59 +09:00
.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
|
||||
if mods['space-age'] then
|
||||
for i=2, settings.startup['PHI-MB-ENERGY-POWER-TIER'].value do
|
||||
if mods['space-age'] and settings.startup['PHI-MB-ENERGY'].value > 1 then
|
||||
for i=2, settings.startup['PHI-MB-ENERGY'].value do
|
||||
if data.raw.recipe['accumulator-' .. i] then
|
||||
data.raw.recipe['accumulator-' .. i].category = 'electronics'
|
||||
end
|
||||
|
||||
+1
-1
@@ -168,7 +168,7 @@ data:extend({
|
||||
default_value = '',
|
||||
allowed_values = {'', 'SAP', 'VP'},
|
||||
localised_name = {'phi-cl.setting-category-color', 'GM', {'phi-cl.enable'}, {'mod-setting-name.PHI-GM'}},
|
||||
localised_description = {'', ''},
|
||||
localised_description = {'', {'phi-cl.setting-change-color', '[GM] [60] A26 C25 H9\n[SAP] [30] A3 C27\n[VP] [680] A17 C191 H472'}},
|
||||
order = 'D00'
|
||||
}, {
|
||||
type = 'bool-setting',
|
||||
|
||||
Reference in New Issue
Block a user