更新MOD

This commit is contained in:
枫沐x
2025-02-12 02:21:47 +08:00
parent fcc86f432c
commit e5024f7286
65 changed files with 659 additions and 5 deletions

3
.gitignore vendored
View File

@@ -8,6 +8,9 @@
PCL/*.txt
# 忽略 会自动补充的等文件
.minecraft/.mixin.out/
.minecraft/global/
.minecraft/crash-reports/
.minecraft/data/
.minecraft/assets/
.minecraft/saves/

View File

@@ -0,0 +1 @@
/recipe give

View File

@@ -0,0 +1,5 @@
{
"picSize": 200,
"queueSize": 100,
"exitSize": 50
}

View File

@@ -0,0 +1,22 @@
{
// If true, shows the hunger and saturation values of food in its tooltip while holding SHIFT
"showFoodValuesInTooltip": true,
// If true, shows the hunger and saturation values of food in its tooltip automatically (without needing to hold SHIFT)
"showFoodValuesInTooltipAlways": true,
// If true, shows your current saturation level overlayed on the hunger bar
"showSaturationHudOverlay": true,
// If true, shows the hunger (and saturation if showSaturationHudOverlay is true) that would be restored by food you are currently holding
"showFoodValuesHudOverlay": true,
// If true, enables the hunger/saturation/health overlays for food in your off-hand
"showFoodValuesHudOverlayWhenOffhand": true,
// If true, shows your food exhaustion as a progress bar behind the hunger bar
"showFoodExhaustionHudUnderlay": true,
// If true, shows estimated health restored by food on the health bar
"showFoodHealthHudOverlay": true,
// If true, shows your hunger, saturation, and exhaustion level in Debug Screen
"showFoodDebugInfo": true,
// If true, health/hunger overlay will shake to match Minecraft's icon animations
"showVanillaAnimationsOverlay": true,
// Alpha value of the flashing icons at their most visible point (1.0 = fully opaque, 0.0 = fully transparent)
"maxHudOverlayFlashAlpha": 0.6499999761581421
}

View File

@@ -0,0 +1,8 @@
{
"defaultAddressEntry": {
"list": [],
"reconnect": -1,
"period": 1000
},
"list": []
}

View File

@@ -1,5 +1,5 @@
#Indigo properties file
#Wed Feb 12 00:43:24 CST 2025
#Wed Feb 12 02:10:59 CST 2025
always-tesselate-blocks=auto
ambient-occlusion-mode=hybrid
debug-compare-lighting=auto

View File

@@ -0,0 +1,87 @@
{
"enableFpsReducer": true,
"hudReferencePos": 3,
"hudPos": [
{
"id": 0,
"offsetX": 0,
"offsetY": 0,
"alignment": 0
},
{
"id": 1,
"offsetX": 2,
"offsetY": 2,
"alignment": 0
},
{
"id": 2,
"offsetX": 0,
"offsetY": 2,
"alignment": 2
},
{
"id": 3,
"offsetX": -2,
"offsetY": 2,
"alignment": 1
},
{
"id": 4,
"offsetX": -2,
"offsetY": 0,
"alignment": 1
},
{
"id": 5,
"offsetX": -2,
"offsetY": -2,
"alignment": 1
},
{
"id": 6,
"offsetX": 0,
"offsetY": -2,
"alignment": 2
},
{
"id": 7,
"offsetX": 2,
"offsetY": -2,
"alignment": 0
},
{
"id": 8,
"offsetX": 2,
"offsetY": 0,
"alignment": 0
}
],
"hudScale": 1.0,
"hudBehindChatBox": 2,
"hudInfo": 4,
"hudColor": "f0f0f0",
"hudPreText": "FPS: ",
"hudReductionColor": "00f000",
"hudReductionPreText": "ECO: ",
"hudGuiModeColor": "b6ecff",
"hudGuiModePreText": "FPS: ",
"hudNoActModeColor": "ceffd4",
"cpuUsageType": 0,
"cpuUsageThread": 0,
"allowOneFps": false,
"debugLog": false,
"waitingTime": 600,
"idleFps": 10,
"guiScreenFps": 0,
"noActFps": 30,
"noActTime": 60000,
"detectMoving": 1,
"ignoreHoldButton": false,
"reducingInGameMenu": true,
"reducingInBackground": true,
"suppressSound": true,
"suppressedVolume": 20,
"hudEnabled": false,
"profile": 5
}

View File

@@ -0,0 +1,17 @@
{
"screenBlacklist": [
"com.mamiyaotaru.voxelmap.persistent.GuiPersistentMap"
],
"screenWhitelist": [
"net.minecraft.class_473",
"net.minecraft.class_498",
"net.minecraft.class_442",
"net.minecraft.class_7744",
"journeymap.client.ui.waypoint.WaypointEditor",
"com.ldtteam.blockout.BOScreen"
],
"inputBlacklist": [],
"inputWhitelist": [],
"enableScreenRecovering": false,
"recoveredScreens": []
}

View File

@@ -0,0 +1,8 @@
#This file stores configuration options for Iris, such as the currently active shaderpack
#Wed Feb 12 02:11:02 CST 2025
colorSpace=SRGB
disableUpdateMessage=false
enableDebugOptions=false
enableShaders=true
maxShadowRenderDistance=32
shaderPack=

View File

@@ -0,0 +1,143 @@
# Allows for configuring the main zoom features.
[features]
# "OFF": Disables the zoom's cinematic camera.
# "VANILLA": Uses the game's cinematic camera while zooming.
# "MULTIPLIED": Uses the cinematic camera with a configurable multiplier while zooming.
# options: OFF, VANILLA, MULTIPLIED
# default: OFF
cinematic_camera = "OFF"
# Divides the mouse sensitivity with the zoom divisor while zooming.
# default: true
reduce_sensitivity = true
# "OFF": The zoom will abruptly transition between its on and off states.
# "SMOOTH": The zoom will smoothly transition between its on and off states in a manner resembling the game's FOV transitions.
# "LINEAR": The zoom will linearly transition between its on and off states.
# options: OFF, SMOOTH, LINEAR
# default: SMOOTH
zoom_transition = "SMOOTH"
# Divides the amount of view bobbing with the zoom divisor while zooming.
# default: true
reduce_view_bobbing = true
# "HOLD": The zoom will require the zoom key to be held.
# "TOGGLE": The zoom will be toggled by the zoom key.
# "PERSISTENT": The zoom will always be enabled, with the zoom key being used for zoom scrolling.
# options: HOLD, TOGGLE, PERSISTENT
# default: HOLD
zoom_mode = "HOLD"
# Allows to increase or decrease the zoom by scrolling with the mouse wheel.
# default: true
zoom_scrolling = true
# "EXPONENTIAL": The zoom will scroll in an exponential way, making zoom steps consistent. This may be harder to configure currently.
# "LEGACY": The zoom will scroll in an arbitrary way. This may be easier to configure currently, but scrolling may feel harder on higher zoom levels.
# options: EXPONENTIAL, LEGACY
# default: EXPONENTIAL
scrolling_mode = "EXPONENTIAL"
# Retains the interface when zooming.
# default: false
persistent_interface = false
# Adds zoom manipulation keys along with the zoom key. A game reboot will be required in order to apply the changes.
# default: true
extra_key_binds = true
# "OFF": Disables the zoom overlay.
# "VIGNETTE": Uses a vignette as the zoom overlay. The vignette texture can be found at assets/ok_zoomer/textures/misc/zoom_overlay.png
# "SPYGLASS": Uses the spyglass overlay as the zoom overlay.
# options: OFF, VIGNETTE, SPYGLASS
# default: OFF
zoom_overlay = "OFF"
# "OFF": Zooming won't require a spyglass and won't replace its zoom.
# "REQUIRE_ITEM": Zooming will require a spyglass in order to work. This option is configurable through the ok_zoomer:zoom_dependencies item tag.
# "REPLACE_ZOOM": Zooming will replace the spyglass zoom but it won't require one in order to work.
# "BOTH": Zooming will act as a complete replacement of the spyglass zoom, requiring one to work and replacing its zoom as well.
# options: OFF, REQUIRE_ITEM, REPLACE_ZOOM, BOTH
# default: OFF
spyglass_mode = "OFF"
# Allows for precise tweaking of the zoom.
[zoom_values]
# Determines the number to be used on the exponential curve. If unsure, keep this value at 2.
# range: 2 - 2147483647
# default: 2
scroll_base = 2
# Determines the resolution of zoom scrolling. This will effectively multiply the amount of scroll steps.
# range: 1 - 2147483647
# default: 5
scroll_resolution = 5
# The default scroll step to use on zooming in.
# range: 0 - 2147483647
# default: 10
default_scroll_step = 10
# The maximum amount of scroll steps that the zoom may reach.
# range: 0 - 2147483647
# default: 30
scroll_step_limit = 30
# The multiplier used by the multiplied cinematic camera.
# range: 2.2250738585072014E-308 - 32.0
# default: 4.0
cinematic_multiplier = 4.0
# Allows to configure the "Legacy" scrolling mode.
[legacy_scroll_values]
# The divisor used to apply zoom to the FOV. A higher value means more zoom.
# range: 2.2250738585072014E-308 - 1.7976931348623157E308
# default: 4.0
zoom_divisor = 4.0
# The minimum zoom divisor that you can scroll down.
# range: 2.2250738585072014E-308 - 1.7976931348623157E308
# default: 1.0
minimum_zoom_divisor = 1.0
# The maximum zoom divisor that you can scroll up.
# range: 2.2250738585072014E-308 - 1.7976931348623157E308
# default: 50.0
maximum_zoom_divisor = 50.0
# The number of steps between the zoom divisor and the minimum zoom divisor. Used by zoom scrolling.
# range: 0 - 2147483647
# default: 5
lower_scroll_steps = 5
# The number of steps between the zoom divisor and the maximum zoom divisor. Used by zoom scrolling.
# range: 0 - 2147483647
# default: 10
upper_scroll_steps = 10
# Allows for precise tweaking of zoom transitions.
[transition_values]
# The factor used for smooth zoom transitions. A lower value means a smoother transition, a higher value means a faster one.
# range: 2.2250738585072014E-308 - 1.0
# default: 0.6
smooth_transition_factor = 0.6
# The value which the linear zoom transition step can reach.
# range: 0.0 - 1.7976931348623157E308
# default: 0.2
linear_step = 0.2
# Provides a selection of unusual options.
[tweaks]
# If pressed, the "Save Toolbar Activator" keybind will be unbound if there's a conflict with the zoom key.
# default: true
unbind_conflicting_key = false
# Hides the crosshair while zooming.
# default: true
hide_crosshair = true
# Allows for resetting the zoom with the middle mouse button.
# default: true
reset_zoom_with_mouse = true
# Improves performance by making the game render less of the world while zoomed in. This feature depends on the Sodium mod in order to work.
# default: true
smart_occlusion = true
# Expands the entity distance while zooming in, allowing creatures and certain blocks to be seen from afar. This may have a performance impact during zoom.
# options: OFF, SAFE, ON
# default: SAFE
see_distant_entities = "SAFE"
# If enabled, the current zoom divisor is forgotten once zooming is finished.
# default: true
forget_zoom_divisor = true
# If enabled, the zoom will use spyglass sounds on zooming in and out.
# default: false
use_spyglass_sounds = false
# Displays debug information for exponential zoom scrolling. Currently it may help with configuring the zoom scrolling.
# default: false
debug_scrolling = false
# Prints a random owo in the console when the game starts.
# default: true
print_owo_on_start = true

View File

@@ -0,0 +1,4 @@
{
"disabledGroups": [],
"customGroups": []
}

View File

@@ -0,0 +1,201 @@
{
"basics": {
"favorites": [],
"hiddenFavorites": [],
"displayHistory": [],
"cheating": false,
"favoritesEnabled": true,
"reduceMotion": false,
"keyBindings": {
"useNativeKeybinds": false,
"recipeKeybind": {
"keyCode": "key.keyboard.r",
"modifier": 0
},
"usageKeybind": {
"keyCode": "key.keyboard.u",
"modifier": 0
},
"hideKeybind": {
"keyCode": "key.keyboard.o",
"modifier": 2
},
"previousPageKeybind": {
"keyCode": "key.keyboard.unknown",
"modifier": 0
},
"nextPageKeybind": {
"keyCode": "key.keyboard.unknown",
"modifier": 0
},
"focusSearchFieldKeybind": {
"keyCode": "key.keyboard.unknown",
"modifier": 0
},
"copyRecipeIdentifierKeybind": {
"keyCode": "key.mouse.middle",
"modifier": 0
},
"favoriteKeybind": {
"keyCode": "key.keyboard.a",
"modifier": 0
},
"exportImageKeybind": {
"keyCode": "key.keyboard.f8",
"modifier": 0
},
"previousScreenKeybind": {
"keyCode": "key.keyboard.backspace",
"modifier": 0
}
},
// Declares whether REI is visible.
"overlayVisible": true,
"cheatingStyle": "GRAB"
},
"appearance": {
"recipeScreenType": "UNSET",
// Declares the appearance of REI windows.
"theme": "LIGHT",
"layout": {
// Declares the position of the search field.
"searchFieldLocation": "CENTER",
// Declares the position of the config button.
"configButtonLocation": "LOWER",
// Declares whether the craftable filter button is enabled.
"showCraftableOnlyButton": true
},
// Declares the appearance of recipe's border.
"recipeBorder": "DEFAULT",
// Declares whether entry panel is scrolled.
"scrollingEntryListWidget": false,
// Declares whether entry panel should be invisible when not searching
"hideEntryPanelIfIdle": false,
"rainbow": false,
"horizontalEntriesBoundaries": 1.0,
"verticalEntriesBoundaries": 1.0,
"horizontalEntriesBoundariesColumns": 50,
"verticalEntriesBoundariesRows": 1000,
"horizontalEntriesBoundariesAlignment": 1.0,
"verticalEntriesBoundariesAlignment": 0.5,
"favoritesHorizontalEntriesBoundaries": 1.0,
"favoritesHorizontalEntriesBoundariesColumns": 50,
"syntaxHighlightingMode": "COLORFUL",
"isFocusModeZoomed": false
},
"functionality": {
"inputMethod": "rei:pinyin",
// 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.
"leftSideMobEffects": false,
// Declares whether subsets is enabled.
"isSubsetsEnabled": false,
"allowInventoryHighlighting": true,
"inventoryHighlightingDarkenOpacity": 0.85,
"inventoryHighlightingOpacity": 1.0,
"itemCheatingMode": "REI_LIKE"
},
"advanced": {
"tooltips": {
// Declares whether REI should append mod names to entries.
"appendModNames": true,
// Declares whether favorites tooltip should be displayed.
"displayFavoritesTooltip": false,
"displayIMEHints": true
},
"layout": {
// The ordering of the items on the entry panel.
"entryPanelOrdering": "REGISTRY_ASCENDING",
// Declares the maximum amount of recipes displayed in a page if possible.
"maxRecipesPerPage": 8,
// Declares the maximum amount of recipes displayed in a page if possible.
"maxRecipesPageHeight": 300,
// Declares whether entry rendering time should be debugged.
"debugRenderTimeRequired": false,
// Merges displays with equal contents under 1 display.
"mergeDisplayUnderOne": true,
"favoriteAddWidgetMode": "ALWAYS_VISIBLE"
},
"accessibility": {
"entrySize": 1.0,
// Declares the position of the entry panel.
"displayPanelLocation": "RIGHT",
// Declares how the scrollbar in composite screen should act.
"compositeScrollBarPermanent": false,
"toastDisplayedOnCopyIdentifier": true,
// Declares whether REI should use compact tabs for categories.
"useCompactTabs": true,
// Declares whether REI should use compact tab buttons for categories.
"useCompactTabButtons": false
},
"search": {
// Declares whether search time should be debugged.
"debugSearchTimeRequired": false,
// Declares whether REI should search async.
"asyncSearch": true,
// Declares how many entries should be grouped one async search.
"asyncSearchPartitionSize": 100,
"patchAsyncThreadCrash": true,
"tooltipSearch": "ALWAYS",
"tagSearch": "PREFIX",
"identifierSearch": "ALWAYS",
"modSearch": "PREFIX"
},
"commands": {
// Declares the command used to change gamemode.
"gamemodeCommand": "/gamemode {gamemode}",
// Declares the command used in servers to cheat items.
"giveCommand": "/give {player_name} {item_identifier}{nbt} {count}",
// Declares the command used to change weather.
"weatherCommand": "/weather {weather}",
// Declares the command used to change time.
"timeCommand": "/time set {time}"
},
"miscellaneous": {
// Declares whether arrows in containers should be clickable.
"clickableRecipeArrows": true,
"registerRecipesInAnotherThread": true,
"newFastEntryRendering": true,
"cachingFastEntryRendering": false,
"cachingDisplayLookup": true,
"categorySettings": {
"filteringQuickCraftCategories": { },
"categoryOrdering": [
"minecraft:plugins/crafting",
"minecraft:plugins/smelting",
"minecraft:plugins/smoking",
"minecraft:plugins/blasting",
"minecraft:plugins/campfire",
"minecraft:plugins/stone_cutting",
"minecraft:plugins/fuel",
"minecraft:plugins/brewing",
"minecraft:plugins/composting",
"minecraft:plugins/stripping",
"minecraft:plugins/smithing",
"minecraft:plugins/anvil",
"minecraft:plugins/beacon_base",
"minecraft:plugins/beacon_payment",
"minecraft:plugins/tilling",
"minecraft:plugins/pathing",
"minecraft:plugins/waxing",
"minecraft:plugins/wax_scraping",
"minecraft:plugins/oxidizing",
"minecraft:plugins/oxidation_scraping",
"roughlyenoughitems:plugins/information",
"minecraft:plugins/tag"
],
"hiddenCategories": []
}
},
"filtering": {
"filteredStacks": [],
"shouldFilterDisplays": true,
"filteringRules": [
"{id:\"roughlyenoughitems:manual\",rule:{}}",
"{id:\"roughlyenoughitems:basic\",rule:{}}",
"{id:\"roughlyenoughitems:hidden_from_recipe_viewers\",rule:{}}"
]
}
}
}

View File

@@ -0,0 +1,5 @@
{
"favorites": [],
"hiddenFavorites": [],
"displays": []
}

View File

@@ -0,0 +1 @@
{"UUID":"5feac7f3-6b23-4096-8e54-ff9b24df6f8e","shownHints":["text.rei.hint.input.methods"]}

View File

@@ -0,0 +1,2 @@
#Pinyin Options
#Wed Feb 12 02:11:28 CST 2025

View File

@@ -0,0 +1,3 @@
#Double Pinyin Options
#Wed Feb 12 02:11:28 CST 2025
Converter=sougou

Binary file not shown.

View File

@@ -0,0 +1,18 @@
{
"enableHat": true,
"enableJacket": true,
"enableLeftSleeve": true,
"enableRightSleeve": true,
"enableLeftPants": true,
"enableRightPants": true,
"baseVoxelSize": 1.15,
"bodyVoxelWidthSize": 1.05,
"headVoxelSize": 1.18,
"renderDistanceLOD": 14,
"enableSkulls": true,
"enableSkullsItems": true,
"skullVoxelSize": 1.1,
"fastRender": true,
"compatibilityMode": false,
"firstPersonPixelScaling": 1.1
}

View File

@@ -0,0 +1,63 @@
{
"animation_settings": {
"animation": true,
"water": true,
"lava": true,
"fire": true,
"portal": true,
"block_animations": true,
"sculk_sensor": true
},
"particle_settings": {
"particles": true,
"rain_splash": true,
"block_break": true,
"block_breaking": true,
"other": {}
},
"detail_settings": {
"sky": true,
"sun": true,
"moon": true,
"stars": true,
"rain_snow": true,
"biome_colors": true,
"sky_colors": true
},
"render_settings": {
"fog_distance": 0,
"fog_start": 100,
"multi_dimension_fog_control": false,
"dimensionFogDistance": {},
"light_updates": true,
"item_frame": true,
"armor_stand": true,
"painting": true,
"piston": true,
"beacon_beam": true,
"limit_beacon_beam_height": false,
"enchanting_table_book": true,
"item_frame_name_tag": true,
"player_name_tag": true
},
"extra_settings": {
"overlay_corner": "TOP_LEFT",
"text_contrast": "NONE",
"show_fps": false,
"show_f_p_s_extended": true,
"show_coords": false,
"reduce_resolution_on_mac": false,
"use_adaptive_sync": false,
"cloud_height": 192,
"cloud_distance": 100,
"toasts": true,
"advancement_toast": true,
"recipe_toast": true,
"system_toast": true,
"tutorial_toast": true,
"instant_sneak": false,
"prevent_shaders": false,
"steady_debug_hud": true,
"steady_debug_hud_refresh_interval": 1
}
}

View File

@@ -0,0 +1,7 @@
# This is the configuration file for Sodium Extra.
# This file exists for debugging purposes and should not be configured otherwise.
#
# You can find information on editing this file and all the available options here:
# https://github.com/FlashyReese/sodium-extra-fabric/wiki/Configuration-File
#
# By default, this file will be empty except for this notice.

View File

@@ -0,0 +1 @@
{"v":1,"s":"86354a7d99cc462641a3c0a32ac843d230461794ae082d39fd2d196a10baa22236a46b8556d4eaf144bf07b549bc20782d54deb3f6f9daef191a503f863ece42","u":"161d2defadb4426e3a66b674d083f1ed1fed398bb8aede1250606bd3fd0f699bd0cac386a515150dabd342ac1a93f32a2c4b0b7fa37c4080aa25d0cc953d0fad","p":"f8bed82f3cfa7c37a5de603ba93008e3fdb5af5b1ea0f4684725c0908b993e4ee96524141ed50fb422e981497c01eb933f9a7aac3067b4f22456d33ac0a92a67","t":1739292668}

View File

@@ -0,0 +1,6 @@
# This is the configuration file for Sodium.
#
# You can find information on editing this file and all the available options here:
# https://github.com/CaffeineMC/sodium/wiki/Configuration-File
#
# By default, this file will be empty except for this notice.

View File

@@ -0,0 +1,26 @@
{
"quality": {
"weather_quality": "DEFAULT",
"leaves_quality": "DEFAULT",
"enable_vignette": true
},
"advanced": {
"enable_memory_tracing": false,
"use_advanced_staging_buffers": true,
"cpu_render_ahead_limit": 3
},
"performance": {
"chunk_builder_threads": 0,
"always_defer_chunk_updates_v2": true,
"animate_only_visible_textures": true,
"use_entity_culling": true,
"use_fog_occlusion": true,
"use_block_face_culling": true,
"use_no_error_g_l_context": true,
"sorting_enabled_v2": true
},
"notifications": {
"has_cleared_donation_button": true,
"has_seen_donation_prompt": false
}
}

View File

@@ -0,0 +1,5 @@
{
"shadowyness_percent": 85,
"only_affect_path_blocks": true,
"vanilla_path_block_lighting": false
}

Binary file not shown.

View File

@@ -29,7 +29,7 @@ screenEffectScale:1.0
soundDevice:""
autoJump:false
rotateWithMinecart:false
operatorItemsTab:false
operatorItemsTab:true
autoSuggestions:true
chatColors:true
chatLinks:true
@@ -51,7 +51,7 @@ damageTiltStrength:1.0
highContrast:false
highContrastBlockOutline:false
narratorHotkey:true
resourcePacks:[]
resourcePacks:["fabric"]
incompatibleResourcePacks:[]
lastServer:
lang:zh_cn
@@ -111,7 +111,7 @@ key_key.smoothCamera:key.keyboard.unknown
key_key.fullscreen:key.keyboard.f11
key_key.spectatorOutlines:key.keyboard.unknown
key_key.swapOffhand:key.keyboard.f
key_key.saveToolbarActivator:key.keyboard.c
key_key.saveToolbarActivator:key.keyboard.unknown
key_key.loadToolbarActivator:key.keyboard.x
key_key.advancements:key.keyboard.l
key_key.hotbar.1:key.keyboard.1
@@ -123,6 +123,23 @@ key_key.hotbar.6:key.keyboard.6
key_key.hotbar.7:key.keyboard.7
key_key.hotbar.8:key.keyboard.8
key_key.hotbar.9:key.keyboard.9
key_key.wi_zoom.zoom:key.keyboard.v
key_fpsreducer.key.openGui:key.keyboard.end
key_fpsreducer.key.forceIdle:key.keyboard.pause
key_key.modmenu.open_menu:key.keyboard.unknown
key_key.too_many_shortcuts.alternative_escape:key.keyboard.unknown
key_key.too_many_shortcuts.toggle_auto_jump:key.keyboard.unknown
key_key.too_many_shortcuts.toggle_cape:key.keyboard.unknown
key_key.too_many_shortcuts.toggle_jacket:key.keyboard.unknown
key_key.too_many_shortcuts.toggle_left_sleeve:key.keyboard.unknown
key_key.too_many_shortcuts.toggle_right_sleeve:key.keyboard.unknown
key_key.too_many_shortcuts.toggle_left_pants_leg:key.keyboard.unknown
key_key.too_many_shortcuts.toggle_right_pants_leg:key.keyboard.unknown
key_key.too_many_shortcuts.toggle_hat:key.keyboard.unknown
key_iris.keybind.reload:key.keyboard.unknown
key_iris.keybind.toggleShaders:key.keyboard.unknown
key_iris.keybind.shaderPackSelection:key.keyboard.unknown
key_iris.keybind.wireframe:key.keyboard.unknown
soundCategory_master:1.0
soundCategory_music:0.0
soundCategory_record:1.0

Binary file not shown.

View File

@@ -0,0 +1 @@
{"keybindings":{"key.attack":{"primaryBinding":{"key":"key.mouse.left"}},"key.use":{"primaryBinding":{"key":"key.mouse.right"}},"key.forward":{"primaryBinding":{"key":"key.keyboard.w"}},"key.left":{"primaryBinding":{"key":"key.keyboard.a"}},"key.back":{"primaryBinding":{"key":"key.keyboard.s"}},"key.right":{"primaryBinding":{"key":"key.keyboard.d"}},"key.jump":{"primaryBinding":{"key":"key.keyboard.space"}},"key.sneak":{"primaryBinding":{"key":"key.keyboard.left.shift"}},"key.sprint":{"primaryBinding":{"key":"key.keyboard.left.control"}},"key.drop":{"primaryBinding":{"key":"key.keyboard.q"}},"key.inventory":{"primaryBinding":{"key":"key.keyboard.e"}},"key.chat":{"primaryBinding":{"key":"key.keyboard.t"}},"key.playerlist":{"primaryBinding":{"key":"key.keyboard.tab"}},"key.pickItem":{"primaryBinding":{"key":"key.mouse.middle"}},"key.command":{"primaryBinding":{"key":"key.keyboard.slash"}},"key.socialInteractions":{"primaryBinding":{"key":"key.keyboard.p"}},"key.screenshot":{"primaryBinding":{"key":"key.keyboard.f2"}},"key.togglePerspective":{"primaryBinding":{"key":"key.keyboard.f5"}},"key.smoothCamera":{"primaryBinding":{"key":"key.keyboard.unknown"}},"key.fullscreen":{"primaryBinding":{"key":"key.keyboard.f11"}},"key.spectatorOutlines":{"primaryBinding":{"key":"key.keyboard.unknown"}},"key.swapOffhand":{"primaryBinding":{"key":"key.keyboard.f"}},"key.saveToolbarActivator":{"primaryBinding":{"key":"key.keyboard.unknown"}},"key.loadToolbarActivator":{"primaryBinding":{"key":"key.keyboard.x"}},"key.advancements":{"primaryBinding":{"key":"key.keyboard.l"}},"key.hotbar.1":{"primaryBinding":{"key":"key.keyboard.1"}},"key.hotbar.2":{"primaryBinding":{"key":"key.keyboard.2"}},"key.hotbar.3":{"primaryBinding":{"key":"key.keyboard.3"}},"key.hotbar.4":{"primaryBinding":{"key":"key.keyboard.4"}},"key.hotbar.5":{"primaryBinding":{"key":"key.keyboard.5"}},"key.hotbar.6":{"primaryBinding":{"key":"key.keyboard.6"}},"key.hotbar.7":{"primaryBinding":{"key":"key.keyboard.7"}},"key.hotbar.8":{"primaryBinding":{"key":"key.keyboard.8"}},"key.hotbar.9":{"primaryBinding":{"key":"key.keyboard.9"}},"key.wi_zoom.zoom":{"primaryBinding":{"key":"key.keyboard.v"}},"fpsreducer.key.openGui":{"primaryBinding":{"key":"key.keyboard.end"}},"fpsreducer.key.forceIdle":{"primaryBinding":{"key":"key.keyboard.pause"}},"key.modmenu.open_menu":{"primaryBinding":{"key":"key.keyboard.unknown"}},"key.too_many_shortcuts.alternative_escape":{"primaryBinding":{"key":"key.keyboard.unknown"}},"key.too_many_shortcuts.toggle_auto_jump":{"primaryBinding":{"key":"key.keyboard.unknown"}},"key.too_many_shortcuts.toggle_cape":{"primaryBinding":{"key":"key.keyboard.unknown"}},"key.too_many_shortcuts.toggle_jacket":{"primaryBinding":{"key":"key.keyboard.unknown"}},"key.too_many_shortcuts.toggle_left_sleeve":{"primaryBinding":{"key":"key.keyboard.unknown"}},"key.too_many_shortcuts.toggle_right_sleeve":{"primaryBinding":{"key":"key.keyboard.unknown"}},"key.too_many_shortcuts.toggle_left_pants_leg":{"primaryBinding":{"key":"key.keyboard.unknown"}},"key.too_many_shortcuts.toggle_right_pants_leg":{"primaryBinding":{"key":"key.keyboard.unknown"}},"key.too_many_shortcuts.toggle_hat":{"primaryBinding":{"key":"key.keyboard.unknown"}},"iris.keybind.reload":{"primaryBinding":{"key":"key.keyboard.unknown"}},"iris.keybind.toggleShaders":{"primaryBinding":{"key":"key.keyboard.unknown"}},"iris.keybind.shaderPackSelection":{"primaryBinding":{"key":"key.keyboard.unknown"}},"iris.keybind.wireframe":{"primaryBinding":{"key":"key.keyboard.unknown"}}}}

View File

@@ -107,7 +107,7 @@
{
"url": "https://littleskin.cn/api/yggdrasil/",
"metadataResponse": "{\"meta\":{\"serverName\":\"LittleSkin\",\"implementationName\":\"Yggdrasil Connect\",\"implementationVersion\":\"0.0.6\",\"links\":{\"announcement\":\"https://littleskin.cn/api/announcements\",\"homepage\":\"https://littleskin.cn\",\"register\":\"https://littleskin.cn/auth/register\"},\"feature.no_email_login\":true,\"feature.openid_configuration_url\":\"https://open.littleskin.cn/.well-known/openid-configuration\"},\"skinDomains\":[\"littleskin.cn\"],\"signaturePublickey\":\"-----BEGIN PUBLIC KEY-----\\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEArGcNOOFIqLJSqoE3u0hj\\ntOEnOcET3wj9Drss1BE6sBqgPo0bMulOULhqjkc/uH/wyosYnzw3xaazJt87jTHh\\nJ8BPMxCeQMoyEdRoS3Jnj1G0Kezj4A2b61PJJM1DpvDAcqQBYsrSdpBJ+52MjoGS\\nvJoeQO5XUlJVQm21/HmJnqsPhzcA6HgY71RHYE5xnhpWJiPxLKUPtmt6CNYUQQoS\\no2v36XWgMmLBZhAbNOPxYX+1ioxKamjhLO29UhwtgY9U6PWEO7/SBfXzyRPTzhPV\\n2nHq7KJqd8IIrltslv6i/4FEM81ivS/mm+PN3hYlIYK6z6Ymii1nrQAplsJ67OGq\\nYHtWKOvpfTzOollugsRihkAG4OB6hM0Pr45jjC3TIc7eO7kOgIcGUGUQGuuugDEz\\nJ1N9FFWnN/H6P9ukFeg5SmGC5+wmUPZZCtNBLr8o8sI5H7QhK7NgwCaGFoYuiAGL\\ngz3k/3YwJ40BbwQayQ2gIqenz+XOFIAlajv+/nyfcDvZH9vGNKP9lVcHXUT5YRnS\\nZSHo5lwvVrYUrqEAbh/zDz8QMEyiujWvUkPhZs9fh6fimUGxtm8mFIPCtPJVXjeY\\nwD3Lvt3aIB1JHdUTJR3eEc4eIaTKMwMPyJRzVn5zKsitaZz3nn/cOA/wZC9oqyEU\\nmc9h6ZMRTRUEE4TtaJyg9lMCAwEAAQ\u003d\u003d\\n-----END PUBLIC KEY-----\\n\"}",
"metadataTimestamp": 1739292180820
"metadataTimestamp": 1739297059853
}
],
"addedLittleSkin": true,