Squashed commit of the following:

commit b842b13aba
Author: Xikaro <0regon.end@gmail.com>
Date:   Fri Nov 17 00:17:34 2023 +0500

    mods\defaultoptions
This commit is contained in:
Xikaro 2023-11-17 00:20:30 +05:00
parent 088c8c2137
commit dec4c41753
8 changed files with 17 additions and 5 deletions

View file

@ -150,7 +150,7 @@
"stripTranslationColors": false, "stripTranslationColors": false,
"stripExtraGuiElements": false, "stripExtraGuiElements": false,
"renderTooltips": true, "renderTooltips": true,
"configKeyCode": 96 "configKeyCode": -1
}, },
"displaySettings": { "displaySettings": {
"presenceData": { "presenceData": {

View file

@ -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

View file

@ -1,5 +1,5 @@
#This file stores configuration options for Iris, such as the currently active shaderpack #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 colorSpace=SRGB
disableUpdateMessage=false disableUpdateMessage=false
enableDebugOptions=false enableDebugOptions=false

View file

@ -10,20 +10,20 @@
"name": "gui.xaero_entity_category_root", "name": "gui.xaero_entity_category_root",
"protection": true, "protection": true,
"settingOverrides": { "settingOverrides": {
"displayHeight": 0.0,
"displayed": true, "displayed": true,
"displayHeight": 0.0,
"heightBasedFade": true, "heightBasedFade": true,
"renderOrder": 0.0, "renderOrder": 0.0,
"color": 13.0, "color": 13.0,
"displayNameWhenIconFails": true, "displayNameWhenIconFails": true,
"entityNumber": 1000.0, "entityNumber": 1000.0,
"alwaysDisplayNametags": false, "alwaysDisplayNametags": false,
"startFadingAt": 0.0,
"dotSize": 2.0, "dotSize": 2.0,
"startFadingAt": 0.0,
"renderOverMinimapFrame": 1.0, "renderOverMinimapFrame": 1.0,
"icons": 1.0, "icons": 1.0,
"heightLimit": 20.0,
"names": 0.0, "names": 0.0,
"heightLimit": 20.0,
"iconScale": 1.0 "iconScale": 1.0
}, },
"subCategories": [ "subCategories": [

0
knownkeys.txt Normal file
View file

View file

@ -119,6 +119,11 @@
"fileID": 4870168, "fileID": 4870168,
"required": true "required": true
}, },
{
"projectID": 232131,
"fileID": 4635878,
"required": true
},
{ {
"projectID": 272335, "projectID": 272335,
"fileID": 4825638, "fileID": 4825638,

View file

@ -20,6 +20,7 @@
<li><a href="https://www.curseforge.com/minecraft/mc-mods/sophisticated-backpacks">Sophisticated Backpacks (by P3pp3rF1y)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/sophisticated-backpacks">Sophisticated Backpacks (by P3pp3rF1y)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/prometheus">Prometheus (by terrariumearth)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/prometheus">Prometheus (by terrariumearth)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/farsight">Farsight [Forge] (by someaddon)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/farsight">Farsight [Forge] (by someaddon)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/default-options">Default Options (by BlayTheNinth)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/cucumber">Cucumber Library (by BlakeBr0)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/cucumber">Cucumber Library (by BlakeBr0)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/modernfix">ModernFix (by embeddedt)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/modernfix">ModernFix (by embeddedt)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/drippy-loading-screen">Drippy Loading Screen [Forge] (by Keksuccino)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/drippy-loading-screen">Drippy Loading Screen [Forge] (by Keksuccino)</a></li>

Binary file not shown.