From 8c1a940f0a66ab4cc54f00fe503abfe0b411c5c6 Mon Sep 17 00:00:00 2001 From: Simon Brodtmann Date: Mon, 6 Jan 2025 12:51:39 +0100 Subject: [PATCH] Add info.json --- cf-lib/info.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 cf-lib/info.json diff --git a/cf-lib/info.json b/cf-lib/info.json new file mode 100644 index 0000000..b2c8ef3 --- /dev/null +++ b/cf-lib/info.json @@ -0,0 +1,12 @@ +{ + "name": "cf-lib", + "version": "0.0.1", + "title": "cackling fiends library", + "description": "Because I'd like to have my own library :-)", + "author": "cackling fiend", + "homepage": "", + "factorio_version": "2.0", + "dependencies": [ + "base" + ] +} \ No newline at end of file