diff --git a/config/craftpresence.json b/config/craftpresence.json index 0b2d22d96..e9fcf676b 100644 --- a/config/craftpresence.json +++ b/config/craftpresence.json @@ -150,7 +150,7 @@ "stripTranslationColors": false, "stripExtraGuiElements": false, "renderTooltips": true, - "configKeyCode": 96 + "configKeyCode": -1 }, "displaySettings": { "presenceData": { diff --git a/config/defaultoptions-common.toml b/config/defaultoptions-common.toml new file mode 100644 index 000000000..0a458b348 --- /dev/null +++ b/config/defaultoptions-common.toml @@ -0,0 +1,6 @@ +#The default difficulty selected for newly created worlds. +#Allowed Values: PEACEFUL, EASY, NORMAL, HARD +defaultDifficulty = "NORMAL" +#Set to true if the difficulty for new world's should be locked to the specific default. This cannot be unlocked by players without external tools! Probably a bad idea. I don't recommend. Why am I adding this option? +lockDifficulty = false + diff --git a/config/oculus.properties b/config/oculus.properties index 97f47fef4..662a61fb3 100644 --- a/config/oculus.properties +++ b/config/oculus.properties @@ -1,5 +1,5 @@ #This file stores configuration options for Iris, such as the currently active shaderpack -#Thu Nov 16 23:11:50 YEKT 2023 +#Fri Nov 17 00:16:52 YEKT 2023 colorSpace=SRGB disableUpdateMessage=false enableDebugOptions=false diff --git a/config/xaerominimap_entities.json b/config/xaerominimap_entities.json index 93efd9076..485d87e8f 100644 --- a/config/xaerominimap_entities.json +++ b/config/xaerominimap_entities.json @@ -10,20 +10,20 @@ "name": "gui.xaero_entity_category_root", "protection": true, "settingOverrides": { - "displayHeight": 0.0, "displayed": true, + "displayHeight": 0.0, "heightBasedFade": true, "renderOrder": 0.0, "color": 13.0, "displayNameWhenIconFails": true, "entityNumber": 1000.0, "alwaysDisplayNametags": false, - "startFadingAt": 0.0, "dotSize": 2.0, + "startFadingAt": 0.0, "renderOverMinimapFrame": 1.0, "icons": 1.0, - "heightLimit": 20.0, "names": 0.0, + "heightLimit": 20.0, "iconScale": 1.0 }, "subCategories": [ diff --git a/knownkeys.txt b/knownkeys.txt new file mode 100644 index 000000000..e69de29bb diff --git a/manifest.json b/manifest.json index b4929f49c..b701d8076 100644 --- a/manifest.json +++ b/manifest.json @@ -119,6 +119,11 @@ "fileID": 4870168, "required": true }, + { + "projectID": 232131, + "fileID": 4635878, + "required": true + }, { "projectID": 272335, "fileID": 4825638, diff --git a/modlist.html b/modlist.html index b6555c283..d40e56445 100644 --- a/modlist.html +++ b/modlist.html @@ -20,6 +20,7 @@