From 6838c549ad96ce920b216e19abccfdaa8a30bb78 Mon Sep 17 00:00:00 2001 From: Simon Brodtmann Date: Sun, 1 Feb 2026 12:47:54 +0100 Subject: [PATCH 1/2] Fix typos --- factorio-light/data.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/factorio-light/data.lua b/factorio-light/data.lua index d5d514c..b7fc6aa 100644 --- a/factorio-light/data.lua +++ b/factorio-light/data.lua @@ -1,8 +1,8 @@ require "__cf-lib__/util/table" local util = require "util" -local Technology = require("__cf-lib__/data/technology") -local Recipe = require("__cf-lib__/data/recipe") +local Technology = require("__cf-lib__/data/Technology") +local Recipe = require("__cf-lib__/data/Recipe") -- Clear space science util.removeTechWithPrerequisite("space-science-pack") From 1db4715f089db62838d4567d00c79c68298b331a Mon Sep 17 00:00:00 2001 From: Simon Brodtmann Date: Sun, 1 Feb 2026 12:49:47 +0100 Subject: [PATCH 2/2] 1.0.1 --- factorio-light/changelog.txt | 7 +++++++ factorio-light/info.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 factorio-light/changelog.txt diff --git a/factorio-light/changelog.txt b/factorio-light/changelog.txt new file mode 100644 index 0000000..78643e5 --- /dev/null +++ b/factorio-light/changelog.txt @@ -0,0 +1,7 @@ +--------------------------------------------------------------------------------------------------- +Version: 1.0.1 +Date: 01.02.2026 + Changes: + - Remove combat robots and remotes + Bug Fixes: + - Fix typos crashing non-Windows version of Factorio diff --git a/factorio-light/info.json b/factorio-light/info.json index fb82ba0..a13126c 100644 --- a/factorio-light/info.json +++ b/factorio-light/info.json @@ -1,6 +1,6 @@ { "name": "factorio-light", - "version": "1.0.0", + "version": "1.0.1", "title": "Factorio light", "description": "A light-weight version of Factorio for a chill round or your kids.", "author": "cackling fiend",