From ac2ea459d953e11b2d032d74dc01dd1fbbaeaa40 Mon Sep 17 00:00:00 2001 From: Patrick 'Quezler' Mounier Date: Sat, 13 Jan 2024 20:36:07 +0100 Subject: [PATCH] Use hyphens instead of spaces --- .../control.lua | 5 ++--- .../info.json | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/mods/factoryplanner-is-exportable-to-fake-factorissimo/control.lua b/mods/factoryplanner-is-exportable-to-fake-factorissimo/control.lua index 4da42b1c..2d4eae6e 100644 --- a/mods/factoryplanner-is-exportable-to-fake-factorissimo/control.lua +++ b/mods/factoryplanner-is-exportable-to-fake-factorissimo/control.lua @@ -276,13 +276,13 @@ local function on_created_entity(event) for _, product in ipairs(clipboard.products) do io_string = io_string .. string.format('[%s=%s]', product.type, product.name) end - io_string = io_string .. ' ' + io_string = io_string .. ' - ' if #clipboard.byproducts > 0 then for _, byproduct in ipairs(clipboard.byproducts) do io_string = io_string .. string.format('[%s=%s]', byproduct.type, byproduct.name) end - io_string = io_string .. ' ' + io_string = io_string .. ' - ' end for _, ingredient in ipairs(clipboard.ingredients) do @@ -297,7 +297,6 @@ local function on_created_entity(event) target_offset = {0, -3.00}, alignment = "center", use_rich_text = true, - -- only_in_alt_mode = true, scale = 0.5, } end diff --git a/mods/factoryplanner-is-exportable-to-fake-factorissimo/info.json b/mods/factoryplanner-is-exportable-to-fake-factorissimo/info.json index ac01cf49..5c78cd93 100644 --- a/mods/factoryplanner-is-exportable-to-fake-factorissimo/info.json +++ b/mods/factoryplanner-is-exportable-to-fake-factorissimo/info.json @@ -2,7 +2,7 @@ "name": "factoryplanner-is-exportable-to-fake-factorissimo", "title": "Factory Planner - exportable to fake factorissimo", "description": "Skips the building stage, just feed items into the magic box.", - "version": "0.0.14", + "version": "0.0.15", "author": "Quezler", "factorio_version": "1.1", "dependencies": [