summaryrefslogtreecommitdiff
path: root/groovy/runConfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'groovy/runConfig.json')
-rw-r--r--groovy/runConfig.json23
1 files changed, 23 insertions, 0 deletions
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