Compare commits

..

No commits in common. "1db4715f089db62838d4567d00c79c68298b331a" and "8f7fe1548ddb550e170fca6c4abdafa104d8599d" have entirely different histories.

3 changed files with 3 additions and 10 deletions

View file

@ -1,7 +0,0 @@
---------------------------------------------------------------------------------------------------
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.1",
"version": "1.0.0",
"title": "Factorio light",
"description": "A light-weight version of Factorio for a chill round or your kids.",
"author": "cackling fiend",