Update mods
This commit is contained in:
parent
ca2c17242a
commit
2e69faaaa5
21 changed files with 90 additions and 90 deletions
|
@ -39,13 +39,12 @@
|
|||
*/
|
||||
"serverIntegration": true,
|
||||
/* The theme to use for preview windows.
|
||||
MOD_AUTO: ShulkerBoxTooltip's style using the dark mode setting from LibGui, defaults to light theme if not present.
|
||||
MOD_LIGHT: ShulkerBoxTooltip's style with vanilla colors.
|
||||
MOD_DARK: ShulkeBoxTooltip's style with gray preview windows instead of white.
|
||||
MOD_DARK: ShulkerBoxTooltip's style with gray preview windows instead of white.
|
||||
VANILLA: Mimics the style of vanilla bundle previews.
|
||||
(default value: MOD_AUTO)
|
||||
(default value: MOD_LIGHT)
|
||||
*/
|
||||
"theme": "MOD_AUTO",
|
||||
"theme": "MOD_LIGHT",
|
||||
/* The position of the preview window.
|
||||
INSIDE: Inside the item's tooltip.
|
||||
OUTSIDE: Outside the item's tooltip, moves dependening on the screen borders.
|
||||
|
@ -80,7 +79,7 @@
|
|||
*/
|
||||
"lootTableInfoType": "HIDE",
|
||||
/* If on, the mod hides the custom text on shulker box tooltips.
|
||||
Use this option when a server-side preview datapack clashes with the mod.
|
||||
Use this option when a server-side preview data pack clashes with the mod.
|
||||
(default value: false)
|
||||
*/
|
||||
"hideShulkerBoxLore": false
|
||||
|
@ -108,7 +107,7 @@
|
|||
/* Changes the way the ender chest content preview is synchronized.
|
||||
NONE: No synchronization, prevents clients from seeing a preview of their ender chest.
|
||||
ACTIVE: Ender chest contents are synchronized when changed.
|
||||
PASSIVE: Ender chest contents are synchonized when the client opens a preview.
|
||||
PASSIVE: Ender chest contents are synchronized when the client opens a preview.
|
||||
(default value: ACTIVE)
|
||||
*/
|
||||
"enderChestSyncType": "ACTIVE"
|
||||
|
|
|
@ -126,7 +126,7 @@
|
|||
}
|
||||
},
|
||||
"appearance": {
|
||||
"recipeScreenType": "UNSET",
|
||||
"recipeScreenType": "ORIGINAL",
|
||||
// Declares the appearance of REI windows.
|
||||
"theme": "LIGHT",
|
||||
"layout": {
|
||||
|
@ -151,6 +151,7 @@
|
|||
"isFocusModeZoomed": false
|
||||
},
|
||||
"functionality": {
|
||||
"inputMethod": null,
|
||||
// Declares whether REI should remove the recipe book.
|
||||
"disableRecipeBook": false,
|
||||
// Declares whether mob effects should be on the left side instead of the right side.
|
||||
|
|
|
@ -99,6 +99,10 @@ hideMinimapUnderF3:true
|
|||
manualCaveModeStartAuto:true
|
||||
manualCaveModeStart:-1
|
||||
chunkGridLineWidth:1
|
||||
displayPacPlayers:true
|
||||
displayClaims:true
|
||||
displayCurrentClaim:true
|
||||
claimsOpacity:80
|
||||
interface:dummy:0:36:true:false:false:false
|
||||
interface:dummy:0:10000:true:false:false:false
|
||||
interface:dummy:0:0:false:false:true:false
|
||||
|
|
|
@ -130,8 +130,11 @@ key_gui.xaero_open_settings:key.keyboard.unknown
|
|||
key_gui.xaero_map_zoom_in:key.keyboard.unknown
|
||||
key_gui.xaero_map_zoom_out:key.keyboard.unknown
|
||||
key_gui.xaero_quick_confirm:key.keyboard.right.shift
|
||||
key_gui.xaero_toggle_pac_players:key.keyboard.unknown
|
||||
key_gui.xaero_toggle_pac_chunk_claims:key.keyboard.unknown
|
||||
key_zoomify.key.zoom:key.keyboard.z
|
||||
key_zoomify.key.gui:key.keyboard.unknown
|
||||
key_key.modmenu.open_menu:key.keyboard.unknown
|
||||
key_gui.xaero_switch_waypoint_set:key.keyboard.unknown
|
||||
key_gui.xaero_instant_waypoint:key.keyboard.keypad.add
|
||||
key_gui.xaero_toggle_slime:key.keyboard.unknown
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue