From c55eb44daeba1f4d5b475b6eac2aa3387ab48947 Mon Sep 17 00:00:00 2001 From: bo <144749186+omo50@users.noreply.github.com> Date: Wed, 26 Feb 2025 12:30:39 -0600 Subject: [PATCH 1/3] feat: more optimization mods, updates and yosbr cleanup --- config/blanket_client-fixes.json | 137 --------- config/versionchanger.json5 | 2 +- config/yosbr/config/balm-common.out.toml | 7 - config/yosbr/config/balm-common.toml | 20 -- config/yosbr/config/citresewn-defaults.json | 3 - config/yosbr/config/citresewn.json | 8 - .../yosbr/config/defaultoptions-common.toml | 7 - config/yosbr/config/entityculling.json | 38 --- config/yosbr/config/glsl_panorama.json | 4 - .../yosbr/config/indium-renderer.properties | 8 - .../yosbr/config/libjf-config-core-v2.json5 | 3 - config/yosbr/config/libjf-translate-v1.json5 | 5 - config/yosbr/config/libjf-web-v1.json5 | 7 - config/yosbr/config/mainmenuchanger.json | 11 - config/yosbr/config/midnightcontrols.json | 86 ------ config/yosbr/config/midnightlib.json | 4 - config/yosbr/config/oldpotions.toml | 0 config/yosbr/config/rrls.toml | 14 - config/yosbr/config/smoothboot.json | 13 - config/yosbr/config/sodium-fingerprint.json | 1 - config/yosbr/config/tr7zwDonorSettings.json | 4 - config/yosbr/config/world-host-friends.json | 1 - config/yosbr/config/world-host.json5 | 14 - config/yosbr/config/yacl.json5 | 3 - config/yosbr/options.txt | 156 +++++++++- index.toml | 279 +++++++----------- mods/badoptimizations.pw.toml | 13 + mods/ci-lce-ui.pw.toml | 10 +- mods/controlify.pw.toml | 10 +- mods/craterlib.pw.toml | 10 +- mods/custom-player-models.pw.toml | 10 +- mods/entityculling.pw.toml | 10 +- mods/fastquit.pw.toml | 13 + mods/ferrite-core.pw.toml | 13 + mods/figura.pw.toml | 10 +- mods/noisium.pw.toml | 13 + mods/simple-discord-rpc.pw.toml | 10 +- mods/threadtweak.pw.toml | 13 + mods/yacl.pw.toml | 10 +- pack.toml | 6 +- 40 files changed, 370 insertions(+), 616 deletions(-) delete mode 100644 config/blanket_client-fixes.json delete mode 100644 config/yosbr/config/balm-common.out.toml delete mode 100644 config/yosbr/config/balm-common.toml delete mode 100644 config/yosbr/config/citresewn-defaults.json delete mode 100644 config/yosbr/config/citresewn.json delete mode 100644 config/yosbr/config/defaultoptions-common.toml delete mode 100644 config/yosbr/config/entityculling.json delete mode 100644 config/yosbr/config/glsl_panorama.json delete mode 100644 config/yosbr/config/indium-renderer.properties delete mode 100644 config/yosbr/config/libjf-config-core-v2.json5 delete mode 100644 config/yosbr/config/libjf-translate-v1.json5 delete mode 100644 config/yosbr/config/libjf-web-v1.json5 delete mode 100644 config/yosbr/config/mainmenuchanger.json delete mode 100644 config/yosbr/config/midnightcontrols.json delete mode 100644 config/yosbr/config/midnightlib.json delete mode 100644 config/yosbr/config/oldpotions.toml delete mode 100644 config/yosbr/config/rrls.toml delete mode 100644 config/yosbr/config/smoothboot.json delete mode 100644 config/yosbr/config/sodium-fingerprint.json delete mode 100644 config/yosbr/config/tr7zwDonorSettings.json delete mode 100644 config/yosbr/config/world-host-friends.json delete mode 100644 config/yosbr/config/world-host.json5 delete mode 100644 config/yosbr/config/yacl.json5 create mode 100644 mods/badoptimizations.pw.toml create mode 100644 mods/fastquit.pw.toml create mode 100644 mods/ferrite-core.pw.toml create mode 100644 mods/noisium.pw.toml create mode 100644 mods/threadtweak.pw.toml diff --git a/config/blanket_client-fixes.json b/config/blanket_client-fixes.json deleted file mode 100644 index bb5b5f6..0000000 --- a/config/blanket_client-fixes.json +++ /dev/null @@ -1,137 +0,0 @@ -{ - "aboutConfig": "Blanket config: The mod only cares about the *value* property, you can edit, delete the others.", - "aboutConfig2": "But if you save the config from the mod, it will override this file.", - "aboutConfig3": "Good luck!", - "extraLog": { - "description": "The only internal config. Toggle how much log should blanket create", - "issues": [], - "categories": [ - "EXPERIMENTAL" - ], - "value": false - }, - "mouseCloseNotHandledFix": { - "description": "Fix inventory can not be closed by mouse button.", - "issues": [ - "MC-577" - ], - "categories": [ - "BUGFIX", - "RECOMMENDED", - "UI" - ], - "value": false - }, - "chatLagFix": { - "description": "Fix chat lag on multiplayer servers", - "issues": [ - "MC-247973" - ], - "categories": [ - "BUGFIX", - "RECOMMENDED", - "PERFORMANCE" - ], - "value": true - }, - "lavaDamageDesyncFix": { - "description": "Fix lava damaging entities client-side leading to de-sync", - "issues": [ - "MC-246465" - ], - "categories": [ - "BUGFIX", - "EXPERIMENTAL" - ], - "value": false - }, - "entityDamageDesyncFix": { - "description": "Fix client damaging items \u0026 experience orbs leading to de-sync", - "issues": [ - "MC-53850" - ], - "categories": [ - "BUGFIX", - "EXPERIMENTAL" - ], - "value": true - }, - "guardianBeamRenderFix": { - "description": "Fix guardian beam not rendering due to world time being too high\nSodium-extra has the same fix", - "issues": [ - "MC-165595" - ], - "categories": [ - "BUGFIX", - "RECOMMENDED", - "RENDER" - ], - "value": false - }, - "sharedEntityIdFix": { - "description": "Fix entity id being shared by the client renderer and integrated server", - "issues": [ - "MC-238384" - ], - "categories": [ - "BUGFIX", - "SINGLEPLAYER" - ], - "value": false - }, - "rotatePlayerWithMinecart": { - "description": "Rotate the player with the minecart if it turns", - "issues": [], - "categories": [ - "TWEAK", - "EXPERIMENTAL" - ], - "value": true, - "extra": { - "rotatePlayerWithMinecart_smartMode": true, - "rotatePlayerWithMinecart_threshold": 8, - "rotatePlayerWithMinecart_alwaysLookForward": false - } - }, - "optimizedBiomeAccess": { - "description": "Optimized the getBiome call to be 25% - 75% faster", - "issues": [], - "categories": [ - "PERFORMANCE", - "RECOMMENDED" - ], - "value": true - }, - "crystalsTargetDeadDragonFix": { - "description": "Fix end crystals attempting to heal the ender dragon", - "issues": [ - "MC-187100" - ], - "categories": [ - "BUGFIX" - ], - "value": false - }, - "wolfTailSpinFix": { - "description": "Fix wolf tail spinning if health is increased", - "issues": [ - "MC-175622" - ], - "categories": [ - "BUGFIX", - "RENDER" - ], - "value": false - }, - "fixSwappedAmethystSound": { - "description": "Fix switched amethyst sound", - "issues": [ - "MC-248223" - ], - "categories": [ - "BUGFIX", - "RECOMMENDED" - ], - "value": false - } -} \ No newline at end of file diff --git a/config/versionchanger.json5 b/config/versionchanger.json5 index 79b2cdf..935202f 100644 --- a/config/versionchanger.json5 +++ b/config/versionchanger.json5 @@ -1,3 +1,3 @@ { - version: "1.3.3 Console-idated" + version: "1.3.4 Console-idated" } \ No newline at end of file diff --git a/config/yosbr/config/balm-common.out.toml b/config/yosbr/config/balm-common.out.toml deleted file mode 100644 index ab60372..0000000 --- a/config/yosbr/config/balm-common.out.toml +++ /dev/null @@ -1,7 +0,0 @@ - -# The default difficulty selected for newly created worlds. -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 - diff --git a/config/yosbr/config/balm-common.toml b/config/yosbr/config/balm-common.toml deleted file mode 100644 index b69deea..0000000 --- a/config/yosbr/config/balm-common.toml +++ /dev/null @@ -1,20 +0,0 @@ - -# This is an example boolean property -exampleBoolean = true -exampleEnum = "Hello" -exampleEnumList = [ "Hello", "World" ] -exampleInt = 42 -exampleIntList = [ 12, 24 ] -exampleMultilineString = "Hello World" -exampleResourceLocationSet = [ "minecraft:dirt", "minecraft:diamond" ] -exampleString = "Hello World" -exampleStringList = [ "Hello", "World" ] - - -# This is an example category -[exampleCategory] -exampleFloat = 42.84 - -# This is an example string inside a category -innerField = "I am inside" - diff --git a/config/yosbr/config/citresewn-defaults.json b/config/yosbr/config/citresewn-defaults.json deleted file mode 100644 index b3bdcb5..0000000 --- a/config/yosbr/config/citresewn-defaults.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "type_enchantment_scroll_multiplier": 1.0 -} \ No newline at end of file diff --git a/config/yosbr/config/citresewn.json b/config/yosbr/config/citresewn.json deleted file mode 100644 index b63f49a..0000000 --- a/config/yosbr/config/citresewn.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "enabled": true, - "mute_errors": true, - "mute_warns": true, - "citenchantment_scroll_multiplier": 8.0, - "cache_ms": 500, - "broken_paths": true -} \ No newline at end of file diff --git a/config/yosbr/config/defaultoptions-common.toml b/config/yosbr/config/defaultoptions-common.toml deleted file mode 100644 index ab60372..0000000 --- a/config/yosbr/config/defaultoptions-common.toml +++ /dev/null @@ -1,7 +0,0 @@ - -# The default difficulty selected for newly created worlds. -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 - diff --git a/config/yosbr/config/entityculling.json b/config/yosbr/config/entityculling.json deleted file mode 100644 index 1308d3b..0000000 --- a/config/yosbr/config/entityculling.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "configVersion": 6, - "renderNametagsThroughWalls": true, - "blockEntityWhitelist": [ - "create:rope_pulley", - "botania:flame_ring", - "minecraft:beacon", - "create:hose_pulley", - "betterend:eternal_pedestal", - "botania:magic_missile", - "botania:falling_star" - ], - "entityWhitelist": [ - "botania:mana_burst", - "drg_flares:drg_flares" - ], - "tracingDistance": 128, - "debugMode": false, - "sleepDelay": 10, - "hitboxLimit": 50, - "skipMarkerArmorStands": true, - "tickCulling": true, - "tickCullingWhitelist": [ - "create:contraption", - "create:stationary_contraption", - "create:gantry_contraption", - "minecraft:boat", - "mts:builder_seat", - "minecraft:firework_rocket", - "create:carriage_contraption", - "mts:builder_rendering", - "drg_flares:drg_flares", - "mts:builder_existing" - ], - "disableF3": false, - "skipEntityCulling": false, - "skipBlockEntityCulling": false -} \ No newline at end of file diff --git a/config/yosbr/config/glsl_panorama.json b/config/yosbr/config/glsl_panorama.json deleted file mode 100644 index 68e3155..0000000 --- a/config/yosbr/config/glsl_panorama.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "enabled": true, - "quality": 1.0 -} \ No newline at end of file diff --git a/config/yosbr/config/indium-renderer.properties b/config/yosbr/config/indium-renderer.properties deleted file mode 100644 index 8598d95..0000000 --- a/config/yosbr/config/indium-renderer.properties +++ /dev/null @@ -1,8 +0,0 @@ -#Indium properties file -#Wed Jul 24 20:11:14 PDT 2024 -debug-compare-lighting=auto -fix-exterior-vertex-lighting=auto -ambient-occlusion-mode=auto -always-tesselate-blocks=auto -fix-smooth-lighting-offset=auto -fix-luminous-block-ambient-occlusion=auto diff --git a/config/yosbr/config/libjf-config-core-v2.json5 b/config/yosbr/config/libjf-config-core-v2.json5 deleted file mode 100644 index 35f18e7..0000000 --- a/config/yosbr/config/libjf-config-core-v2.json5 +++ /dev/null @@ -1,3 +0,0 @@ -{ - watchForChanges: true -} \ No newline at end of file diff --git a/config/yosbr/config/libjf-translate-v1.json5 b/config/yosbr/config/libjf-translate-v1.json5 deleted file mode 100644 index 1af4d53..0000000 --- a/config/yosbr/config/libjf-translate-v1.json5 +++ /dev/null @@ -1,5 +0,0 @@ -{ - // Valid: [Google, LibreTranslate, Noop] - translationService: "Google", - libreTranslateHost: null -} \ No newline at end of file diff --git a/config/yosbr/config/libjf-web-v1.json5 b/config/yosbr/config/libjf-web-v1.json5 deleted file mode 100644 index bdcc1f0..0000000 --- a/config/yosbr/config/libjf-web-v1.json5 +++ /dev/null @@ -1,7 +0,0 @@ -{ - serverIp: "http://127.0.0.1", - port: 35535, - portOverride: -1, - maxConnections: 20, - enableFileHost: false -} \ No newline at end of file diff --git a/config/yosbr/config/mainmenuchanger.json b/config/yosbr/config/mainmenuchanger.json deleted file mode 100644 index 83e8f5f..0000000 --- a/config/yosbr/config/mainmenuchanger.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "smallerSplash": false, - "changeCopyrightToC": true, - "includeYearInCopyright": false, - "modCount": false, - "disableRealmsButtonAndNotifs": false, - "disableSideButtons": true, - "mergeMultiAndSingle": false, - "versionTextEnum": "SHORT", - "customVersionString": "{minecraft}" -} \ No newline at end of file diff --git a/config/yosbr/config/midnightcontrols.json b/config/yosbr/config/midnightcontrols.json deleted file mode 100644 index 8ec67e2..0000000 --- a/config/yosbr/config/midnightcontrols.json +++ /dev/null @@ -1,86 +0,0 @@ -{ - "configVersion": 2, - "controlsMode": "CONTROLLER", - "autoSwitchMode": true, - "debug": false, - "hudEnable": true, - "hudSide": "LEFT", - "moveChat": false, - "analogMovement": true, - "doubleTapToSprint": true, - "controllerToggleSneak": true, - "controllerToggleSprint": false, - "fastBlockPlacing": false, - "flyDrifting": true, - "verticalFlyDrifting": true, - "horizontalReacharound": false, - "verticalReacharound": false, - "shouldRenderReacharoundOutline": true, - "reacharoundOutlineColorHex": "#ffffff", - "reacharoundOutlineColorAlpha": 102, - "rightDeadZone": 0.25, - "leftDeadZone": 0.25, - "invertRightYAxis": false, - "invertRightXAxis": false, - "rotationSpeed": 15.0, - "yAxisRotationSpeed": 15.0, - "mouseSpeed": 25.0, - "joystickAsMouse": false, - "unfocusedInput": false, - "virtualMouse": false, - "virtualMouseSkin": "SECOND_LIGHT", - "hideNormalMouse": false, - "controllerID": 0.0, - "secondControllerID": -1.0, - "controllerType": "DUALSHOCK", - "mouseScreens": [ - "net.minecraft.client.gui.screen.advancement", - "net.minecraft.class_457", - "net.minecraft.class_408", - "net.minecraft.class_3872", - "me.flashyreese.mods.reeses_sodium_options.client.gui", - "dev.emi.emi.screen", - "me.shedaniel.clothconfig2.gui.ClothConfigScreen", - "com.mamiyaotaru.voxelmap.gui.GuiWaypoints", - "com.mamiyaotaru.voxelmap.gui.GuiPersistentMap" - ], - "arrowScreens": [ - "net.minecraft.class_408" - ], - "wasdScreens": [ - "com.ultreon.devices.core.Laptop" - ], - "BINDING": { - "controller.controls.lemclienthelper.key.takeeverything": "-1" - }, - "maxAnalogValues": [ - 1.0, - 1.0, - 1.0, - 1.0 - ], - "maxAnalogValueLeftX": 1.0, - "maxAnalogValueLeftY": 1.0, - "maxAnalogValueRightX": 1.0, - "maxAnalogValueRightY": 1.0, - "triggerFix": true, - "enableHints": false, - "shortcutInControls": true, - "ringBindings": [], - "ignoredUnboundKeys": [ - "inventorytabs.key.next_tab" - ], - "controllerBindingProfiles": { - "030000004c0500006802000000000000": { - "controller.controls.lemclienthelper.key.takeeverything": "-1", - "controller.controls.tab_next": "-1", - "controller.controls.tab_back": "-1", - "controller.controls.lemclienthelper.takeeverything": "4", - "controller.controls.take_all": "-1", - "controller.controls.quick_move": "-1", - "controller.controls.take": "-1", - "controller.controls.hotbar_left": "4", - "controller.controls.hotbar_right": "5" - } - } -} \ No newline at end of file diff --git a/config/yosbr/config/midnightlib.json b/config/yosbr/config/midnightlib.json deleted file mode 100644 index df72f68..0000000 --- a/config/yosbr/config/midnightlib.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "config_screen_list": "MODMENU", - "special_hats": true -} \ No newline at end of file diff --git a/config/yosbr/config/oldpotions.toml b/config/yosbr/config/oldpotions.toml deleted file mode 100644 index e69de29..0000000 diff --git a/config/yosbr/config/rrls.toml b/config/yosbr/config/rrls.toml deleted file mode 100644 index 7692185..0000000 --- a/config/yosbr/config/rrls.toml +++ /dev/null @@ -1,14 +0,0 @@ -hideType = "RELOADING" -rgbProgress = false -forceClose = false -blockOverlay = false -miniRender = false -type = "PROGRESS" -reloadText = "Edit in config!" -resetResources = true -reInitScreen = false -removeOverlayAtEnd = true -earlyPackStatusSend = false -doubleLoad = "FORCE_LOAD" -animationSpeed = 1000.0 -aprilFool = "ON_APRIL" diff --git a/config/yosbr/config/smoothboot.json b/config/yosbr/config/smoothboot.json deleted file mode 100644 index 095b332..0000000 --- a/config/yosbr/config/smoothboot.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "threadCount": { - "bootstrap": 1, - "main": 3 - }, - "threadPriority": { - "game": 5, - "bootstrap": 1, - "main": 1, - "io": 1, - "integratedServer": 5 - } -} \ No newline at end of file diff --git a/config/yosbr/config/sodium-fingerprint.json b/config/yosbr/config/sodium-fingerprint.json deleted file mode 100644 index 6ab5132..0000000 --- a/config/yosbr/config/sodium-fingerprint.json +++ /dev/null @@ -1 +0,0 @@ -{"v":1,"s":"227bf9e3fb15e14846f2abddf1fac0ff4012578b0dc4740225d31a3fad0d6d707b6d2bdd99cbaddc4fa5a7b9f5d9a5dfefca5a6ae46a6b8609616600c742c316","u":"262463ed7aed900c9bc263761d6e3ac9582f25349587208ce0fd37849c627180d7b47d80130f95b5372f9bd8c32f4e57c4a8d49d6de3b470e743bf32912cf7f0","p":"ba40d9fc8bcd2f14cebeeb9435a59e2f68049342bd79f50edd8bff9a1f7ae4e0a92d8c462ee62fc7df0df37ac9ca400ad0337615656dcfa79f39322e1c7b0a32","t":1721875701} \ No newline at end of file diff --git a/config/yosbr/config/tr7zwDonorSettings.json b/config/yosbr/config/tr7zwDonorSettings.json deleted file mode 100644 index 78b9226..0000000 --- a/config/yosbr/config/tr7zwDonorSettings.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "version": 1, - "enabled": true -} \ No newline at end of file diff --git a/config/yosbr/config/world-host-friends.json b/config/yosbr/config/world-host-friends.json deleted file mode 100644 index 0637a08..0000000 --- a/config/yosbr/config/world-host-friends.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/config/yosbr/config/world-host.json5 b/config/yosbr/config/world-host.json5 deleted file mode 100644 index 78f40af..0000000 --- a/config/yosbr/config/world-host.json5 +++ /dev/null @@ -1,14 +0,0 @@ -{ - serverIp: "world-host.jemnetworks.com:9646", - onlineStatusLocation: "right", - enableFriends: true, - enableReconnectionToasts: false, - UPnP: true, - useShortIp: false, - showOutdatedWorldHost: true, - shareButton: true, - allowFriendRequests: true, - announceFriendsOnline: true, - whitelistJoins: false, - requiredSecurityLevel: "secure" -} \ No newline at end of file diff --git a/config/yosbr/config/yacl.json5 b/config/yosbr/config/yacl.json5 deleted file mode 100644 index 2c8b942..0000000 --- a/config/yosbr/config/yacl.json5 +++ /dev/null @@ -1,3 +0,0 @@ -{ - showColorPickerIndicator: true -} \ No newline at end of file diff --git a/config/yosbr/options.txt b/config/yosbr/options.txt index deae47f..68ee490 100644 --- a/config/yosbr/options.txt +++ b/config/yosbr/options.txt @@ -1,24 +1,62 @@ -version:3337 +version:3700 +autoJump:false +operatorItemsTab:false +autoSuggestions:true +chatColors:true +chatLinks:true +chatLinksPrompt:true +enableVsync:false +entityShadows:true +forceUnicodeFont:false +discrete_mouse_scroll:false +invertYMouse:false +realmsNotifications:true +reducedDebugInfo:false +showSubtitles:false +directionalAudio:false +touchscreen:false fullscreen:true +bobView:true toggleCrouch:true toggleSprint:false darkMojangStudiosBackground:true +hideLightningFlashes:false +hideSplashTexts:false +mouseSensitivity:0.5 fov:-0.25 -renderDistance:8 +screenEffectScale:1.0 +fovEffectScale:1.0 +darknessEffectScale:1.0 +glintSpeed:0.5 +glintStrength:0.75 +damageTiltStrength:1.0 +highContrast:false +narratorHotkey:true +gamma:0.5 +renderDistance:10 simulationDistance:5 +entityDistanceScaling:1.0 guiScale:3 particles:0 +maxFps:240 graphicsMode:2 +ao:true +prioritizeChunkUpdates:0 biomeBlendRadius:1 renderClouds:"true" resourcePacks:["vanilla","fabric","programmer_art","minecraft:consoleidated-internal-rp","controlify:legacy_console","minecraft:consoleidated-svc-icons"] incompatibleResourcePacks:["ash_api","balm-fabric","craterlib","defaultoptions","modernfix","oldpotions","replaymod","rrls","simplerpc","yet_another_config_lib_v3"] lastServer:legacyminigames.net +lang:en_us +soundDevice:"" chatVisibility:0 chatOpacity:1.0 chatLineSpacing:1.0 textBackgroundOpacity:0.30633802816901406 backgroundForChatOnly:true +hideServerAddress:false +advancedItemTooltips:false +pauseOnLostFocus:true overrideWidth:0 overrideHeight:0 chatHeightFocused:1.0 @@ -26,18 +64,95 @@ chatDelay:0.0 chatHeightUnfocused:1.0 chatScale:1.0 chatWidth:1.0 +notificationDisplayTime:1.0 mipmapLevels:0 +useNativeTransport:true +mainHand:"right" attackIndicator:0 +narrator:0 +tutorialStep:movement +mouseWheelSensitivity:1.0 +rawMouseInput:true +glDebugVerbosity:1 skipMultiplayerWarning:true skipRealms32bitWarning:false +hideMatchedNames:true joinedFirstServer:true +hideBundleTutorial:false +syncChunkWrites:true +showAutosaveIndicator:true allowServerListing:true onlyShowSecureChat:false panoramaScrollSpeed:1.0 -key_key.raised.hud.down:key.keyboard.unknown -key_key.raised.hud.up:key.keyboard.unknown -key_key.raised.chat.down:key.keyboard.unknown -key_key.raised.chat.up:key.keyboard.unknown +telemetryOptInExtra:false +onboardAccessibility:false +key_key.attack:key.mouse.left +key_key.use:key.mouse.right +key_key.forward:key.keyboard.w +key_key.left:key.keyboard.a +key_key.back:key.keyboard.s +key_key.right:key.keyboard.d +key_key.jump:key.keyboard.space +key_key.sneak:key.keyboard.left.shift +key_key.sprint:key.keyboard.left.control +key_key.drop:key.keyboard.q +key_key.inventory:key.keyboard.e +key_key.chat:key.keyboard.t +key_key.playerlist:key.keyboard.tab +key_key.pickItem:key.mouse.middle +key_key.command:key.keyboard.slash +key_key.socialInteractions:key.keyboard.p +key_key.screenshot:key.keyboard.f2 +key_key.togglePerspective:key.keyboard.f5 +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.loadToolbarActivator:key.keyboard.x +key_key.advancements:key.keyboard.l +key_key.hotbar.1:key.keyboard.1 +key_key.hotbar.2:key.keyboard.2 +key_key.hotbar.3:key.keyboard.3 +key_key.hotbar.4:key.keyboard.4 +key_key.hotbar.5:key.keyboard.5 +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_Scoreboard Toggle:key.keyboard.unknown +key_blanket-client-tweaks.keys.rotateMinecartKey:key.keyboard.unknown +key_key.cool_elytra.classic:key.keyboard.unknown +key_key.cool_elytra.realism:key.keyboard.unknown +key_key.cool_elytra.disable:key.keyboard.unknown +key_key.cpm.gestureMenu:key.keyboard.g +key_key.cpm.renderToggle:key.keyboard.unknown +key_key.cpm.qa_1:key.keyboard.unknown +key_key.cpm.qa_2:key.keyboard.unknown +key_key.cpm.qa_3:key.keyboard.unknown +key_key.cpm.qa_4:key.keyboard.unknown +key_key.cpm.qa_5:key.keyboard.unknown +key_key.cpm.qa_6:key.keyboard.unknown +key_key.cpm.qa_7:key.keyboard.unknown +key_key.cpm.qa_8:key.keyboard.unknown +key_key.cpm.qa_9:key.keyboard.unknown +key_key.cpm.qa_10:key.keyboard.unknown +key_key.cpm.qa_11:key.keyboard.unknown +key_key.cpm.qa_12:key.keyboard.unknown +key_key.cpm.qa_13:key.keyboard.unknown +key_key.cpm.qa_14:key.keyboard.unknown +key_key.cpm.qa_15:key.keyboard.unknown +key_key.cpm.qa_16:key.keyboard.unknown +key_key.entityculling.toggle:key.keyboard.unknown +key_figura.config.action_wheel_button:key.keyboard.b +key_figura.config.popup_button:key.keyboard.r +key_figura.config.reload_button:key.keyboard.unknown +key_figura.config.panic_button:key.keyboard.unknown +key_figura.config.wardrobe_button:key.keyboard.unknown +key_key.lceui.whatsthis:key.keyboard.n +key_lemclienthelper.key.closesmallinv:key.keyboard.i +key_key.modmenu.open_menu:key.keyboard.unknown +key_key.raised.options:key.keyboard.grave.accent key_key.replaymod.playeroverview:key.keyboard.unknown key_key.replaymod.lighting:key.keyboard.unknown key_key.replaymod.quickmode:key.keyboard.unknown @@ -55,4 +170,31 @@ key_key.replaymod.synctimeline:key.keyboard.unknown key_key.replaymod.positionkeyframe:key.keyboard.unknown key_key.replaymod.positiononlykeyframe:key.keyboard.unknown key_key.replaymod.timekeyframe:key.keyboard.unknown -key_key.replaymod.bothkeyframes:key.keyboard.unknown \ No newline at end of file +key_key.replaymod.bothkeyframes:key.keyboard.unknown +key_key.push_to_talk:key.keyboard.unknown +key_key.whisper:key.keyboard.unknown +key_key.mute_microphone:key.keyboard.m +key_key.disable_voice_chat:key.keyboard.n +key_key.hide_icons:key.keyboard.h +key_key.voice_chat:key.keyboard.v +key_key.voice_chat_settings:key.keyboard.unknown +key_key.voice_chat_group:key.keyboard.g +key_key.voice_chat_toggle_recording:key.keyboard.unknown +key_key.voice_chat_adjust_volumes:key.keyboard.unknown +soundCategory_master:1.0 +soundCategory_music:1.0 +soundCategory_record:1.0 +soundCategory_weather:1.0 +soundCategory_block:1.0 +soundCategory_hostile:1.0 +soundCategory_neutral:1.0 +soundCategory_player:1.0 +soundCategory_ambient:1.0 +soundCategory_voice:1.0 +modelPart_cape:true +modelPart_jacket:true +modelPart_left_sleeve:true +modelPart_right_sleeve:true +modelPart_left_pants_leg:true +modelPart_right_pants_leg:true +modelPart_hat:true diff --git a/index.toml b/index.toml index e4451c2..87f9dc2 100644 --- a/index.toml +++ b/index.toml @@ -1,16 +1,20 @@ hash-format = "sha256" [[files]] -file = "config/blanket_client-fixes.json" -hash = "a69aba00480f8150e61de2eb12ddff926fb9f90e78cfdc1e191e6d320fe34fa6" +file = "LICENSE" +hash = "8cdbb9904a5c4b91cfb9f28be3d4e514bba1292e22ad446689522e09536e537b" + +[[files]] +file = "README.md" +hash = "780cf83737437f0e89a166ece041a26a48d2571dfb7ae76bb3be945191ae50d7" [[files]] file = "config/lceui/config.json5" -hash = "4e5a7ebcdb955280336d6b059ecf9d8594c6ab06e61190393ff2d46c0bce9ff2" +hash = "8d8af4ef0ea65025567d34189760b15a5476c5fa1d7890744f1fb6db61f73a14" [[files]] file = "config/mainmenuchanger.json5" -hash = "649e9c765cba9b6867a27a1b3a41dd5df01f6b6b32299ac33448400c6012b340" +hash = "8824b320fdf68732d9a7fc8645593c780155cf3d82132f271bffff1fd66bf077" [[files]] file = "config/simple-rpc/server-entries.toml" @@ -22,83 +26,59 @@ hash = "ab1ceb84f9ec5905ba057b2b22c7e31e21fbed63dfc02854dd56b58ee7a1136c" [[files]] file = "config/simple-rpc/simple-rpc.toml" -hash = "7716431b212289df3897437eb94320e29eeab99c74714d90a2fa4280132782d5" +hash = "86ac4677359e9544780b84cdecff686e81f254d90534075c9b04d4de5173e39c" [[files]] file = "config/versionchanger.json5" -hash = "7e6216274eb10981f9907fae53f9c213d2070c66569ef210755161b1fe475959" +hash = "a10241dbb68c7ee9e81d0052b36b81a8541d17c64c40e0af0d055a9f4a20b2da" [[files]] file = "config/yosbr/config/NoChatReports/NCR-Client.json" -hash = "c00aaa2a7ab2ab2e5db8d8200116d1588b4d1e31682e26d1c663efb3ff55f247" +hash = "c983165018069f48291af6929602a2b25a9c638759d52cc9b48a7c06e54d81ac" [[files]] file = "config/yosbr/config/NoChatReports/NCR-Common.json" -hash = "75b84f356ca9fef8e2d0ac7a60d37779dcebbd58b56fef93f8742baffd065dd8" +hash = "523baf4c3482173a179b7b75a115cb07d3b3c320e0e55f84423fc5ca723698bb" [[files]] file = "config/yosbr/config/NoChatReports/NCR-Encryption.json" -hash = "df34a1ed7b309c08deaf42c906fa2ea6f29bb3bf8395ce26593fac4834938496" +hash = "dfa8a266591798115453e4eaa43ccab031a67431aefe9a2d89786366d4edcd48" [[files]] file = "config/yosbr/config/NoChatReports/NCR-ServerPreferences.json" -hash = "df32843b853e0a493ef3a9b1e39276818294353fbb0d833f7f61e77da0f5bca1" +hash = "688aee4526ec3595f392fd1e29b6e7740a3a46985cfbfd1f82808dc4672e2919" [[files]] file = "config/yosbr/config/NoChatReports/NCR-ServerWhitelist.json" -hash = "fdf38fd061bb38e0389ffb008eb33f454f762e504080e8adf2ed5e3911554a8c" +hash = "ab94b539077d1f09489ea1ded0c0614c71b0e480e9d45b5afa1c4550b659b62d" [[files]] file = "config/yosbr/config/NoChatReports/README.md" -hash = "c52b76ccad2bd1063a22c7f6bb9e7c5db6b00fb53a6fd605585972ee0e5fc01f" - -[[files]] -file = "config/yosbr/config/balm-common.out.toml" -hash = "a186d6ab6468353cb2a49f5a4229c16b004580a557d4bccaf12041e8a46f9d9e" - -[[files]] -file = "config/yosbr/config/balm-common.toml" -hash = "21e5a62a27c0c15667d3747ec84e9043849770e31f1d482bd0658d6a554541a7" +hash = "f0decb31d974351dd9337caf02320d22470adec6b96411bb84596cdc73d77dac" [[files]] file = "config/yosbr/config/bestylewither.toml" -hash = "d0bd61ffac3500a94a61cd827b4d2d5973ec3ecf33b2c81ebb7c2401746b2e2d" +hash = "45841f235c7fe79b5a7710e86a6e94c73a871b7a430bb9592b60c2981f806698" [[files]] file = "config/yosbr/config/blanket-client.mixin.properties" hash = "e144c64fc841a6b63014694975651120160d4997ddcdbbc905ebdfcf8b4c4370" -[[files]] -file = "config/yosbr/config/citresewn-defaults.json" -hash = "0b333b0bf9a0e573fa14f81610a621b488d5277c9e8f8c6a4c81e6a6cb37e482" - -[[files]] -file = "config/yosbr/config/citresewn.json" -hash = "4b1cd0db2ab534ac6e8e1ad4e87007a1d79ef778a4379b8e57b27e222938b7a9" - [[files]] file = "config/yosbr/config/consolesounds.json" -hash = "d7a42ee9253dd13f25dd628f23092856520ee4c95d93df83f8c5ca666877fe64" +hash = "7fb4b0ff2ebc6b567836c6501c01bd6db6ca68d24631809c66997d2ca6066346" [[files]] file = "config/yosbr/config/controlify.json" -hash = "81b7ed525a8b904fe4e582c7e370eabc33e3cb7795faa1546a8670c3b9cb80d2" +hash = "94fc4d8c432209dd88359cde68531bcd2aae082b1e5085e570ca7a25fc2000e8" [[files]] file = "config/yosbr/config/cool_elytra.json" -hash = "505fab05dc0672b2678bf0d8d6d99db45e8a8a5ee212f308a79e339d1adf6ad3" +hash = "d1dc236273a4df469504655df716c9a4abf693083ec75da0572f6bf21f195bf4" [[files]] file = "config/yosbr/config/cpm.json" -hash = "1af7fa920e445446edaeb97200086e91d1b72bf4309b26f928bd2b43da7681ec" - -[[files]] -file = "config/yosbr/config/defaultoptions-common.toml" -hash = "a186d6ab6468353cb2a49f5a4229c16b004580a557d4bccaf12041e8a46f9d9e" - -[[files]] -file = "config/yosbr/config/entityculling.json" -hash = "81b6afd82e5ab2ca45b5fc0f025ef5638b3d2df534dbc05bb7e399042706c961" +hash = "d2c41ad7f4a988dac14c570ec5863bbcb5ac8e5e112b09ff2ddb862112864955" [[files]] file = "config/yosbr/config/fabric/indigo-renderer.properties" @@ -106,87 +86,51 @@ hash = "6f55d03564f6c9a55b256ed1de63573b998b3c97e68b90b20e0672a7873eaf52" [[files]] file = "config/yosbr/config/figura.json" -hash = "fc262e1c9019590b39be07dbbdabcdcde440ca831c6a05d25fb0104da2549301" - -[[files]] -file = "config/yosbr/config/glsl_panorama.json" -hash = "cb5199f435b570069a39945eafa3bd5e50e7469cffb4a3e31bdc40dc761c475c" +hash = "8be8b7fb72f109e903d76c0b1b7122120e3694d29a673c4d48375d5b5514dde4" [[files]] file = "config/yosbr/config/held-item-info.json" -hash = "f91effb4259664719e7a507238bd79194eb25340de7c8ab9fd47aaa630765291" - -[[files]] -file = "config/yosbr/config/indium-renderer.properties" -hash = "5c4c2380bedd956b37e9d6081975f00d412624f1da89db11168cfde5b1c4acca" +hash = "49c3287d8fdf42e7e822dce5e31bb27fb830e405e0312bee77dcce760923acf9" [[files]] file = "config/yosbr/config/lemclienthelper/hud.json5" -hash = "c1fb83143600fc9f19d885b3186e737f2016de1d0f1a2fd1a5676d3140e51147" +hash = "d75864769534dc2eb19d82f6f1064831abd12c3f38f9da7578d2c61acdddd2ba" [[files]] file = "config/yosbr/config/lemclienthelper/resourcepreloader.json5" -hash = "9c890ca3e5cae2c23a8a552e26b7b8ca6b115cd7b06872239a625b7030b34f39" +hash = "ce698112af0f424aae6fb155534b7e47e9d9ce662d6c9e2fa0d25cf983c0124b" [[files]] file = "config/yosbr/config/lemclienthelper/serverconfigs.json5" -hash = "5d0b9311ff85d1db2a0c70160517531ab5ed6dda5850b6e91008826ded056f5f" +hash = "ddf300bf6c87b803b975893705e48c88b6148bd6993120c032c00d54e617c655" [[files]] file = "config/yosbr/config/lemclienthelper/smallinv.json5" -hash = "b8724eacf61d31cb060d51829bf519df77cadf71bfc4c5e8fa3cadc0fd61e2fc" +hash = "154a009278bf6e3b27f5f3006c4df362d77f2d066ef79e10ad564639ddd786c0" [[files]] file = "config/yosbr/config/lemclienthelper/syncedkeybinds.json5" -hash = "ec3540e3d5665f73771634aee64c2efbcbd54561e7ee2795abfe2c489209e67a" +hash = "830a0058de31c529ca58852c55d5cf19bf841c3f5d52622ebaa1b8f0eee2cdfc" [[files]] file = "config/yosbr/config/lemclienthelper/take_everything.json5" -hash = "4a9a3e51f17217d41ca0d967e1f3d3db02085a3fe5d3627245902ae062d17eff" - -[[files]] -file = "config/yosbr/config/libjf-config-core-v2.json5" -hash = "4638305cf13f8e6e38b6ab26afa76b6611364abf81e951941eb26b3db485e818" - -[[files]] -file = "config/yosbr/config/libjf-translate-v1.json5" -hash = "4a3277bdbe194c396f93ad1c3548f87cb1f542fcbbb5827713d0655ec4632807" - -[[files]] -file = "config/yosbr/config/libjf-web-v1.json5" -hash = "98f78f40683128c6d7dc0cb73727b7c2d4e27090c4dad484dbc60c7fca9fdddb" +hash = "30cd9f3f965448337d272a692ef489bb4dfaf1be290347f94c6833b73c92c6ee" [[files]] file = "config/yosbr/config/lithium.properties" -hash = "8ad8f88d7e25e63699b13111ffc6c766720efbd0e4f80dba7436b77ff8aed778" - -[[files]] -file = "config/yosbr/config/mainmenuchanger.json" -hash = "af7745e7baf512a2fbf06f8a068e1005f9d8ee330cf0c652795630d08d173da6" - -[[files]] -file = "config/yosbr/config/midnightcontrols.json" -hash = "555fa97b307c01461d6a292bb6abf34612d0c56325ca57ff999e9a34944f0f53" - -[[files]] -file = "config/yosbr/config/midnightlib.json" -hash = "6b52769b3358f87b591871a4444f3cef8124a9dced0da1755f18db2f47adf4f3" +hash = "e6ddb5930930561bfc9561c610c2cb8029795f10e297ee08de8cac920ac2d258" [[files]] file = "config/yosbr/config/modernfix-mixins.properties" -hash = "8137a2b6b019a92bf41722a67a5a5fcbd9db37a482f94567b40063c5d2c8b1e8" +hash = "fcf15f8da153cdf54c2583ec10177eb1be87fe149f9859f26bfd9d66877cdd99" [[files]] file = "config/yosbr/config/modmenu.json" -hash = "0226ed312d85e6e783bd0e6bf4344c47ee1fee84bbe2260ed8f87ec8ce414feb" - -[[files]] -file = "config/yosbr/config/oldpotions.toml" -hash = "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855" +hash = "46f92f30584e81c2ca26e7a3b38d8a8a7036f90d9ee3406858504815e6e0ecc8" [[files]] file = "config/yosbr/config/raised.json" -hash = "790d2d62ccbe6f51bd08df3f14c6b6a12f6428235b0fb6a5f980a642d11d125a" +hash = "dc8cea57856c82b13af969a4557c40299aa1405eaf218607ab497829b2e5fc60" [[files]] file = "config/yosbr/config/replaymod-rendersettings.json" @@ -194,31 +138,15 @@ hash = "d8fd7d05f11674ae842e4369146be8746f0001461c898e7cdd1f44dd73b8ffb6" [[files]] file = "config/yosbr/config/replaymod.json" -hash = "cc92d221438a2857011a71ba933ea362bab6d0253c95923bbb028e72f364bc19" - -[[files]] -file = "config/yosbr/config/rrls.toml" -hash = "b0d06804880622761eb02a150543b8279eae4828a41e59bfd1d22d0742d0dae3" - -[[files]] -file = "config/yosbr/config/smoothboot.json" -hash = "e96438af51e995d5f15d0053af921e778a854ca72b147839b150172305d73be3" - -[[files]] -file = "config/yosbr/config/sodium-fingerprint.json" -hash = "5aa056c3157c9e741f9002cb33dc12413da376d935a889987da78a133ed62e55" +hash = "b1f131c469389a20e27fbbf5d37718c956ba523474f06c62cb5646c17a93ea98" [[files]] file = "config/yosbr/config/sodium-mixins.properties" -hash = "051558518a6f3350fadb1546346d937e7f78f69834a075bf91b59921f151cc26" +hash = "b35b099a51f0cc1cfd94b1a1444de0d0d0c4e1b3399575504bbdcfaf02c359b0" [[files]] file = "config/yosbr/config/sodium-options.json" -hash = "58d50becb2c9d7b21d95416b5e5b0952cf3c1d92077d6f95caf31725ea358f63" - -[[files]] -file = "config/yosbr/config/tr7zwDonorSettings.json" -hash = "b4f660488920eac2dffd3c2208d281e92e1444e6f9c7808461a2687347c787d5" +hash = "5c830d8984deef7011a23ac485d6cc1f754b036ff7cab3362119f7a5d79e417f" [[files]] file = "config/yosbr/config/voicechat/translations.properties" @@ -240,18 +168,6 @@ hash = "9bec70d145f7c5673e7c60d81a6f2c889a10ee64ca25341f4f77300de2d40499" file = "config/yosbr/config/voicechat/voicechat-volumes.properties" hash = "58242ef3075b166845e0081281b01113a55b9d095104a68b167e7b4bc08b87c5" -[[files]] -file = "config/yosbr/config/world-host-friends.json" -hash = "4f53cda18c2baa0c0354bb5f9a3ecbe5ed12ab4d8e11ba873c2f11161202b945" - -[[files]] -file = "config/yosbr/config/world-host.json5" -hash = "3da076adb7a5f61299027892b68587729be7a58f262798dbf218b0103e601803" - -[[files]] -file = "config/yosbr/config/yacl.json5" -hash = "d26a63d3cdf326412ba86dcc2781060bc53ed6c74ac7808e65325452e264e820" - [[files]] file = "config/yosbr/options.txt" hash = "aeb3ce3e02024566b5acd3b1a0aa3dff5488dc892fe919ea72491398c6a83336" @@ -262,7 +178,7 @@ hash = "8941af597462bf69d9adab4c49ccea8607a59828344fc6cfe4772a082604891d" [[files]] file = "figura/avatars/LCE/BabyGhast/avatar.json" -hash = "84596948a639a8e234838a45c7edfc5500ff491ae7fbd119d39ddc95cb153c54" +hash = "be8b99710da779f190ddb660bff8b2e85b8b1c5a8c2eba0334687b1c35591ba9" [[files]] file = "figura/avatars/LCE/BabyGhast/avatar.png" @@ -342,7 +258,7 @@ hash = "0f7683124b734f5000e52d66fd1a60c9dba4b043c3fa967d87837de629247e60" [[files]] file = "figura/avatars/LCE/DefaultSkins/avatar.json" -hash = "6f8a2d7496763983715faaf122f5c590172741884618fd633f0bbf00efd75762" +hash = "305fdaf272c7b26a06e00e43034b1ec31754079e43aa86cfd4b65f0e993a7755" [[files]] file = "figura/avatars/LCE/DefaultSkins/avatar.png" @@ -358,7 +274,7 @@ hash = "b9e2bb38fa2ff90645cb3c047cbab379ec710b07897bf1aadbaeafb421e6ae7f" [[files]] file = "figura/avatars/LCE/NickValentine/avatar.json" -hash = "45764620e70257c0680ead12a2b37611ab960b9245f73f5057df2618296ab0af" +hash = "7a7e96e0b676bc453eae46d66edc80474d125b56ec603bd35c59102636c1ac9e" [[files]] file = "figura/avatars/LCE/NickValentine/avatar.png" @@ -374,7 +290,7 @@ hash = "6c72fde43d5a1cad6bdc1c29339733b30227a371e6363bcc5175af03497146b4" [[files]] file = "figura/avatars/LCE/PartyPlasticSteve/avatar.json" -hash = "d533cd8ffc4599f401caf3ecf3b68eac05131ba152efdf60d887899f3bacd6fb" +hash = "d5f64073fc58a5a51cee6a63f15c1afa5e257b2cc23a21570efc77b5e45a71cf" [[files]] file = "figura/avatars/LCE/PartyPlasticSteve/avatar.png" @@ -390,7 +306,7 @@ hash = "fa7a4f4897e377ae5e1dda178f448d7cfd2b169826a802b9210f2675ae4f4605" [[files]] file = "figura/avatars/LCE/R2D2/avatar.json" -hash = "974120a361c9060f2180c05fb3e4bb2c7a97d9741ad1ffdd96a64b5f04913a8e" +hash = "42a1e4dd7a83f800fec8226305a0ac57e06760ea78a5257c22414721f286e6b7" [[files]] file = "figura/avatars/LCE/R2D2/avatar.png" @@ -406,7 +322,7 @@ hash = "94c1666092771054e5bb9846240a39ad8176bbae54d6186be986f47dc8124219" [[files]] file = "figura/avatars/LCE/SiameseCat/avatar.json" -hash = "c9c0d00608d145e81b3fe31e2793960e99ba89339c1eaa261c4ea4b4a7142253" +hash = "e068193b6c4f1e8e55f9d1308fbd0d1035a1e5de42873117731353b1c309e88a" [[files]] file = "figura/avatars/LCE/SiameseCat/avatar.png" @@ -422,7 +338,7 @@ hash = "fa7a4f4897e377ae5e1dda178f448d7cfd2b169826a802b9210f2675ae4f4605" [[files]] file = "figura/avatars/LCE/Yoda/avatar.json" -hash = "0f5c982a048b9e00886b8a860626061644c71cf2f6c34107f6c5b3db3f635aaa" +hash = "987c140ed671196d349882893fe8a9650a5cac7a1eca656fe12b8d397267af80" [[files]] file = "figura/avatars/LCE/Yoda/avatar.png" @@ -440,206 +356,235 @@ hash = "0617d31cd6a47a8eb5c2165acdea1b03ee7e124979ea9a722488362677f19422" file = "figura/trust_settings.nbt" hash = "34520cb14fe6289ef9131576f73276702d29ab56798764f4f374387438e5ecad" +[[files]] +file = "icon.png" +hash = "332481e8e39c8ed97c0976096d3c3069cb9b0e26a90126fa66055017f8827763" + [[files]] file = "mods/Console-IdatedInternals-1.2.2.jar" hash = "a29865fd979603c4ab29f134fc6eaec6329751575ba729655171cd461233bf73" [[files]] file = "mods/ash-api.pw.toml" -hash = "ce1ca484ec7efff3457e485e632fa950095fd1c7baa60b96a5d3865136e55d16" +hash = "9680d0983b981a563487cc0be30feb1aa847b0439e014954ae6434a1ed724479" +metafile = true + +[[files]] +file = "mods/badoptimizations.pw.toml" +hash = "6dbbc24bc721547dd6ad2784b6f9c6c9d71089f3e45374cc2fee44efe1ce4197" metafile = true [[files]] file = "mods/balm.pw.toml" -hash = "93a1253ad002079a321f75e5d1674dea97e582462909641c3b8b4ead0997bc78" +hash = "117a72566a6ec0319e2e4bced9c8a3f13fa879f71fac98d2fb79f516b6aae3dc" metafile = true [[files]] file = "mods/be-style-wither.pw.toml" -hash = "912b87a2d966d405bb2455a429eecce6297c01b4449c4ecdcb3e49f3536db993" +hash = "49c07d3650bf09082aec78f5b5955fb2ce8cdef373b8bdc836e2f08c0b822f05" metafile = true [[files]] file = "mods/blanket.pw.toml" -hash = "cbd4c7fa64d8ee6362b9279aed6fd5f65df6ca1d9000e8dd4a6d0e1eeafbd175" +hash = "5c9965e81badf5f8fa12fc90da42a4da78569dc6289374c22801777771939565" metafile = true [[files]] file = "mods/ci-lce-ui.pw.toml" -hash = "25a98545e1d48bab4feb891fd895ee8c81fa55692f1a5d590b7315d93c3ed45a" +hash = "3297fa2e16b0de06c8efa2418d0cadb4597bf62bb8896d952cf56034d3ab4573" metafile = true [[files]] file = "mods/cloth-config.pw.toml" -hash = "eedead342bdd4f2b7aa9d148641a7b8ce7f54ef0d68e49ed82e0c5541a8fe7bf" +hash = "1d3fd00011e2f68ccce57fd2d6b3aece9825b409a777e0eb7e21ad0fcf9b5d1c" metafile = true [[files]] file = "mods/completeconfig.pw.toml" -hash = "debab1b6732fce31b240d311d86b441329ba46aae132c9f236af1fe90af00d94" +hash = "a5d02adcc1c6cd711f5f102923becef87a31a1edbe91088a0024bdd25c5e6cb1" metafile = true [[files]] file = "mods/consolesounds.pw.toml" -hash = "d024ccca6ebb3e864afc4a042722c1858d04d5b75194bca749514b68e9c263ea" +hash = "8624ec748b4245a8b7d0b2fb0dc7441fdf1fb9de857ef71630824d8207dac3e6" metafile = true [[files]] file = "mods/controlify.pw.toml" -hash = "7326a92d32dd01ee759277ea95060eec05d48368dbc7a7bed0b999d739e24a4a" +hash = "b962dfdaf1180d49ed2575886031a062ac926699acfa8f14bd0f64f129222ccb" metafile = true [[files]] file = "mods/cool-elytra-roll.pw.toml" -hash = "c3eb3f152d62500c663680e3e6c487bd84cee72b756c9998c77a71bc9507685b" +hash = "ebd05dff8a80912e96033f5bf006c357652df9985a884b6b3812806e5f089767" metafile = true [[files]] file = "mods/craterlib.pw.toml" -hash = "c0280a5dbc8d8a48f35f708d986d1841e6cb7b6fdf2e9c7d6085d014d875a59e" +hash = "0bc01fff2527fde03869c0cf3093fb13fa560ddfb2e7b3cad6c64a6f8d4e1551" metafile = true [[files]] file = "mods/custom-player-models.pw.toml" -hash = "caeee48f3d1484c12dac951204a102e4d26ee7eab7584764e9e673088faa9a0b" +hash = "c6a75b6bdbb197e696270e21d6b48293ef93f5f1d897fd812a6d52dc1d4a1c4a" metafile = true [[files]] file = "mods/entityculling.pw.toml" -hash = "988776da1a14e2785c430b65e864da206b81f06773c14203a652058fbc01a045" +hash = "f04757ea123fd6992ca60445dc8b9a57763bf07fff7b0e40209ad096d48319e1" metafile = true [[files]] file = "mods/fabric-api.pw.toml" -hash = "dc16bea52f249d03468c8f34ca625b089f163917dbed55ff785a9c09ebe39d3a" +hash = "895fdf5d4ff888146f11d6b9077d3421ff9e7365199dfcd9fc4ba43aea1659a3" metafile = true [[files]] file = "mods/fast-minecart.pw.toml" -hash = "53ccc9d7c59705abc3e5848c6b7edae88e23d72897519f69b49b77168abebdbb" +hash = "b80d5a2f088adf9fdf7fed84842d35def07765a9c1500a18ad6f1b1dff00dc00" +metafile = true + +[[files]] +file = "mods/fastquit.pw.toml" +hash = "e11805b0466105e48d2888e12bcd89a620880a9181018f7b080983ee58875ae5" +metafile = true + +[[files]] +file = "mods/ferrite-core.pw.toml" +hash = "2b338e9d3f0f2706e4989bb611e408d3b56438df16875358a3080dd26061d5ca" metafile = true [[files]] file = "mods/figura.pw.toml" -hash = "86b04cfe168e7d9e4e8c9da9c025230fced19b2faac577fca79e8acbdef64007" +hash = "3536324851331d802192df60473aa6818c3f5a332dd58b579a3da5813ff43430" metafile = true [[files]] file = "mods/held-item-info.pw.toml" -hash = "c24e05bc69b5e571da13b6f854c89ea093deab2b74b1bd3e8f17113a2f01c07e" +hash = "422e24b42e318c7ad07097811aa5400d70baaf1adda14da462e98744b0680bf5" metafile = true [[files]] file = "mods/indium.pw.toml" -hash = "fc8ae39ef4edbdb8e23ec91a10d1ef42c0fc569b5c8d633d7c584bfd55daa8bc" +hash = "1cac1ad72b74fa823202153084b9245bb4ae45cfea5c7c083ed1a2a018181a58" metafile = true [[files]] file = "mods/lemclienthelper.pw.toml" -hash = "4557bcc4ceefb83bbf82406f0e6fbdcbcdc9cc3f87171b9a979ea96e6beeda59" +hash = "795964cd6f08e274c690b425910fe81cbb9abe7c29816038b7c816345a57102e" metafile = true [[files]] file = "mods/libjf.pw.toml" -hash = "1ec61a0b81150becbb6743bd4ff9251bc74d4eec0613898304ec614733318221" +hash = "c90280d7c04b9d45efc89437d5f91b3652c154a3384e1168b05c4e8116bfcbda" metafile = true [[files]] file = "mods/lithium.pw.toml" -hash = "3dedde5213176d72e1c353877fa44315945e8f3da2ba05f5679d81e9f558bb1d" +hash = "9537156c6a95c793ae5a76b1de37311dcabd8add131bfd92a80e148d70909754" metafile = true [[files]] file = "mods/mainmenuchanger.pw.toml" -hash = "0e36921555a01119ce0a4b7b4f10b6c57b374890cc2cbaa60c2dfb0401b2d163" +hash = "f8cc6d630c808721d1aa66982962e209b2c4d8e30c6bd39b5be08970c364cb57" metafile = true [[files]] file = "mods/midnightlib.pw.toml" -hash = "bd6d19a7233f79f0dc0330f68e20a9e2cc2baeb6c7d0f0a54f97d95a7c2020f7" +hash = "78ff2f36d4b86983e5788089b8ba3b0642d6695251c9d573cd5a3162e707a366" metafile = true [[files]] file = "mods/modernfix.pw.toml" -hash = "c0daa1b0438a80083fed9145abe9760e6d4b0f5d3f091ea12e893c32072c8899" +hash = "5acf055731c64646887c6a772f15ed60966d069c6eef6435c381c835589c56df" metafile = true [[files]] file = "mods/modmenu.pw.toml" -hash = "d6aecbaf1fbfa8c4bd57184d515892c40f6fd00ed9c265468059d72c028a48aa" +hash = "6aaa7a5d79e3caa86d15c2cd977682a5c41841226f77774c5063065702c3112e" metafile = true [[files]] file = "mods/no-chat-reports.pw.toml" -hash = "a6a57004f5990ae59be0b89eb2edc5f50e2233d0410bd5f8060d58401592e0ef" +hash = "e5ed8da11c03f7c835295691d654cf581b46c67ad20813b3af072d1b21f19f09" +metafile = true + +[[files]] +file = "mods/noisium.pw.toml" +hash = "ce74db07a1394c86e6d3e5b2860a89a8794ac02b3b5fdcf606c4689d97dc1543" metafile = true [[files]] file = "mods/oldpotions.pw.toml" -hash = "717ae3acd850d1e68de288e517e4b9fe19263f4114bcb89c3b054ea7681b3e32" +hash = "72abed83fe56ff6999d6b5c0017de348242082599588f278593205a10dcd55a8" metafile = true [[files]] file = "mods/raised.pw.toml" -hash = "278194ac5894294297f3505bf256c8f5db07e31df5dd88853e85926e76d61d61" +hash = "40d21e2e0d31c4a15d1442c0433965372f7cce34b694302f90b17283cdee60b8" metafile = true [[files]] file = "mods/reeses-sodium-options.pw.toml" -hash = "975478c93b1218131fd48695cd7efb9bbe0d69125409940b015a7058e42fb6be" +hash = "3d01a993f8dae2bfc276d412e7ea603d7b064e70248a67136fc591243c80f02c" metafile = true [[files]] file = "mods/replaymod.pw.toml" -hash = "f61fe4a8ed94d23e17a7aabb2508fa34959e095bcf04646aad9ce7066262e0df" +hash = "cd070f82e93549548896adc45b4dbfe4ba70826134bbf3f34c2b632e838962b0" metafile = true [[files]] file = "mods/rrls.pw.toml" -hash = "c16e5515c9578fb21ede824ddc04c155687e64f905501648120b89f7669d57d1" +hash = "de8a657308a5fde42270b49ca1dad079cd1543ba85cafee05d9c134a59446bb1" metafile = true [[files]] file = "mods/shader-reload.pw.toml" -hash = "e1ac8c6846b5eca589a3291eabf58da73ac57a24bcc01ea575a57186a9130d3e" +hash = "97da34c7fb8174d656123009ea7f4a48294944796e16d80a1ec66bf82eac2a67" metafile = true [[files]] file = "mods/simple-discord-rpc.pw.toml" -hash = "f877c23c32e7eb04a89c832c11a3bf1e7262e95a7092cee7a14e95ec758cc11a" +hash = "b7ee2bef91899b2e8a291862eeaea40c5b0d268f7e8ee161701f4cb5d55aea0a" metafile = true [[files]] file = "mods/simple-voice-chat.pw.toml" -hash = "35f0387f115fd913ce548a3230344d45b5f1b13f4b0fc3467e13b5773ddaa472" +hash = "f495e0fbc5cd0994c9adb51f477d3c697986eccd5b4399513a985c5c578af74e" metafile = true [[files]] file = "mods/sodium.pw.toml" -hash = "5e73967368d47038c38dc52fa298b45603fbe6baf2608f171638ff767178ad9a" +hash = "e9aba8a135d0446cb7ad5dbfd29a37bf6366709e178768a17312ff3f97b99d93" +metafile = true + +[[files]] +file = "mods/threadtweak.pw.toml" +hash = "a8c644cd4c3e1c99774b0e3aeee59fe3351038f30e4d485ee6857a389a29f466" metafile = true [[files]] file = "mods/toggle-scoreboard.pw.toml" -hash = "e0c253cc26ebbd157573fce77b7e10f4d6e9dc9244c1a00d62f27fefc9639a16" +hash = "9b06584362fde4c95d9ce97f8b035eb05b934d5ce014ddcaa9b1f084fb9dad8e" metafile = true [[files]] file = "mods/versionchanger.pw.toml" -hash = "5b05699e83612aee57aebd5a73cb3b54071bc1819c73751668ac50e82de3e075" +hash = "ea8e3fd514950e964ac8920fd443a635168a8202af35d95c5287f1cd9fd76a09" metafile = true [[files]] file = "mods/world-host.pw.toml" -hash = "d8a3e2f5687b31a6704e324414d93bf3833e81194e3cdee0f4446d546a99d0ba" +hash = "7d8f8ebfc430deb31cef3e63ea711ec0ebb38b431a25eb708a9619f045953ab0" metafile = true [[files]] file = "mods/yacl.pw.toml" -hash = "00f1612152708101dfa571255644002e998f539b4e6b5c5933aa3cb0f27a2a10" +hash = "d03a3fe4ab9e0420b102e1c726c4b540bcd69fa83c3d084681a9712af37f1a0d" metafile = true [[files]] file = "mods/yosbr.pw.toml" -hash = "6f6334f336a876088431df70e2bba6ac52ca2ddeb73a4880ce88d6954b09af00" +hash = "34d8808403d641935e0803cd2b83a33689cdb351d2614e990a2c9268958a6a19" metafile = true diff --git a/mods/badoptimizations.pw.toml b/mods/badoptimizations.pw.toml new file mode 100644 index 0000000..796e3ec --- /dev/null +++ b/mods/badoptimizations.pw.toml @@ -0,0 +1,13 @@ +name = "BadOptimizations" +filename = "BadOptimizations-2.2.1-1.20.2-20.4.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/g96Z4WVZ/versions/ZQ1iIvpY/BadOptimizations-2.2.1-1.20.2-20.4.jar" +hash-format = "sha512" +hash = "5458e6dd5ff4a6eb9bf479055b4d8812cc83443797705229566a9853b5c6751086d61423c0a95397099645bd63c33f6dea49439389960e7ee571f73d81e30727" + +[update] +[update.modrinth] +mod-id = "g96Z4WVZ" +version = "ZQ1iIvpY" diff --git a/mods/ci-lce-ui.pw.toml b/mods/ci-lce-ui.pw.toml index b8b03ed..41487ef 100644 --- a/mods/ci-lce-ui.pw.toml +++ b/mods/ci-lce-ui.pw.toml @@ -1,13 +1,13 @@ name = "Console-Idated's LCE UI" -filename = "ci-lceui-0.2.0-1.20.4.jar" +filename = "ci-lceui-0.3.0-1.20.4.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/afmGxhh0/versions/HPMCty6r/ci-lceui-0.2.0-1.20.4.jar" -hash-format = "sha1" -hash = "c09c0a58f5ed6fe900d694a8c3ab253fece83d5c" +url = "https://cdn.modrinth.com/data/afmGxhh0/versions/GW4xbzFq/ci-lceui-0.3.0-1.20.4.jar" +hash-format = "sha512" +hash = "044e558b1873f83f6e7f9b76abf411008b4ee14acc48344da0721c28838b8c9aaa671b13cd6c0033f5263edfb45f2ce874f5a3faca469ffd07a6eeb29c49259a" [update] [update.modrinth] mod-id = "afmGxhh0" -version = "HPMCty6r" +version = "GW4xbzFq" diff --git a/mods/controlify.pw.toml b/mods/controlify.pw.toml index b8b9052..07fe162 100644 --- a/mods/controlify.pw.toml +++ b/mods/controlify.pw.toml @@ -1,13 +1,13 @@ name = "Controlify" -filename = "Controlify-2.0.0-beta.21+1.20.4-fabric.jar" +filename = "controlify-2.0.2+1.20.4-fabric.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/DOUdJVEm/versions/pDOHavZD/Controlify-2.0.0-beta.21%2B1.20.4-fabric.jar" -hash-format = "sha1" -hash = "6a8e0800b42a98fc107bb4cbdad6525a081d59e7" +url = "https://cdn.modrinth.com/data/DOUdJVEm/versions/XhGJ5H43/controlify-2.0.2%2B1.20.4-fabric.jar" +hash-format = "sha512" +hash = "9621e74742ee23a85da43fccd0e395dc2b77877450081d95f7703f185b1e44435b2582a914e542019899f48fe57d10431a1fc47113a1e58ecf599d56cdd4c6ee" [update] [update.modrinth] mod-id = "DOUdJVEm" -version = "pDOHavZD" +version = "XhGJ5H43" diff --git a/mods/craterlib.pw.toml b/mods/craterlib.pw.toml index 5bd43bd..a57ac45 100644 --- a/mods/craterlib.pw.toml +++ b/mods/craterlib.pw.toml @@ -1,13 +1,13 @@ name = "CraterLib" -filename = "CraterLib-Fabric-1.20.4-2.1.2.jar" +filename = "CraterLib-Fabric-1.20.4-2.1.3.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/Nn8Wasaq/versions/1f23sall/CraterLib-Fabric-1.20.4-2.1.2.jar" -hash-format = "sha1" -hash = "9861e2007d438ef169b32cabb21c24d3d7e694c0" +url = "https://cdn.modrinth.com/data/Nn8Wasaq/versions/FR62AcQt/CraterLib-Fabric-1.20.4-2.1.3.jar" +hash-format = "sha512" +hash = "9432ed1b69c8ed287eb594da660700faf48a55d3c8bd7598d4caeb824320749f09e86550e4268e5eb24a4c261ce583653d2ace6f31e215318c19d491b2444309" [update] [update.modrinth] mod-id = "Nn8Wasaq" -version = "1f23sall" +version = "FR62AcQt" diff --git a/mods/custom-player-models.pw.toml b/mods/custom-player-models.pw.toml index 41eaa9f..f8b82a1 100644 --- a/mods/custom-player-models.pw.toml +++ b/mods/custom-player-models.pw.toml @@ -1,13 +1,13 @@ name = "Customizable Player Models" -filename = "CustomPlayerModels-Fabric-1.20.4-0.6.19a.jar" +filename = "CustomPlayerModels-Fabric-1.20.4-0.6.21a.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/h1E7sQNL/versions/n7OwXcBd/CustomPlayerModels-Fabric-1.20.4-0.6.19a.jar" -hash-format = "sha1" -hash = "065ab395e5b1ffb87aade9908745d4ffc7dd6f5e" +url = "https://cdn.modrinth.com/data/h1E7sQNL/versions/is4vJcmI/CustomPlayerModels-Fabric-1.20.4-0.6.21a.jar" +hash-format = "sha512" +hash = "a5c1b06b7121203becc47e5210bb5c9657221448ebb66d8a91b316894254ecb3fb39c39795d8bf443755ee167530cd9fc20142096f6eed80be4b7551efb5d76a" [update] [update.modrinth] mod-id = "h1E7sQNL" -version = "n7OwXcBd" +version = "is4vJcmI" diff --git a/mods/entityculling.pw.toml b/mods/entityculling.pw.toml index fd0ab80..2ec748d 100644 --- a/mods/entityculling.pw.toml +++ b/mods/entityculling.pw.toml @@ -1,13 +1,13 @@ name = "Entity Culling" -filename = "entityculling-fabric-1.7.2-mc1.20.4.jar" +filename = "entityculling-fabric-1.7.3-mc1.20.4.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/NNAgCjsB/versions/rvBTLEjw/entityculling-fabric-1.7.2-mc1.20.4.jar" -hash-format = "sha1" -hash = "ddf481c5815cdf0026ca117f6947973cca572084" +url = "https://cdn.modrinth.com/data/NNAgCjsB/versions/ksDFnBlC/entityculling-fabric-1.7.3-mc1.20.4.jar" +hash-format = "sha512" +hash = "ec10ee504409f39bc481a7ee06cfaf39003753e92a9eeb21febe5461f7f4a4771af265b97f1b95d29f5092944c1cc2eee3fc3a9c270c5178fad20c6680c28069" [update] [update.modrinth] mod-id = "NNAgCjsB" -version = "rvBTLEjw" +version = "ksDFnBlC" diff --git a/mods/fastquit.pw.toml b/mods/fastquit.pw.toml new file mode 100644 index 0000000..e6bbe5d --- /dev/null +++ b/mods/fastquit.pw.toml @@ -0,0 +1,13 @@ +name = "FastQuit" +filename = "fastquit-3.0.0+1.20.4.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/x1hIzbuY/versions/vOAKK0JB/fastquit-3.0.0%2B1.20.4.jar" +hash-format = "sha512" +hash = "88cedc8a360b3ba08d37cf5d3963a5fe089aaffc37f1123ba1d157362f5514dee773b8b9c048cebf0dfa528b6d895a02741ab9f2c2c7c6b2e52b58ba474bb4d5" + +[update] +[update.modrinth] +mod-id = "x1hIzbuY" +version = "vOAKK0JB" diff --git a/mods/ferrite-core.pw.toml b/mods/ferrite-core.pw.toml new file mode 100644 index 0000000..3800f6e --- /dev/null +++ b/mods/ferrite-core.pw.toml @@ -0,0 +1,13 @@ +name = "FerriteCore" +filename = "ferritecore-6.0.3-fabric.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/uXXizFIs/versions/pguEMpy9/ferritecore-6.0.3-fabric.jar" +hash-format = "sha512" +hash = "709ab6362dd1dcc432edd1e6c33aafba6f2d12be701bc14911107340f8ac2466779c4e57d8a303f0350c46478f23008e6eeca78e4eadedd0bdee63d4ae72ed9a" + +[update] +[update.modrinth] +mod-id = "uXXizFIs" +version = "pguEMpy9" diff --git a/mods/figura.pw.toml b/mods/figura.pw.toml index d43a6ed..63744f4 100644 --- a/mods/figura.pw.toml +++ b/mods/figura.pw.toml @@ -1,13 +1,13 @@ name = "Figura" -filename = "figura-0.1.4+1.20.4-fabric-mc.jar" +filename = "figura-0.1.5+1.20.4-fabric-mc.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/s9gIPDom/versions/ialTavYW/figura-0.1.4%2B1.20.4-fabric-mc.jar" -hash-format = "sha1" -hash = "b8e5c999018f04a6c6bd799205b97bea0a24edd8" +url = "https://cdn.modrinth.com/data/s9gIPDom/versions/pnhJ4mCd/figura-0.1.5%2B1.20.4-fabric-mc.jar" +hash-format = "sha512" +hash = "eb9d63d86b30c635067e45cbb848e575731b8544309a3c7def02749fc962eb7ec3af6934064a9cd6a79977cd0435f894ddef910ef83f39a7112e6df3872f2f00" [update] [update.modrinth] mod-id = "s9gIPDom" -version = "ialTavYW" +version = "pnhJ4mCd" diff --git a/mods/noisium.pw.toml b/mods/noisium.pw.toml new file mode 100644 index 0000000..aedbc01 --- /dev/null +++ b/mods/noisium.pw.toml @@ -0,0 +1,13 @@ +name = "Noisium" +filename = "noisium-fabric-2.3.0+mc1.20.2-1.20.4.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/KuNKN7d2/versions/RmNpWBtf/noisium-fabric-2.3.0%2Bmc1.20.2-1.20.4.jar" +hash-format = "sha512" +hash = "249cf90051e808a224a22b6d45812831793368297c5873512a25a7e5f4b866c3d2a625b04f74ed8d9987b6171e7cca085ed8d7a100336f395cc037f1493e0e2b" + +[update] +[update.modrinth] +mod-id = "KuNKN7d2" +version = "RmNpWBtf" diff --git a/mods/simple-discord-rpc.pw.toml b/mods/simple-discord-rpc.pw.toml index f1f3c46..9e19631 100644 --- a/mods/simple-discord-rpc.pw.toml +++ b/mods/simple-discord-rpc.pw.toml @@ -1,13 +1,13 @@ name = "Simple Discord RPC" -filename = "SimpleRPC-Universal-3.3.0.jar" +filename = "SimpleRPC-Universal-4.0.0.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/ObXSoyrn/versions/2pUBpAqQ/SimpleRPC-Universal-3.3.0.jar" -hash-format = "sha1" -hash = "8af524f0fb30f25786693f3fbdb508f9f060a0ab" +url = "https://cdn.modrinth.com/data/ObXSoyrn/versions/rCyV8Y0f/SimpleRPC-Universal-4.0.0.jar" +hash-format = "sha512" +hash = "2583108a303e2969cd2a8afc6c85f22e0c3de131cab40eff7f6a1d60fbfb47ddc3ccf533060638582cfb5f8d9729f23806b5b21eba38525c7421faaf0ea3af16" [update] [update.modrinth] mod-id = "ObXSoyrn" -version = "2pUBpAqQ" +version = "rCyV8Y0f" diff --git a/mods/threadtweak.pw.toml b/mods/threadtweak.pw.toml new file mode 100644 index 0000000..8ed12c2 --- /dev/null +++ b/mods/threadtweak.pw.toml @@ -0,0 +1,13 @@ +name = "ThreadTweak" +filename = "threadtweak-fabric-1.20.4-0.1.2.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/vSEH1ERy/versions/pc1QuN32/threadtweak-fabric-1.20.4-0.1.2.jar" +hash-format = "sha512" +hash = "bb98d2c98c1d2004b7a423ef9ff8259684a6ee4c0821242f541329e56fcf91c6268fbae9a5c33717a23dc646886f10f1f0113c805c55e1ea06f848e553465eff" + +[update] +[update.modrinth] +mod-id = "vSEH1ERy" +version = "pc1QuN32" diff --git a/mods/yacl.pw.toml b/mods/yacl.pw.toml index d86d499..47c2b5d 100644 --- a/mods/yacl.pw.toml +++ b/mods/yacl.pw.toml @@ -1,13 +1,13 @@ name = "YetAnotherConfigLib" -filename = "YetAnotherConfigLib-3.6.2+1.20.4-fabric.jar" +filename = "yet_another_config_lib_v3-3.6.3+1.20.4-fabric.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/1eAoo2KR/versions/bxECa7VA/YetAnotherConfigLib-3.6.2%2B1.20.4-fabric.jar" -hash-format = "sha1" -hash = "e097aabda496fa46782273c0f6c2da81a55872aa" +url = "https://cdn.modrinth.com/data/1eAoo2KR/versions/yrYPPc63/yet_another_config_lib_v3-3.6.3%2B1.20.4-fabric.jar" +hash-format = "sha512" +hash = "09850576896e7806783bd909831fa6e01b3ef4d79f7cfe18432f67e9f6a680307c09fb77d193e424f5184ebf7b61c898ca025250404081bdcce26116cde0fabb" [update] [update.modrinth] mod-id = "1eAoo2KR" -version = "bxECa7VA" +version = "yrYPPc63" diff --git a/pack.toml b/pack.toml index d22769e..248d4da 100644 --- a/pack.toml +++ b/pack.toml @@ -1,15 +1,15 @@ name = "Console-idated" author = "S_N00B" -version = "1.3.3" +version = "1.3.4" pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "b34d6b4ad6c1e1a69e782b2249437665e396d9c5b309ee7d214eabb92c9df4ce" +hash = "ee702ed41c9844393fa87c99541dcc55f52089bf5ee5129b64997924e5489505" [versions] -fabric = "0.16.7" +fabric = "0.16.10" minecraft = "1.20.4" [options] From 37994eb5f01cd9ff33bc3915fca5f1252bae87af Mon Sep 17 00:00:00 2001 From: bo <144749186+omo50@users.noreply.github.com> Date: Wed, 26 Feb 2025 13:56:45 -0600 Subject: [PATCH 2/3] readd blanket config --- config/blanket_client-fixes.json | 137 +++++++++++++++++++++++++++++++ 1 file changed, 137 insertions(+) create mode 100644 config/blanket_client-fixes.json diff --git a/config/blanket_client-fixes.json b/config/blanket_client-fixes.json new file mode 100644 index 0000000..bb5b5f6 --- /dev/null +++ b/config/blanket_client-fixes.json @@ -0,0 +1,137 @@ +{ + "aboutConfig": "Blanket config: The mod only cares about the *value* property, you can edit, delete the others.", + "aboutConfig2": "But if you save the config from the mod, it will override this file.", + "aboutConfig3": "Good luck!", + "extraLog": { + "description": "The only internal config. Toggle how much log should blanket create", + "issues": [], + "categories": [ + "EXPERIMENTAL" + ], + "value": false + }, + "mouseCloseNotHandledFix": { + "description": "Fix inventory can not be closed by mouse button.", + "issues": [ + "MC-577" + ], + "categories": [ + "BUGFIX", + "RECOMMENDED", + "UI" + ], + "value": false + }, + "chatLagFix": { + "description": "Fix chat lag on multiplayer servers", + "issues": [ + "MC-247973" + ], + "categories": [ + "BUGFIX", + "RECOMMENDED", + "PERFORMANCE" + ], + "value": true + }, + "lavaDamageDesyncFix": { + "description": "Fix lava damaging entities client-side leading to de-sync", + "issues": [ + "MC-246465" + ], + "categories": [ + "BUGFIX", + "EXPERIMENTAL" + ], + "value": false + }, + "entityDamageDesyncFix": { + "description": "Fix client damaging items \u0026 experience orbs leading to de-sync", + "issues": [ + "MC-53850" + ], + "categories": [ + "BUGFIX", + "EXPERIMENTAL" + ], + "value": true + }, + "guardianBeamRenderFix": { + "description": "Fix guardian beam not rendering due to world time being too high\nSodium-extra has the same fix", + "issues": [ + "MC-165595" + ], + "categories": [ + "BUGFIX", + "RECOMMENDED", + "RENDER" + ], + "value": false + }, + "sharedEntityIdFix": { + "description": "Fix entity id being shared by the client renderer and integrated server", + "issues": [ + "MC-238384" + ], + "categories": [ + "BUGFIX", + "SINGLEPLAYER" + ], + "value": false + }, + "rotatePlayerWithMinecart": { + "description": "Rotate the player with the minecart if it turns", + "issues": [], + "categories": [ + "TWEAK", + "EXPERIMENTAL" + ], + "value": true, + "extra": { + "rotatePlayerWithMinecart_smartMode": true, + "rotatePlayerWithMinecart_threshold": 8, + "rotatePlayerWithMinecart_alwaysLookForward": false + } + }, + "optimizedBiomeAccess": { + "description": "Optimized the getBiome call to be 25% - 75% faster", + "issues": [], + "categories": [ + "PERFORMANCE", + "RECOMMENDED" + ], + "value": true + }, + "crystalsTargetDeadDragonFix": { + "description": "Fix end crystals attempting to heal the ender dragon", + "issues": [ + "MC-187100" + ], + "categories": [ + "BUGFIX" + ], + "value": false + }, + "wolfTailSpinFix": { + "description": "Fix wolf tail spinning if health is increased", + "issues": [ + "MC-175622" + ], + "categories": [ + "BUGFIX", + "RENDER" + ], + "value": false + }, + "fixSwappedAmethystSound": { + "description": "Fix switched amethyst sound", + "issues": [ + "MC-248223" + ], + "categories": [ + "BUGFIX", + "RECOMMENDED" + ], + "value": false + } +} \ No newline at end of file From 82c86cf49f3f90c47edd0aa25ad4eb6ebb4be765 Mon Sep 17 00:00:00 2001 From: bo <144749186+omo50@users.noreply.github.com> Date: Wed, 26 Feb 2025 16:48:21 -0600 Subject: [PATCH 3/3] feat: config improvements + sodium extra, borderless fullscreen and dynamic fps --- config/yosbr/config/badoptimizations.txt | 76 ++++++++++++++++++++++++ config/yosbr/config/dynamic_fps.json | 14 +++++ config/yosbr/config/entityculling.json | 4 ++ config/yosbr/config/threadtweak.json | 8 +++ index.toml | 49 ++++++++++++++- mods/cubes-without-borders.pw.toml | 13 ++++ mods/dynamic-fps.pw.toml | 13 ++++ mods/entity-model-features.pw.toml | 13 ++++ mods/entitytexturefeatures.pw.toml | 13 ++++ mods/reeses-sodium-options.pw.toml | 4 +- mods/sodium-extra.pw.toml | 13 ++++ pack.toml | 2 +- 12 files changed, 217 insertions(+), 5 deletions(-) create mode 100644 config/yosbr/config/badoptimizations.txt create mode 100644 config/yosbr/config/dynamic_fps.json create mode 100644 config/yosbr/config/entityculling.json create mode 100644 config/yosbr/config/threadtweak.json create mode 100644 mods/cubes-without-borders.pw.toml create mode 100644 mods/dynamic-fps.pw.toml create mode 100644 mods/entity-model-features.pw.toml create mode 100644 mods/entitytexturefeatures.pw.toml create mode 100644 mods/sodium-extra.pw.toml diff --git a/config/yosbr/config/badoptimizations.txt b/config/yosbr/config/badoptimizations.txt new file mode 100644 index 0000000..318a251 --- /dev/null +++ b/config/yosbr/config/badoptimizations.txt @@ -0,0 +1,76 @@ +# BadOptimizations configuration +# Here you can configure stuff, mostly enabling/disabling specific optimizations. + +# Whether we should cancel updating the lightmap if not needed. +enable_lightmap_caching: true +# How much the in-game time must change in ticks (1/20th of a second) +# for the lightmap to immediately update. +# Higher values will result in less frequent updates +# to block lighting, but better performance. +# Values below 2 will disable hte optimization. +lightmap_time_change_needed_for_update: 20 + +# Whether the sky's color should be cached unless you're on a biome border. +enable_sky_color_caching: true +# How much the in-game time must change in ticks for the sky color to +# be recalculated with our own calculation. Higher values will result in +# the sky updating less frequently, but slightly better performance. +# Values below 2 will all have the same effect. +skycolor_time_change_needed_for_update: 3 + +# Whether we should avoid calling debug renderers +# and their calculations if there are no debug entries to render +enable_debug_renderer_disable_if_not_needed: true + +# +# Micro optimizations +# + +# Whether we should avoid calling the particle manager +# and its calculations if there are no particles. +enable_particle_manager_optimization: true +# Whether we should avoid calling the toast manager +# if there are no toasts +enable_toast_optimizations: true +# Whether the result of getSkyAngle should be cached +# for the entire frame during rendering +enable_sky_angle_caching_in_worldrenderer: true +# Whether entity renderers should be stored directly in EntityType +# instead of a HashMap. +# Disable to fix compatibility with Twilight Forest +enable_entity_renderer_caching: true +# Whether block entity renderers should be stored in BlockEntityType +# instead of a HashMap. +enable_block_entity_renderer_caching: true +# Whether entity flags should be cached instead of calling DataTracker. +# Also removes the unnecessary thread lock in DataTracker +# however this is also done by Lithium (they don't conflict, however). +# This has no effect in 1.20.5+! +enable_entity_flag_caching: true +# Whether we should avoid calling FOV calculations +# if the FOV effect scale is zero. +enable_remove_redundant_fov_calculations: true +# Don't tick the tutorial if the game is not in demo mode. +enable_remove_tutorial_if_not_demo: true + +# +# Other +# + +# Whether BadOptimizations should be added onto +# the left text of the F3 menu. +show_f3_text: true + +# Some config options will be force-disabled if certain mods are present +# due to incompatibilities (e.g. entity rendering caching +# is disabled w/ Twilight Forest). +# However, if you still want to use the optimizations, you can override it +# by setting this to true. Beware of crashes. And Herobrine. +ignore_mod_incompatibilities: false + +# Whether to log the entire config into console when booting up. +# If you plan on reporting an issue, please keep this on. +log_config: true + +# Do not change this +config_version: 3 diff --git a/config/yosbr/config/dynamic_fps.json b/config/yosbr/config/dynamic_fps.json new file mode 100644 index 0000000..0897413 --- /dev/null +++ b/config/yosbr/config/dynamic_fps.json @@ -0,0 +1,14 @@ +{ + "states": { + "unfocused": { + "frame_rate_target": 2, + "run_garbage_collector": true + }, + "invisible": { + "volume_multipliers": { + "master": 0.25 + }, + "run_garbage_collector": true + } + } +} diff --git a/config/yosbr/config/entityculling.json b/config/yosbr/config/entityculling.json new file mode 100644 index 0000000..050405b --- /dev/null +++ b/config/yosbr/config/entityculling.json @@ -0,0 +1,4 @@ +{ + "sleepDelay": 70, + "hitboxLimit": 65 +} diff --git a/config/yosbr/config/threadtweak.json b/config/yosbr/config/threadtweak.json new file mode 100644 index 0000000..fecc05c --- /dev/null +++ b/config/yosbr/config/threadtweak.json @@ -0,0 +1,8 @@ +{ + "threadPriority": { + "game": 8, + "main": 3, + "io": 5, + "integratedServer": 8 + } +} diff --git a/index.toml b/index.toml index 87f9dc2..52e8b0f 100644 --- a/index.toml +++ b/index.toml @@ -8,6 +8,10 @@ hash = "8cdbb9904a5c4b91cfb9f28be3d4e514bba1292e22ad446689522e09536e537b" file = "README.md" hash = "780cf83737437f0e89a166ece041a26a48d2571dfb7ae76bb3be945191ae50d7" +[[files]] +file = "config/blanket_client-fixes.json" +hash = "a69aba00480f8150e61de2eb12ddff926fb9f90e78cfdc1e191e6d320fe34fa6" + [[files]] file = "config/lceui/config.json5" hash = "8d8af4ef0ea65025567d34189760b15a5476c5fa1d7890744f1fb6db61f73a14" @@ -56,6 +60,10 @@ hash = "ab94b539077d1f09489ea1ded0c0614c71b0e480e9d45b5afa1c4550b659b62d" file = "config/yosbr/config/NoChatReports/README.md" hash = "f0decb31d974351dd9337caf02320d22470adec6b96411bb84596cdc73d77dac" +[[files]] +file = "config/yosbr/config/badoptimizations.txt" +hash = "f043b31a1fd029cbcd999a9ba184a1f66b4a8a8f020881c59b870436d8de1103" + [[files]] file = "config/yosbr/config/bestylewither.toml" hash = "45841f235c7fe79b5a7710e86a6e94c73a871b7a430bb9592b60c2981f806698" @@ -80,6 +88,14 @@ hash = "d1dc236273a4df469504655df716c9a4abf693083ec75da0572f6bf21f195bf4" file = "config/yosbr/config/cpm.json" hash = "d2c41ad7f4a988dac14c570ec5863bbcb5ac8e5e112b09ff2ddb862112864955" +[[files]] +file = "config/yosbr/config/dynamic_fps.json" +hash = "b75ccc24ddb7fdd8e91f16a568885abd88b00876e9ffe40578d1cf0ce6d7371d" + +[[files]] +file = "config/yosbr/config/entityculling.json" +hash = "3955e3822546d7193b0432b91ba89e233a7b4aaf88cbf2883d1931c77bbc9fdb" + [[files]] file = "config/yosbr/config/fabric/indigo-renderer.properties" hash = "6f55d03564f6c9a55b256ed1de63573b998b3c97e68b90b20e0672a7873eaf52" @@ -148,6 +164,10 @@ hash = "b35b099a51f0cc1cfd94b1a1444de0d0d0c4e1b3399575504bbdcfaf02c359b0" file = "config/yosbr/config/sodium-options.json" hash = "5c830d8984deef7011a23ac485d6cc1f754b036ff7cab3362119f7a5d79e417f" +[[files]] +file = "config/yosbr/config/threadtweak.json" +hash = "545cbe317c5146bacb9e13c7c03a605f0b6bd6e1ddaf1a05f8be8537d6f8b0ce" + [[files]] file = "config/yosbr/config/voicechat/translations.properties" hash = "b8215b84232be41438ffb7c7304b57b0677c9cad49b717db59900872080adf20" @@ -170,7 +190,7 @@ hash = "58242ef3075b166845e0081281b01113a55b9d095104a68b167e7b4bc08b87c5" [[files]] file = "config/yosbr/options.txt" -hash = "aeb3ce3e02024566b5acd3b1a0aa3dff5488dc892fe919ea72491398c6a83336" +hash = "92c910207b435263935903146cd3d15f76179ff9567628811d28a0bc57a8672d" [[files]] file = "config/yosbr/servers.dat" @@ -424,16 +444,36 @@ file = "mods/craterlib.pw.toml" hash = "0bc01fff2527fde03869c0cf3093fb13fa560ddfb2e7b3cad6c64a6f8d4e1551" metafile = true +[[files]] +file = "mods/cubes-without-borders.pw.toml" +hash = "f32c30de1ae7dbeeae00b654eb15ea358c6d26f631dc292bdb88dba9c30a8cc8" +metafile = true + [[files]] file = "mods/custom-player-models.pw.toml" hash = "c6a75b6bdbb197e696270e21d6b48293ef93f5f1d897fd812a6d52dc1d4a1c4a" metafile = true +[[files]] +file = "mods/dynamic-fps.pw.toml" +hash = "ef5594aca1039c06c502f9d3f4a709195b727abb3b2893652dfe38d983ff87c2" +metafile = true + +[[files]] +file = "mods/entity-model-features.pw.toml" +hash = "20bd4cbff43edcff50312e24802538df9c264507fa35c8c8713f35401c03bbf8" +metafile = true + [[files]] file = "mods/entityculling.pw.toml" hash = "f04757ea123fd6992ca60445dc8b9a57763bf07fff7b0e40209ad096d48319e1" metafile = true +[[files]] +file = "mods/entitytexturefeatures.pw.toml" +hash = "4ba3ed5a7d60f618df89d9cd776a6ca79f8867090bd47c24ae3e6de6eafe594d" +metafile = true + [[files]] file = "mods/fabric-api.pw.toml" hash = "895fdf5d4ff888146f11d6b9077d3421ff9e7365199dfcd9fc4ba43aea1659a3" @@ -526,7 +566,7 @@ metafile = true [[files]] file = "mods/reeses-sodium-options.pw.toml" -hash = "3d01a993f8dae2bfc276d412e7ea603d7b064e70248a67136fc591243c80f02c" +hash = "181bfe0cfc3bd30e07dc328dac9fed42705ef5cd1977ee86e48942e8d0e47ee1" metafile = true [[files]] @@ -554,6 +594,11 @@ file = "mods/simple-voice-chat.pw.toml" hash = "f495e0fbc5cd0994c9adb51f477d3c697986eccd5b4399513a985c5c578af74e" metafile = true +[[files]] +file = "mods/sodium-extra.pw.toml" +hash = "56a0e243140dc1dbdb89c5a7a1cbcbe6e8d6da5499242bd1eabf548bbb8e3481" +metafile = true + [[files]] file = "mods/sodium.pw.toml" hash = "e9aba8a135d0446cb7ad5dbfd29a37bf6366709e178768a17312ff3f97b99d93" diff --git a/mods/cubes-without-borders.pw.toml b/mods/cubes-without-borders.pw.toml new file mode 100644 index 0000000..3782cab --- /dev/null +++ b/mods/cubes-without-borders.pw.toml @@ -0,0 +1,13 @@ +name = "Cubes Without Borders" +filename = "cwb-fabric-3.0.0+mc1.21.3.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/ETlrkaYF/versions/7JJnrLXi/cwb-fabric-3.0.0%2Bmc1.21.3.jar" +hash-format = "sha512" +hash = "563d996e6426ffc971a6dd7686f3870254704411cd24fea95b12e8d1af2118c11ce7234052ddfd97f7178ef6432dfe785c4b2b665f74b31b6bc4d64c27d740e9" + +[update] +[update.modrinth] +mod-id = "ETlrkaYF" +version = "7JJnrLXi" diff --git a/mods/dynamic-fps.pw.toml b/mods/dynamic-fps.pw.toml new file mode 100644 index 0000000..0d544d1 --- /dev/null +++ b/mods/dynamic-fps.pw.toml @@ -0,0 +1,13 @@ +name = "Dynamic FPS" +filename = "dynamic-fps-3.7.7+minecraft-1.21.2-fabric.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/LQ3K71Q1/versions/lCPnAoak/dynamic-fps-3.7.7%2Bminecraft-1.21.2-fabric.jar" +hash-format = "sha512" +hash = "4f2791c8fb873ec1e666b1983b1c4028e4954a054b1a39550ecdd1a7e5579e5ca0aa667f24d9682384cc7757698098018df78781be27dd5a37e54d09613bb4a6" + +[update] +[update.modrinth] +mod-id = "LQ3K71Q1" +version = "lCPnAoak" diff --git a/mods/entity-model-features.pw.toml b/mods/entity-model-features.pw.toml new file mode 100644 index 0000000..908f19e --- /dev/null +++ b/mods/entity-model-features.pw.toml @@ -0,0 +1,13 @@ +name = "Entity Model Features [CEM]" +filename = "entity_model_features_fabric_1.21.4-2.4.1.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/4I1XuqiY/versions/n0dDeW4R/entity_model_features_fabric_1.21.4-2.4.1.jar" +hash-format = "sha512" +hash = "d494890f50ef46a747c1104918a13b7b9ee6c523b2fe4977da49f48fb187dcc7688b64402fc3fdf64e58ec9da8f1613735ae8d211935e1b042a95dcfd30dec6e" + +[update] +[update.modrinth] +mod-id = "4I1XuqiY" +version = "n0dDeW4R" diff --git a/mods/entitytexturefeatures.pw.toml b/mods/entitytexturefeatures.pw.toml new file mode 100644 index 0000000..1113a91 --- /dev/null +++ b/mods/entitytexturefeatures.pw.toml @@ -0,0 +1,13 @@ +name = "Entity Texture Features" +filename = "entity_texture_features_fabric_1.21.4-6.2.10.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/BVzZfTc1/versions/441qELLe/entity_texture_features_fabric_1.21.4-6.2.10.jar" +hash-format = "sha512" +hash = "4b75d219063da2cbb08cad2565431514ee43b3e8f1cca2bd86eacf329bb614275b1c085fff0a505718c7d6b6c58a3df9e6e3f48ddb1104fba9d66cb77bd41344" + +[update] +[update.modrinth] +mod-id = "BVzZfTc1" +version = "441qELLe" diff --git a/mods/reeses-sodium-options.pw.toml b/mods/reeses-sodium-options.pw.toml index d35b879..557a475 100644 --- a/mods/reeses-sodium-options.pw.toml +++ b/mods/reeses-sodium-options.pw.toml @@ -4,8 +4,8 @@ side = "client" [download] url = "https://cdn.modrinth.com/data/Bh37bMuy/versions/fkLiGoHs/reeses_sodium_options-1.7.2%2Bmc1.20.4-build.102.jar" -hash-format = "sha1" -hash = "5e2f4ad814f34e2f55fda4efa30c878c5e573978" +hash-format = "sha512" +hash = "6b890d098ed7168714a35452ad30b0bb41f4539874e651717daa69e65f916667ff59c6dd1ecf4d49b9b406b0bf97c675d94dea5091eb44f0417b448ff5ac0948" [update] [update.modrinth] diff --git a/mods/sodium-extra.pw.toml b/mods/sodium-extra.pw.toml new file mode 100644 index 0000000..ba53e32 --- /dev/null +++ b/mods/sodium-extra.pw.toml @@ -0,0 +1,13 @@ +name = "Sodium Extra" +filename = "sodium-extra-fabric-0.6.1+mc1.21.4.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/PtjYWJkn/versions/f4TfteNb/sodium-extra-fabric-0.6.1%2Bmc1.21.4.jar" +hash-format = "sha512" +hash = "84f33cff29ecdb535cc65d836839003c8739765e0a464e011486ceaf744693b5d40f36c4ea4b117f7f00139c1dbf1b3b0e51170f4055afa03567e4079358a0e9" + +[update] +[update.modrinth] +mod-id = "PtjYWJkn" +version = "f4TfteNb" diff --git a/pack.toml b/pack.toml index 248d4da..378c543 100644 --- a/pack.toml +++ b/pack.toml @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "ee702ed41c9844393fa87c99541dcc55f52089bf5ee5129b64997924e5489505" +hash = "aa330e1160c56b439154f85f677e8293042898ebb2f289a31a0af77c3fa8fa0d" [versions] fabric = "0.16.10"