Compare commits

..

2 commits

Author SHA1 Message Date
Simon Brodtmann
1db4715f08 1.0.1 2026-02-01 12:49:47 +01:00
Simon Brodtmann
6838c549ad Fix typos 2026-02-01 12:47:54 +01:00
3 changed files with 10 additions and 3 deletions

View file

@ -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

View file

@ -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")

View file

@ -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",