From 42ddb001131e1032f92c9429106102fbb89f11dc Mon Sep 17 00:00:00 2001 From: Nicholas Dunn Date: Sun, 3 Mar 2019 01:31:50 -0500 Subject: [PATCH] Trick factorio into thinking this mod changes the game. --- data.lua | 1 + info.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 data.lua diff --git a/data.lua b/data.lua new file mode 100644 index 00000000..fb9a969c --- /dev/null +++ b/data.lua @@ -0,0 +1 @@ +--Empty file to trick Factorio into thinking this mod changes the game. diff --git a/info.json b/info.json index 53380064..2a39a2df 100644 --- a/info.json +++ b/info.json @@ -1,6 +1,6 @@ { "name": "stdlib", - "version": "1.0.0", + "version": "1.0.1", "factorio_version": "0.17", "title": "Factorio Standard Library", "author": "Afforess",