This commit is contained in:
2024-10-26 13:17:29 +09:00
parent 2262a85bfa
commit 1dd7be161c

View File

@@ -539,7 +539,7 @@ if settings.startup['PHI-CT'].value and settings.startup['PHI-CT-FLUID'].value t
item.icon_size = nil item.icon_size = nil
item.icon_mipmaps = nil item.icon_mipmaps = nil
item.localised_name = {'name.super-pump'} item.localised_name = {'name.super-pump'}
item.localised_description = nil item.localised_description = item.localised_description
data:extend({item}) data:extend({item})
local entity = table.deepcopy(data.raw['offshore-pump']['offshore-pump']) local entity = table.deepcopy(data.raw['offshore-pump']['offshore-pump'])
@@ -564,7 +564,7 @@ if settings.startup['PHI-CT'].value and settings.startup['PHI-CT-FLUID'].value t
entity.layers = nil entity.layers = nil
entity.fluid_source_offset = nil entity.fluid_source_offset = nil
entity.localised_name = {'name.super-pump'} entity.localised_name = {'name.super-pump'}
entity.localised_description = nil entity.localised_description = entity.localised_description
data:extend({entity}) data:extend({entity})
data:extend({{ data:extend({{
@@ -596,7 +596,7 @@ if settings.startup['PHI-CT'].value and settings.startup['PHI-CT-FLUID'].value t
category = 'fluid', category = 'fluid',
energy_required = 1, energy_required = 1,
enabled = true, enabled = true,
ingredients = nil, ingredients = {},
results = {{type='fluid', name=v.name, amount=2000, temperature=temp}}, results = {{type='fluid', name=v.name, amount=2000, temperature=temp}},
main_product = v.name, main_product = v.name,
hide_from_stats = true, hide_from_stats = true,