mirror of
https://github.com/PHIDIAS0303/factorio-mod-PHI.git
synced 2026-06-27 05:46:22 +09:00
.
This commit is contained in:
@@ -735,6 +735,15 @@ if data.raw['container'] and data.raw['container']['steel-chest'] and data.raw['
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
-- GM-VP C 1 SPACE_AGE ENTITY
|
||||||
|
if data.raw['agricultural-tower'] and data.raw['agricultural-tower']['agricultural-tower'] then
|
||||||
|
data.raw['agricultural-tower']['agricultural-tower'].input_inventory_size = math.max(5, data.raw['agricultural-tower']['agricultural-tower'].input_inventory_size or 0)
|
||||||
|
data.raw['agricultural-tower']['agricultural-tower'].output_inventory_size = math.max(5, data.raw['agricultural-tower']['agricultural-tower'].output_inventory_size or 0)
|
||||||
|
data.raw['agricultural-tower']['agricultural-tower'].module_slots = math.max(2, data.raw['agricultural-tower']['agricultural-tower'].module_slots or 0)
|
||||||
|
data.raw['agricultural-tower']['agricultural-tower'].allowed_effects = {'consumption'}
|
||||||
|
data.raw['agricultural-tower']['agricultural-tower'].allowed_module_categories = {'efficiency'}
|
||||||
|
end
|
||||||
|
|
||||||
-- GM-VP C 38 BASE ITEM
|
-- GM-VP C 38 BASE ITEM
|
||||||
-- GM-VP C 9 SPACE_AGE ITEM
|
-- GM-VP C 9 SPACE_AGE ITEM
|
||||||
if items['tooltip'] and data.raw.item then
|
if items['tooltip'] and data.raw.item then
|
||||||
|
|||||||
+1
-1
@@ -73,7 +73,7 @@ data:extend({
|
|||||||
setting_type = 'startup',
|
setting_type = 'startup',
|
||||||
default_value = false,
|
default_value = false,
|
||||||
localised_name = {'phi-cl.setting-class-color', 'MI1', {'phi-cl.enable'}, {'mod-setting-name.PHI-MI-GENERIC'}},
|
localised_name = {'phi-cl.setting-class-color', 'MI1', {'phi-cl.enable'}, {'mod-setting-name.PHI-MI-GENERIC'}},
|
||||||
localised_description = {'', {'phi-cl.setting-change-color', '[242] A117 C125'}},
|
localised_description = {'', {'phi-cl.setting-change-color', '[243] A117 C126'}},
|
||||||
order = 'B01'
|
order = 'B01'
|
||||||
}, {
|
}, {
|
||||||
type = 'int-setting',
|
type = 'int-setting',
|
||||||
|
|||||||
Reference in New Issue
Block a user