From 21ea3f80703ef9bc6551c5372b44678ab7e93a1f Mon Sep 17 00:00:00 2001 From: Hawarth Date: Thu, 12 Mar 2026 10:33:58 +0100 Subject: chore: add necessary modinfo.json to init the project --- modinfo.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 modinfo.json (limited to 'modinfo.json') diff --git a/modinfo.json b/modinfo.json new file mode 100644 index 0000000..004a387 --- /dev/null +++ b/modinfo.json @@ -0,0 +1,10 @@ +{ + "type": "content", + "modid": "bolsjer", + "name": "Bolsjer", + "authors": [ + "Hawarth" + ], + "description": "Adds bolsjer! A type of hard candy that's popular in Denmark", + "version": "1.0.0" +} -- cgit v1.2.3