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:
parent
088c8c2137
commit
dec4c41753
8 changed files with 17 additions and 5 deletions
|
|
@ -150,7 +150,7 @@
|
|||
"stripTranslationColors": false,
|
||||
"stripExtraGuiElements": false,
|
||||
"renderTooltips": true,
|
||||
"configKeyCode": 96
|
||||
"configKeyCode": -1
|
||||
},
|
||||
"displaySettings": {
|
||||
"presenceData": {
|
||||
|
|
|
|||
6
config/defaultoptions-common.toml
Normal file
6
config/defaultoptions-common.toml
Normal 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
|
||||
|
||||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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": [
|
||||
|
|
|
|||
0
knownkeys.txt
Normal file
0
knownkeys.txt
Normal file
|
|
@ -119,6 +119,11 @@
|
|||
"fileID": 4870168,
|
||||
"required": true
|
||||
},
|
||||
{
|
||||
"projectID": 232131,
|
||||
"fileID": 4635878,
|
||||
"required": true
|
||||
},
|
||||
{
|
||||
"projectID": 272335,
|
||||
"fileID": 4825638,
|
||||
|
|
|
|||
|
|
@ -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/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/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/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>
|
||||
|
|
|
|||
BIN
mods/defaultoptions-forge-1.20-18.0.1.jar
Normal file
BIN
mods/defaultoptions-forge-1.20-18.0.1.jar
Normal file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue