From ff3f3eec73c6fdaa01d22d4aaf55d0ec3a655e9e Mon Sep 17 00:00:00 2001 From: DrNuget Date: Sun, 1 Sep 2024 01:47:41 +0300 Subject: first commit --- groovy/runConfig.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 groovy/runConfig.json (limited to 'groovy/runConfig.json') diff --git a/groovy/runConfig.json b/groovy/runConfig.json new file mode 100644 index 0000000..da10c5b --- /dev/null +++ b/groovy/runConfig.json @@ -0,0 +1,23 @@ +{ + "packName": "PlaceHolder name", + "packId": "placeholdername", + "version": "1.0.0", + "debug": false, + "classes": { + "preInit": [] + }, + "loaders": { + "preInit": [ + "preInit/" + ], + "postInit": [ + "postInit/" + ] + }, + "packmode": { + "values": [], + "default": "", + "_comment": "By default the packmode is not synced with the packmode mod. You can enable integration, but you can no longer change packmode on the fly.", + "integratePackmodeMod": false + } +} \ No newline at end of file -- cgit v1.2.3