From da996cadbe875f75001d2a6b1acf91d31b38eef2 Mon Sep 17 00:00:00 2001 From: PHIDIAS Date: Thu, 5 Jun 2025 00:05:58 +0900 Subject: [PATCH] . --- PHI-CL/data.lua | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/PHI-CL/data.lua b/PHI-CL/data.lua index 68bf3a2..590887e 100644 --- a/PHI-CL/data.lua +++ b/PHI-CL/data.lua @@ -260,16 +260,7 @@ if settings.startup['PHI-CT'].value or (settings.startup['PHI-MI'].value) or (se item.name = 'super-pump' item.place_result = item.name item.order = 'b[fluids]-a[super-pump]-o' - - item.icons = { - { - icon = '__base__/graphics/icons/offshore-pump.png', - tint = items['tint'][2], - icon_size = 64, - icon_mipmaps = 4 - } - } - + item.icons = {{icon = '__base__/graphics/icons/offshore-pump.png', tint = items['tint'][2], icon_size = 64, icon_mipmaps = 4}} item.icon = nil item.icon_size = nil item.icon_mipmaps = nil