Update mods
This commit is contained in:
parent
68e049ec47
commit
35824730aa
18 changed files with 83 additions and 57 deletions
|
@ -1,8 +1,8 @@
|
|||
#CraftPresence - Configuration Settings
|
||||
#Current Version -> v1.8.11 (Schema v2)
|
||||
#Current Version -> v1.9.1 (Schema v2)
|
||||
#
|
||||
#Last synchronized:
|
||||
#Sat Aug 27 01:41:40 CEST 2022
|
||||
#Sat Sep 24 20:35:41 CEST 2022
|
||||
Large_Image_Key_Format=&DEFAULT&
|
||||
Enable_Join_Requests=true
|
||||
Default_Icon=jappa_grass_498
|
||||
|
@ -15,6 +15,7 @@ Strip_Extra_Gui_Elements=false
|
|||
Gui_Messages=[default;In &screen&]
|
||||
Last_MC_Version_ID=760
|
||||
Language_ID=en_us
|
||||
Extra_Button_Messages=[default;Example Text;https\://google.com]
|
||||
Verbose_Mode=false
|
||||
Enable_Per-Item_System=false
|
||||
Client_ID=450485984333660181
|
||||
|
@ -27,7 +28,6 @@ Loading_Message=Loading...
|
|||
Party_Privacy=0
|
||||
Enable_Per-Entity_System=false
|
||||
Detect_MCUpdater_Instance=false
|
||||
Default\ Biome\ Icon=unknown
|
||||
Player_List_Placeholder=¤t& / &max& Players
|
||||
Format_Words=true
|
||||
Main_Menu_Message=In the Main Menu
|
||||
|
@ -35,6 +35,7 @@ Config_Gui_Keybind=-1
|
|||
Include_Extra_Gui_Classes=false
|
||||
Auto_Register=true
|
||||
Gui_Background_Color=minecraft;textures/gui/options_background.png
|
||||
Default_Biome_Icon=unknown
|
||||
Fallback_Pack_Placeholder=
|
||||
Player_Outer_Info_Placeholder=&name&
|
||||
Detect_Curse_Manifest=false
|
||||
|
@ -68,9 +69,11 @@ Entity_Target_Messages=[default;Targeting &entity&]
|
|||
Detect_MultiMC_Instance=false
|
||||
Tooltip_Background_Color=0xF0100010
|
||||
Player_Coordinate_Placeholder=At &xPosition&, &zPosition&
|
||||
Dynamic_Icons=[default;https\://via.placeholder.com/256.png]
|
||||
Strip_Translation_Colors=false
|
||||
Rounding_Size=3
|
||||
Player_Health_Placeholder=Health\: ¤t&/&max&
|
||||
Preferred_Client=3
|
||||
Entity_Attacking_Messages=[default;Attacking &entity&]
|
||||
Default_Server_Motd=A Minecraft Server
|
||||
Large_Image_Text_Format=&MCVERSION& &BRAND& &MODS&
|
||||
|
|
|
@ -6,5 +6,5 @@
|
|||
"stance": "BIPED",
|
||||
"multiplayer": true,
|
||||
"global": true,
|
||||
"targetentities": "all"
|
||||
"targetEntities": "ALL"
|
||||
}
|
|
@ -102,6 +102,7 @@
|
|||
"asyncSearch": true,
|
||||
// Declares how many entries should be grouped one async search.
|
||||
"asyncSearchPartitionSize": 100,
|
||||
"patchAsyncThreadCrash": true,
|
||||
"tooltipSearch": "ALWAYS",
|
||||
"tagSearch": "PREFIX",
|
||||
"identifierSearch": "ALWAYS",
|
||||
|
|
|
@ -5,6 +5,7 @@ allowWrongWorldTeleportation:false
|
|||
differentiateByServerAddress:true
|
||||
debugEntityIcons:false
|
||||
debugEntityVariantIds:false
|
||||
radarHideInvisibleEntities:true
|
||||
#INGAME SETTINGS (DO NOT EDIT!)
|
||||
updateNotification:false
|
||||
minimap:false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue