mirror of
https://github.com/PHIDIAS0303/factorio-mod-PHI.git
synced 2026-07-26 21:16:23 +09:00
.
This commit is contained in:
@@ -176,7 +176,10 @@ if data.raw['blueprint-book'] and data.raw['blueprint-book']['blueprint-book'] t
|
|||||||
action = 'lua',
|
action = 'lua',
|
||||||
toggleable = true,
|
toggleable = true,
|
||||||
icon = data.raw['blueprint-book']['blueprint-book'].icon,
|
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
|
end
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user