From 5fe6f4d4e01fb548492867896028fdcf060c1a39 Mon Sep 17 00:00:00 2001 From: PHIDIAS Date: Wed, 17 Jun 2026 22:36:50 +0900 Subject: [PATCH] . --- PHI-CL/data/b/mig.lua | 2 -- 1 file changed, 2 deletions(-) diff --git a/PHI-CL/data/b/mig.lua b/PHI-CL/data/b/mig.lua index cf448ad..d59391e 100644 --- a/PHI-CL/data/b/mig.lua +++ b/PHI-CL/data/b/mig.lua @@ -715,7 +715,6 @@ if items['tooltip'] and data.raw.item then table.insert(data.raw[v.type][k].custom_tooltip_fields, custom_tooltip) end - --[[ if v.color and data.raw.recipe[k] then if not data.raw.recipe[k].custom_tooltip_fields then data.raw.recipe[k].custom_tooltip_fields = {} @@ -723,6 +722,5 @@ if items['tooltip'] and data.raw.item then table.insert(data.raw.recipe[k].custom_tooltip_fields, custom_tooltip) end - ]] end end