From ca74aea76d34d2f9e4c80567e1f8ec43e183cdc8 Mon Sep 17 00:00:00 2001 From: PHIDIAS Date: Tue, 30 Jun 2026 03:48:02 +0900 Subject: [PATCH] . --- PHI-CL/data/b/ct.lua | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/PHI-CL/data/b/ct.lua b/PHI-CL/data/b/ct.lua index 1925912..8e750cc 100644 --- a/PHI-CL/data/b/ct.lua +++ b/PHI-CL/data/b/ct.lua @@ -176,7 +176,10 @@ if data.raw['blueprint-book'] and data.raw['blueprint-book']['blueprint-book'] t action = 'lua', toggleable = true, icon = data.raw['blueprint-book']['blueprint-book'].icon, - icon_size = data.raw['blueprint-book']['blueprint-book'].icon_size + icon_size = data.raw['blueprint-book']['blueprint-book'].icon_size, + small_icon = data.raw['blueprint-book']['blueprint-book'].icon, + small_icon_size = data.raw['blueprint-book']['blueprint-book'].icon_size, + localised_name = {'', {'name.super-entity'}, {'gui-permissions-names.ToggleMapEditor'}} }}) end