Skip to content

Commit

Permalink
Update configs
Browse files Browse the repository at this point in the history
  • Loading branch information
juraj-hrivnak committed Oct 10, 2023
1 parent 996a1db commit 7ee16a3
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 11 deletions.
Binary file modified config/customloadingscreen_timings.nbt
Binary file not shown.
4 changes: 2 additions & 2 deletions config/jeiutilities/jeiutilities.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

bookmark {
# Current mode of recording recipes
S:recordMode=ENABLE
S:recordMode=DISABLE

# Record current recipe when add ingredient to bookmark in recipe screen [default: true]
B:recordRecipes=true
Expand All @@ -16,7 +16,7 @@ history {
# Color of the history area display [range: -2147483648 ~ 2147483647, default: -296397483]
I:backgroundColour=-296397483

# Enable browsing history function [default: true]
# Enable browsing history feature [default: true]
B:enableHistory=true

# Add item with different nbt to the browsing history [default: true]
Expand Down
5 changes: 3 additions & 2 deletions config/modularui.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,14 @@ general {
# Max: 100
I:defaultScrollSpeed=30

# Enables a test block, test item with a test gui and opening a gui by right clicking a diamond.
B:enabledTestGuis=false

# If true, widget outlines and widget information will be drawn.
B:guiDebugMode=false

# Time in 1/60 sec to open and close panels.
I:panelOpenCloseAnimationTime=8

# If panels should be placed next to a widgets panel or the widget by default.
B:placeNextToPanelByDefault=true

# If progress bar should step in texture pixels or screen pixels. (Screen pixels are way smaller and therefore smoother)
Expand Down
4 changes: 2 additions & 2 deletions config/splash.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Splash screen properties
#Thu Sep 28 10:29:54 CEST 2023
#Tue Oct 10 17:10:20 CEST 2023
logoOffset=0
barBackground=0xFFFFFF
memoryGood=0x78CB34
Expand All @@ -16,5 +16,5 @@ background=0xFFFFFF
bar=0xCB3D35
resourcePackPath=resources
barBorder=0xC0C0C0
=\=\=\=\=\=\=
fontTexture=textures/font/ascii.png
=\=\=\=\=\=\=
6 changes: 3 additions & 3 deletions config/startuptimer/startup_times.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"times": [
415954,
361019,
475075
475625,
420360,
390355
]
}
2 changes: 1 addition & 1 deletion config/voicechat/voicechat-client.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Simple Voice Chat client config v1.12.2-2.4.25
# Simple Voice Chat client config v1.12.2-2.4.26

# The voice chat volume
voice_chat_volume=1.0
Expand Down
2 changes: 1 addition & 1 deletion config/voicechat/voicechat-server.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Simple Voice Chat server config v1.12.2-2.4.25
# Simple Voice Chat server config v1.12.2-2.4.26

# The port of the voice chat server
# Setting this to "-1" sets the port to the Minecraft servers port (Not recommended)
Expand Down

0 comments on commit 7ee16a3

Please sign in to comment.