diff --git a/config/MouseTweaks.cfg b/config/MouseTweaks.cfg new file mode 100644 index 0000000..81190ac --- /dev/null +++ b/config/MouseTweaks.cfg @@ -0,0 +1,8 @@ +RMBTweak=1 +LMBTweakWithItem=1 +LMBTweakWithoutItem=1 +WheelTweak=1 +WheelSearchOrder=1 +WheelScrollDirection=0 +ScrollItemScaling=0 +Debug=0 diff --git a/config/bedrockify/bedrockifyClient.json b/config/bedrockify/bedrockifyClient.json index 8815caf..208e008 100644 --- a/config/bedrockify/bedrockifyClient.json +++ b/config/bedrockify/bedrockifyClient.json @@ -1 +1 @@ -{"loadingScreen":true,"bedrockIfyButtonPosition":"BELOW_SLIDERS","showPositionHUD":true,"FPSHUD":2,"heldItemTooltips":true,"heldItemTooltipBackground":0.5,"showPaperDoll":true,"showChunkMap":false,"reacharound":true,"reacharoundSneaking":true,"reacharoundIndicator":true,"reacharoundMultiplayer":true,"positionHUDHeight":50,"screenSafeArea":0,"overlayIgnoresSafeArea":false,"bedrockChat":false,"slotHighlight":true,"highLightColor1":-1,"highLightColor2":-1990870528,"idleAnimation":1.0,"reacharoundBlockDistance":0.5,"reacharoundPitchAngle":25,"savingOverlay":true,"eatingAnimations":true,"expTextStyle":true,"bedrockToolbar":true,"hudOpacity":50,"biggerIcons":true,"sneakingShield":true,"bedrockShading":true,"disableFlyingMomentum":false,"elytraStop":true,"pickupAnimations":true,"fishingBobber3D":true,"sunlightIntensity":50,"sheepColors":true,"hideEditionBranding":false} \ No newline at end of file +{"loadingScreen":true,"bedrockIfyButtonPosition":"BELOW_SLIDERS","showPositionHUD":false,"FPSHUD":0,"heldItemTooltips":true,"heldItemTooltipBackground":0.5,"showPaperDoll":false,"showChunkMap":false,"reacharound":true,"reacharoundSneaking":true,"reacharoundIndicator":true,"reacharoundMultiplayer":true,"positionHUDHeight":50,"screenSafeArea":0,"overlayIgnoresSafeArea":false,"bedrockChat":false,"slotHighlight":true,"highLightColor1":-1,"highLightColor2":-1990870528,"idleAnimation":1.0,"reacharoundBlockDistance":0.5,"reacharoundPitchAngle":25,"savingOverlay":true,"eatingAnimations":true,"expTextStyle":false,"bedrockToolbar":false,"hudOpacity":100,"biggerIcons":true,"sneakingShield":true,"bedrockShading":true,"disableFlyingMomentum":false,"elytraStop":true,"pickupAnimations":true,"fishingBobber3D":true,"sunlightIntensity":50,"sheepColors":true,"hideEditionBranding":false} \ No newline at end of file diff --git a/config/fabric/indigo-renderer.properties b/config/fabric/indigo-renderer.properties index f8225b9..f6ecd6a 100644 --- a/config/fabric/indigo-renderer.properties +++ b/config/fabric/indigo-renderer.properties @@ -1,5 +1,5 @@ #Indigo properties file -#Sun Nov 05 16:56:51 CET 2023 +#Sun Nov 05 17:48:00 CET 2023 fix-mean-light-calculation=auto debug-compare-lighting=auto fix-exterior-vertex-lighting=auto diff --git a/config/fastload.properties b/config/fastload.properties index 0736fb9..2cbcdb5 100644 --- a/config/fastload.properties +++ b/config/fastload.properties @@ -1,5 +1,5 @@ #Fastload Configuration File -#Sun Nov 05 16:56:50 CET 2023 +#Sun Nov 05 17:48:00 CET 2023 debug=false instant_load=false server_render_chunk_radius=3 diff --git a/config/jade/sort-order.json b/config/jade/sort-order.json index 59853e0..7d73fb7 100644 --- a/config/jade/sort-order.json +++ b/config/jade/sort-order.json @@ -74,6 +74,17 @@ "create:exact_block": null, "create:filter": null, "create:goggles": null, + "ae2:server_data": null, + "ae2:charger": null, + "ae2:crafting_monitor": null, + "ae2:pattern_provider": null, + "ae2:power_storage": null, + "ae2:grid_node_state": null, + "ae2:debug": null, + "ae2:part_name": null, + "ae2:part_icon": null, + "ae2:part_tooltip": null, + "ae2:part_mod_name": null, "jade:object_name": null, "jade:registry_name": null, "jade:mod_name": null, @@ -117,16 +128,5 @@ "minecraft:item_storage": null, "minecraft:fluid_storage": null, "minecraft:energy_storage": null, - "minecraft:progress": null, - "ae2:server_data": null, - "ae2:charger": null, - "ae2:crafting_monitor": null, - "ae2:pattern_provider": null, - "ae2:power_storage": null, - "ae2:grid_node_state": null, - "ae2:debug": null, - "ae2:part_name": null, - "ae2:part_icon": null, - "ae2:part_tooltip": null, - "ae2:part_mod_name": null + "minecraft:progress": null } \ No newline at end of file diff --git a/config/roughlyenoughitems/pinyin.properties b/config/roughlyenoughitems/pinyin.properties index 88d1948..6037818 100644 --- a/config/roughlyenoughitems/pinyin.properties +++ b/config/roughlyenoughitems/pinyin.properties @@ -1,2 +1,2 @@ #Pinyin Options -#Sun Nov 05 17:01:42 CET 2023 +#Sun Nov 05 17:49:01 CET 2023 diff --git a/config/roughlyenoughitems/pinyin_double.properties b/config/roughlyenoughitems/pinyin_double.properties index 98cb75c..ed3a116 100644 --- a/config/roughlyenoughitems/pinyin_double.properties +++ b/config/roughlyenoughitems/pinyin_double.properties @@ -1,3 +1,3 @@ #Double Pinyin Options -#Sun Nov 05 17:01:42 CET 2023 +#Sun Nov 05 17:49:01 CET 2023 Converter=sougou diff --git a/config/sidebar_buttons.json b/config/sidebar_buttons.json new file mode 100644 index 0000000..eb00313 --- /dev/null +++ b/config/sidebar_buttons.json @@ -0,0 +1,8 @@ +{ + "ftblibrary": { + "toggle.gamemode": true, + "toggle.rain": true, + "toggle.day": true, + "toggle.night": true + } +} \ No newline at end of file diff --git a/config/supplementaries-client.json b/config/supplementaries-client.json index e461c4a..4720acc 100644 --- a/config/supplementaries-client.json +++ b/config/supplementaries-client.json @@ -53,7 +53,7 @@ "collision_considers_entity_hitbox": true, "collision_inertia": 1.0, "collision_force": 15.0, - "min_angle": 0.7999997, + "min_angle": 0.79999965, "max_angle": 60.0, "damping": 0.525 } @@ -65,7 +65,7 @@ "collision_considers_entity_hitbox": true, "collision_inertia": 1.0, "collision_force": 15.0, - "min_angle": 0.7999997, + "min_angle": 0.79999965, "max_angle": 60.0, "damping": 0.525 }, diff --git a/config/vmp.properties b/config/vmp.properties index d5f1e87..36868e5 100644 --- a/config/vmp.properties +++ b/config/vmp.properties @@ -1,5 +1,5 @@ #Configuration file for VMP -#Sun Nov 05 16:56:36 CET 2023 +#Sun Nov 05 17:47:45 CET 2023 deprecated_precache_biome_lookup=false use_async_portals=true use_async_chunks_on_login=true diff --git a/index.toml b/index.toml index a09c73c..44c8665 100644 --- a/index.toml +++ b/index.toml @@ -8,6 +8,10 @@ hash = "27b2ea2946ca5b00841ce7d1813b42dfb7e36b12ad50c7c9bea09053ac226cf3" file = "config/Adorn.json5" hash = "cfcc5c69d5ad77f3d96ecf30e4621578ccc55129caeb819d4de0a4e46c62c8a6" +[[files]] +file = "config/MouseTweaks.cfg" +hash = "4069ce1a439d8c37453c1b1e9f2037e0942674c7e48723a39b37eab245792ad4" + [[files]] file = "config/NoChatReports/NCR-Client.json" hash = "edfe78d985fe67dce28104f3d87673e94c89134144451c291ecedcd2e2c3b480" @@ -54,7 +58,7 @@ hash = "070db915479c969425c248b201e833d01fde22c6c4f0b325a36aa9dbcbaa9a9c" [[files]] file = "config/bedrockify/bedrockifyClient.json" -hash = "b71644bebbdaf88c9dbcdb3c63a8d4497e5a22bb01c4f64b970db80904ca12b4" +hash = "f6e0d60651082d043804c0fb15bd5156540ca8a9e189810ca5c081bf74753ba4" [[files]] file = "config/bedrockify/bedrockifyCommon.json" @@ -226,7 +230,7 @@ hash = "8ee4a3476c31d357596d781b3127d6e3076de2963a4f6d376deb3d474f7d102d" [[files]] file = "config/fabric/indigo-renderer.properties" -hash = "3998922b23e182b2cb99bf5fa7f94ff8ab74d571b54417525e44e02e0daab3da" +hash = "006586e9b7e1ebd47edbc894c445091844bbc45c675f1828281f3891721cb760" [[files]] file = "config/fallingtree.json" @@ -238,7 +242,7 @@ hash = "050ba20fca66274c6f8d408a07da0c91a9b30f54a0023639ebcb21bda5c0aa5f" [[files]] file = "config/fastload.properties" -hash = "caf870ea45a30e9a936e016faa46eee4792df1875fe24c28bc620c95e33f72b0" +hash = "de5a69e69a5718c87ade89f43cf754dc752021c3883e61a8bd25c140794ea1fb" [[files]] file = "config/fastquit.toml" @@ -294,7 +298,7 @@ hash = "2760b8968cb2ba2aa67e25af3fd8f2664659391f489cfccfde2f90747033ada8" [[files]] file = "config/jade/sort-order.json" -hash = "8e2594c44e9d254532b774d6c9434cf23ea34d93f0582a0559c96fa8ca180fcd" +hash = "054427c858dc6013a8b83e711d8ee99b79bc2719a79b7ef9c75176b500c7020d" [[files]] file = "config/jade/usernamecache.json" @@ -414,11 +418,11 @@ hash = "1ed11713d31ece4ae0723a42f17bb27a708d16cfe2a5b958db4a2cf5cb5b56ec" [[files]] file = "config/roughlyenoughitems/pinyin.properties" -hash = "5e54f437a3035b4a537c143ce135df79e91e8dbc3234b21b924c0276684c76f3" +hash = "5300d710183b30c0bdc4580918fd4cfd283e4284a166ea24a5adb128be28f754" [[files]] file = "config/roughlyenoughitems/pinyin_double.properties" -hash = "e4de2ee09049b2d924b2484e197c2d3aa5ed320a6a7c37532979fecac97a8ae8" +hash = "a345cf2f2cc831b248252da1d0f6d205a648539f81900080823be21f1782b1eb" [[files]] file = "config/rrp.properties" @@ -428,6 +432,10 @@ hash = "0c7e2260240629c35e1633cc4399779c01558d7ce9ff088e51863bf0c9e1feda" file = "config/servercore.toml" hash = "5c15089f124b54cee2e69d58949fa55a37ca7fb5ec65c3970b8df27f596157f3" +[[files]] +file = "config/sidebar_buttons.json" +hash = "c2adfd6453038abd3081177d5aabc2909d2b9e8dac42560168de166302ba7a39" + [[files]] file = "config/simplechat.json" hash = "51399e9fb4ec56e12907f71b188443c02c7194ccac263e07219a6c4f9a063077" @@ -446,7 +454,7 @@ hash = "28689ec1482405f69a30a4ef83512a4b6966d89e95084fa9beb18ca45e5681f4" [[files]] file = "config/supplementaries-client.json" -hash = "8b4661a9e8f91fb68ffe43b58ad8dfe687649dbc734ee5245aff22eadef55c1e" +hash = "118d48769153b9d8398459a5c4e6fa40a1ec1cbbadb047c4b167c1c8fa164ebc" [[files]] file = "config/supplementaries-common.json" @@ -494,7 +502,7 @@ hash = "88d657f8162309d18cd50a9d38b6e166b00e36c8ed9f69f5637067e0b1523427" [[files]] file = "config/vmp.properties" -hash = "01afc747ae4fdb0500697d9c6c9a254eba5f8666e77243811fb1e5611a47996b" +hash = "944e4e9bbd5022a6b240ea42209fb052764ad2a223685e21e58e2b55aee02d65" [[files]] file = "config/voicechat/translations.properties" @@ -1053,6 +1061,10 @@ file = "mods/3dskinlayers.pw.toml" hash = "e02b3c14706c80cbc1294d0bd8bbeee612a6dd6b9bce619a10ffa53bad662ba9" metafile = true +[[files]] +file = "mods/LuckPerms-Fabric-5.4.106.jar" +hash = "b7cf5677df6065fd9f2ef7972f72cc1c6cc41400070eef1736a9f147c43eab99" + [[files]] file = "mods/ad-astra.pw.toml" hash = "fe4d43acb6ada4aefc1df5c34aee0ccd38b70f8fa157302d7e41785653aca9ce" @@ -1426,11 +1438,6 @@ file = "mods/lmd.pw.toml" hash = "8de0b3f3b4c8c1a4f6a88494c33dce50a5264b6068ff9aaf9552943909732676" metafile = true -[[files]] -file = "mods/luckperms.pw.toml" -hash = "ebc7a77402069acd00a1a84eaeefc06c586035c31d7abbc941b9cf204afec2a9" -metafile = true - [[files]] file = "mods/magic-vibe-decorations.pw.toml" hash = "c89b1c826577fa3db2b76a96779c42b7e0217ed54039333963e8b3852eee64ca" diff --git a/mods/LuckPerms-Fabric-5.4.106.jar b/mods/LuckPerms-Fabric-5.4.106.jar new file mode 100644 index 0000000..63dfdf6 Binary files /dev/null and b/mods/LuckPerms-Fabric-5.4.106.jar differ diff --git a/mods/luckperms.pw.toml b/mods/luckperms.pw.toml deleted file mode 100644 index 2563a8b..0000000 --- a/mods/luckperms.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "LuckPerms" -filename = "LuckPerms-Fabric-5.4.102.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/Vebnzrzj/versions/7PNj6nCm/LuckPerms-Fabric-5.4.102.jar" -hash-format = "sha1" -hash = "891e2404c0f9790e704e29faa98241178e29fc20" - -[update] -[update.modrinth] -mod-id = "Vebnzrzj" -version = "7PNj6nCm" diff --git a/pack.toml b/pack.toml index 04d2b09..9de643f 100644 --- a/pack.toml +++ b/pack.toml @@ -5,7 +5,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "8661329e48714fc2caf4467adfb9a36c77542a38ccde605cca833c565ebc0ae3" +hash = "8155cd96950da583b03bd86ac5e5fb11e2535830842ed459c8f1d3894daf34ed" [versions] minecraft = "1.20.1"