Compare commits
2 commits
8f7fe1548d
...
1db4715f08
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1db4715f08 | ||
|
|
6838c549ad |
3 changed files with 10 additions and 3 deletions
7
factorio-light/changelog.txt
Normal file
7
factorio-light/changelog.txt
Normal 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
|
||||
|
|
@ -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")
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue