diff --git a/.gitignore b/.gitignore index 86bfa5b..f35468f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,7 @@ *.log *.log.gz config/ -!configureddefaults/config/ +!**/*/config/ options.txt mods/ usernamecache.json diff --git a/kubejs/config/client.properties b/kubejs/config/client.properties new file mode 100644 index 0000000..7e2b1e6 --- /dev/null +++ b/kubejs/config/client.properties @@ -0,0 +1,16 @@ +#KubeJS Client Properties +#Tue Dec 02 11:40:36 CST 2025 +backgroundColor=2E3440 +barBorderColor=ECEFF4 +exportAtlases=false +menuBackgroundBrightness=64 +disableRecipeBook=false +title= +barColor=ECEFF4 +overrideColors=false +fmlLogColor=ECEFF4 +showTagNames=false +fmlMemoryColor=ECEFF4 +menuBackgroundScale=32.0 +blurScaledPackIcon=true +menuInnerBackgroundBrightness=32 diff --git a/kubejs/config/common.properties b/kubejs/config/common.properties new file mode 100644 index 0000000..1d2d012 --- /dev/null +++ b/kubejs/config/common.properties @@ -0,0 +1,13 @@ +#KubeJS Common Properties +#Tue Dec 02 11:40:40 CST 2025 +matchJsonRecipes=true +allowAsyncStreams=true +announceReload=true +startupErrorGUI=true +serverOnly=false +hideServerScriptErrors=false +saveDevPropertiesInConfig=false +packmode= +ignoreCustomUniqueRecipeIds=false +creativeModeTabIcon=minecraft\:purple_dye +startupErrorReportUrl= diff --git a/kubejs/config/probe-settings.json b/kubejs/config/probe-settings.json new file mode 100644 index 0000000..97f4e08 --- /dev/null +++ b/kubejs/config/probe-settings.json @@ -0,0 +1,5 @@ +{ + "probejs.modHash": -4984450145584534364, + "probejs.registryHash": -2039914840885289964, + "probejs.enabled": false +} \ No newline at end of file