搜索历史
清空
暂无搜索历史
论坛热搜
1
Jenny — 有趣的模拟女友模组|珍妮模组
热
3
上古老物 冒险者传说 by WhiteSword
新
5
洛心斗罗-福利|公会据点战|武魂||抽奖|最终版
2
乌托邦探险之旅3.2
热
4
幻虚斗罗V1.5
6
水星迫降——在未知的世界中挣扎
登陆 注册 QQ登陆
快捷导航
查看: 134|回复: 0

[模组分享] 鼠标调整 (Mouse Tweaks)-MOD模组

[复制链接]

5564

主题

27

回帖

7648

积分

龙❁妻

Rank: 8Rank: 8

经验
7648 EP
金粒
2017 粒
绿宝石
20 块
爱心
0 点
发表于 2025-8-10 18:34:27 | 显示全部楼层 |阅读模式
鼠标调整 (Mouse Tweaks)Github |相关wiki |源站链接支持: fabric , forge , modloader , neoforge通过为鼠标按钮添加各种功能来增强库存管理。

鼠标调整替换了标准的右键拖动机制,添加了两种新的左键拖动机制和使用滚轮快速移动物品的功能。

安装

1. 安装兼容的模组加载器:

– 1.16.5及更高版本:安装Minecraft Forge或Fabric。

– 1.14.4及更高版本:安装Minecraft Forge。

– 1.12.2及更早版本:安装Minecraft Forge或LiteLoader(或两者都安装)。

2. 将鼠标调整的jar文件放入.minecraft目录中的mods文件夹中。

鼠标调整纯粹是客户端的。没有服务器端组件。

额外内容

链接]鼠标调整API

配置文件:.minecraft/config/MouseTweaks.cfg

调整

右键拖动调整

与标准的右键拖动机制非常相似,但有一个区别:如果您多次在一个插槽上拖动,则会多次放置一个物品。如果启用,则替换标准机制。

*配置设置:* RMBTweak=1

按住鼠标右键:

在工作台网格上拖动鼠标:

您可以将鼠标拖动到现有物品上:

左键拖动调整(带物品)

允许您快速拾取或移动相同类型的物品。

*配置设置:* LMBTweakWithItem=1

按住鼠标左键拾取物品:

在库存中拖动鼠标。相同类型的物品将被拾取:

按住Shift并拖动。相同类型的物品将被“shift-clicked”:

左键拖动调整(无物品)

快速将物品移动到另一个库存中。

*配置设置:* LMBTweakWithoutItem=1

按住Shift,然后按住鼠标左键:

_(由于某种原因,鼠标光标不可见)_

在库存中拖动鼠标。物品将被“shift-clicked”:

_(由于某种原因,鼠标光标不可见)_

滚轮调整

滚动以快速在库存之间移动物品。当您向下滚动物品堆时,其物品将逐个移动。当您向上滚动时,物品将从另一个库存中移入其中。

*配置设置:* WheelTweak=1

*配置设置:* WheelSearchOrder=1

向上滚动时,模组将从最后一个到第一个进行搜索(设置为1时)或从第一个到最后一个进行搜索(设置为0时)。

*配置设置:* WheelScrollDirection=0

将此设置为1以反转默认的滚动操作。因此,当设置为1时,向下滚动将推动物品,向上滚动将从另一个库存中推送物品。

将其设置为2以启用库存位置感知滚动。向上滚动将将物品推送到其他库存中,如果它在选定插槽的上方,则从选定插槽下方拉取物品。向下滚动相反。

废弃/移除设置

这些设置存在于旧的鼠标调整版本中,但已被移除。

*配置设置:* OnTickMethodOrder=Forge, LiteLoader

鼠标调整可以使用多个API来执行所需的OnTick方法。您可以使用此设置来控制它首选的API。这实际上根本不重要。如果某种方法不受支持(例如,您未安装API),则模组将继续检查下一个。

*配置设置:* ScrollHandling=0

在“平滑滚动,存在轻微问题”(0)和“非平滑滚动,不存在问题”(1)之间切换。当设置为平滑滚动时,可能会出现一些轻微问题,例如滚动“通过”JEI或其他模组。当设置为非平滑滚动时,这些问题将不会发生,但滚动会略微不平滑。非平滑滚动仅与Forge OnTick方法一起使用。

此选项默认设置为平滑滚动,因为前述问题需要相当特定的条件才能触发,并且影响不大,而滚动物品是您一直在做的事情,并且希望体验尽可能好。

兼容性

鼠标调整与基于GuiContainer的所有内容兼容(只要行为没有太大改变)。

如果您的GUI不基于GuiContainer,或者如果您想改善兼容性(使鼠标调整忽略某些插槽,例如),请查看链接]API文档。

模组包

欢迎将鼠标调整包含在模组包中。

来自Modrinth所有游戏版本1.21.61.21.71.21.81.21.51.21.31.21.41.211.21.11.20.61.20.11.20.41.20.21.20.31.201.19.41.19.3b1.7.31.191.19.11.19.21.181.18.11.18.21.16.51.17.11.16.21.16.31.16.4所有类型forgefabricneoforgemodloader[1.21.6+ Forge] Mouse Tweaks 2.28MouseTweaks-forge-mc1.21.6-2.28.jar下载1.21.6-2.28-forge#ReleaseMouseTweaks-forge-mc1.21.6-2.28-api.jar下载1.21.6-2.28-forge#ReleaseMouseTweaks-forge-mc1.21.6-2.28-src.jar下载1.21.6-2.28-forge#ReleaseUpdated to Minecraft 1.21.6.展开版本: 1.21.6-2.28-forge支持游戏: 1.21.6, 1.21.7, 1.21.8类型:ForgeRelease下载次数: 10,210[1.21.6+ Fabric] Mouse Tweaks 2.28MouseTweaks-fabric-mc1.21.6-2.28.jar下载1.21.6-2.28-fabric#ReleaseMouseTweaks-fabric-mc1.21.6-2.28-sources.jar下载1.21.6-2.28-fabric#ReleaseUpdated to Minecraft 1.21.6.展开版本: 1.21.6-2.28-fabric支持游戏: 1.21.6, 1.21.7, 1.21.8类型:FabricRelease下载次数: 214,023[1.21.6+ NeoForge] Mouse Tweaks 2.28MouseTweaks-neoforge-mc1.21.6-2.28.jar下载1.21.6-2.28-neoforge#ReleaseMouseTweaks-neoforge-mc1.21.6-2.28-api.jar下载1.21.6-2.28-neoforge#ReleaseMouseTweaks-neoforge-mc1.21.6-2.28-src.jar下载1.21.6-2.28-neoforge#ReleaseUpdated to Minecraft 1.21.6.展开版本: 1.21.6-2.28-neoforge支持游戏: 1.21.6, 1.21.7, 1.21.8类型:NeoForgeRelease下载次数: 6,690[1.21.5 NeoForge] Mouse Tweaks 2.28MouseTweaks-neoforge-mc1.21.5-2.28.jar下载1.21.5-2.28-neoforge#ReleaseMouseTweaks-neoforge-mc1.21.5-2.28-api.jar下载1.21.5-2.28-neoforge#ReleaseMouseTweaks-neoforge-mc1.21.5-2.28-src.jar下载1.21.5-2.28-neoforge#ReleaseUpdated to NeoForge for Minecraft 1.21.5.展开版本: 1.21.5-2.28-neoforge支持游戏: 1.21.5类型:NeoForgeRelease下载次数: 18,197[1.21.3+ Fabric] Mouse Tweaks 2.27MouseTweaks-fabric-mc1.21.3-2.27.jar下载1.21.3-2.27-fabric#ReleaseMouseTweaks-fabric-mc1.21.3-2.27-sources.jar下载1.21.3-2.27-fabric#ReleaseFixed wheel tweak overriding bundle scrolling on Fabric.展开版本: 1.21.3-2.27-fabric支持游戏: 1.21.3, 1.21.4, 1.21.5类型:FabricRelease下载次数: 1,158,453[1.21.3 Fabric] Mouse Tweaks 2.26.1MouseTweaks-fabric-mc1.21.3-2.26.1.jar下载1.21.3-2.26.1-fabric#ReleaseMouseTweaks-fabric-mc1.21.3-2.26.1-sources.jar下载1.21.3-2.26.1-fabric#ReleaseUpdated to Minecraft 1.21.3.展开版本: 1.21.3-2.26.1-fabric支持游戏: 1.21.3类型:FabricRelease下载次数: 6,598[1.21.3–1.21.4 NeoForge] Mouse Tweaks 2.26.1MouseTweaks-neoforge-mc1.21.3-2.26.1.jar下载1.21.3-2.26.1-neoforge#ReleaseMouseTweaks-neoforge-mc1.21.3-2.26.1-api.jar下载1.21.3-2.26.1-neoforge#ReleaseMouseTweaks-neoforge-mc1.21.3-2.26.1-src.jar下载1.21.3-2.26.1-neoforge#ReleaseUpdated to Minecraft 1.21.3.展开版本: 1.21.3-2.26.1-neoforge支持游戏: 1.21.3, 1.21.4类型:NeoForgeRelease下载次数: 18,702[1.21.3+ Forge] Mouse Tweaks 2.26.1MouseTweaks-forge-mc1.21.3-2.26.1.jar下载1.21.3-2.26.1-forge#ReleaseMouseTweaks-forge-mc1.21.3-2.26.1-api.jar下载1.21.3-2.26.1-forge#ReleaseMouseTweaks-forge-mc1.21.3-2.26.1-src.jar下载1.21.3-2.26.1-forge#ReleaseUpdated to Minecraft 1.21.3.展开版本: 1.21.3-2.26.1-forge支持游戏: 1.21.3, 1.21.4, 1.21.5类型:ForgeRelease下载次数: 43,368[1.21+ NeoForge] Mouse Tweaks 2.26.1MouseTweaks-neoforge-mc1.21-2.26.1.jar下载1.21-2.26.1-neoforge#ReleaseMouseTweaks-neoforge-mc1.21-2.26.1-api.jar下载1.21-2.26.1-neoforge#ReleaseMouseTweaks-neoforge-mc1.21-2.26.1-src.jar下载1.21-2.26.1-neoforge#ReleaseUpdated to the new NeoForge, fixing a config screen crash.Fabric and Forge do not need any changes, so only NeoForge has 2.26.1.展开版本: 1.21-2.26.1-neoforge支持游戏: 1.21, 1.21.1类型:NeoForgeRelease下载次数: 510,910[1.21+ Fabric] Mouse Tweaks 2.26MouseTweaks-fabric-mc1.21-2.26.jar下载1.21-2.26-fabric#ReleaseMouseTweaks-fabric-mc1.21-2.26-sources.jar下载1.21-2.26-fabric#Release- Updated to Minecraft 1.21.展开版本: 1.21-2.26-fabric支持游戏: 1.21, 1.21.1类型:FabricRelease下载次数: 2,559,565[1.21 NeoForge] Mouse Tweaks 2.26MouseTweaks-neoforge-mc1.21-2.26.jar下载1.21-2.26-neoforge#ReleaseMouseTweaks-neoforge-mc1.21-2.26-api.jar下载1.21-2.26-neoforge#ReleaseMouseTweaks-neoforge-mc1.21-2.26-src.jar下载1.21-2.26-neoforge#Release- Updated to Minecraft 1.21.展开版本: 1.21-2.26-neoforge支持游戏: 1.21类型:NeoForgeRelease下载次数: 4,840[1.21+ Forge] Mouse Tweaks 2.26MouseTweaks-forge-mc1.21-2.26.jar下载1.21-2.26-forge#ReleaseMouseTweaks-forge-mc1.21-2.26-api.jar下载1.21-2.26-forge#ReleaseMouseTweaks-forge-mc1.21-2.26-src.jar下载1.21-2.26-forge#Release- Updated to Minecraft 1.21.展开版本: 1.21-2.26-forge支持游戏: 1.21, 1.21.1类型:ForgeRelease下载次数: 47,796[1.20.6 Forge] Mouse Tweaks 2.26MouseTweaks-forge-mc1.20.6-2.26.jar下载1.20.6-2.26-forge#ReleaseMouseTweaks-forge-mc1.20.6-2.26-api.jar下载1.20.6-2.26-forge#ReleaseMouseTweaks-forge-mc1.20.6-2.26-src.jar下载1.20.6-2.26-forge#Release- Updated to Minecraft 1.20.6 (thanks @danorris709 for fixing the Forge Mouse Tweaks version).展开版本: 1.20.6-2.26-forge支持游戏: 1.20.6类型:ForgeRelease下载次数: 5,306[1.20.1 Forge] Mouse Tweaks 2.25.1MouseTweaks-forge-mc1.20.1-2.25.1.jar下载1.20.1-2.25.1-forge#ReleaseMouseTweaks-forge-mc1.20.1-2.25.1-api.jar下载1.20.1-2.25.1-forge#ReleaseMouseTweaks-forge-mc1.20.1-2.25.1-src.jar下载1.20.1-2.25.1-forge#Release- Fixed an incompatibility with certain mods that was causing a crash (specifically, Nether Chested was triggering this Mouse Tweaks issue).- Improved compatibility with slots with custom stack limits (like in the Nether Chested mod).展开版本: 1.20.1-2.25.1-forge支持游戏: 1.20.1类型:ForgeRelease下载次数: 2,828,487[1.20.6 Fabric] Mouse Tweaks 2.26MouseTweaks-fabric-mc1.20.6-2.26.jar下载1.20.6-2.26-fabric#ReleaseMouseTweaks-fabric-mc1.20.6-2.26-sources.jar下载1.20.6-2.26-fabric#Release- Updated to Minecraft 1.20.6.展开版本: 1.20.6-2.26-fabric支持游戏: 1.20.6类型:FabricRelease下载次数: 113,123[1.20.6 NeoForge] Mouse Tweaks 2.26MouseTweaks-neoforge-mc1.20.6-2.26.jar下载1.20.6-2.26-neoforge#ReleaseMouseTweaks-neoforge-mc1.20.6-2.26-api.jar下载1.20.6-2.26-neoforge#ReleaseMouseTweaks-neoforge-mc1.20.6-2.26-src.jar下载1.20.6-2.26-neoforge#Release- Updated to Minecraft 1.20.6.展开版本: 1.20.6-2.26-neoforge支持游戏: 1.20.6类型:NeoForgeRelease下载次数: 2,585[1.20.4 NeoForge] Mouse Tweaks 2.26MouseTweaks-neoforge-mc1.20.4-2.26.jar下载1.20.4-2.26-neoforge#ReleaseMouseTweaks-neoforge-mc1.20.4-2.26-api.jar下载1.20.4-2.26-neoforge#ReleaseMouseTweaks-neoforge-mc1.20.4-2.26-src.jar下载1.20.4-2.26-neoforge#Release- Improved compatibility with slots with custom stack limits (like in the Nether Chested mod).展开版本: 1.20.4-2.26-neoforge支持游戏: 1.20.4类型:NeoForgeRelease下载次数: 15,311[1.20.2–1.20.4 Forge] Mouse Tweaks 2.26MouseTweaks-forge-mc1.20.2-2.26.jar下载1.20.2-2.26-forge#ReleaseMouseTweaks-forge-mc1.20.2-2.26-api.jar下载1.20.2-2.26-forge#ReleaseMouseTweaks-forge-mc1.20.2-2.26-src.jar下载1.20.2-2.26-forge#Release- Improved compatibility with slots with custom stack limits (like in the Nether Chested mod).展开版本: 1.20.2-2.26-forge支持游戏: 1.20.2, 1.20.3, 1.20.4类型:ForgeRelease下载次数: 33,642[1.20–1.20.4 Fabric] Mouse Tweaks 2.26MouseTweaks-fabric-mc1.20-2.26.jar下载1.20-2.26-fabric#ReleaseMouseTweaks-fabric-mc1.20-2.26-sources.jar下载1.20-2.26-fabric#Release- Improved compatibility with slots with custom stack limits (like in the Nether Chested mod).展开版本: 1.20-2.26-fabric支持游戏: 1.20, 1.20.1, 1.20.2, 1.20.3, 1.20.4类型:FabricRelease下载次数: 3,118,514[1.20.4 NeoForge] Mouse Tweaks 2.25MouseTweaks-neoforge-mc1.20.4-2.25.jar下载1.20.4-2.25-neoforge#ReleaseMouseTweaks-neoforge-mc1.20.4-2.25-api.jar下载1.20.4-2.25-neoforge#ReleaseMouseTweaks-neoforge-mc1.20.4-2.25-src.jar下载1.20.4-2.25-neoforge#ReleasePorted to NeoForge (thanks ErrorMikey).展开版本: 1.20.4-2.25-neoforge支持游戏: 1.20.4类型:NeoForgeRelease下载次数: 2,833[1.20.2+ Forge] Mouse Tweaks 2.25MouseTweaks-forge-mc1.20.2-2.25.jar下载1.20.2-2.25-forge#ReleaseMouseTweaks-forge-mc1.20.2-2.25-api.jar下载1.20.2-2.25-forge#ReleaseMouseTweaks-forge-mc1.20.2-2.25-src.jar下载1.20.2-2.25-forge#Release- Updated to Minecraft 1.20.2.展开版本: 1.20.2-2.25-forge支持游戏: 1.20.2, 1.20.3, 1.20.4类型:ForgeRelease下载次数: 14,072[1.20+ Fabric] Mouse Tweaks 2.25MouseTweaks-fabric-mc1.20-2.25.jar下载1.20-2.25-fabric#ReleaseMouseTweaks-fabric-mc1.20-2.25-sources.jar下载1.20-2.25-fabric#Release- Updated to Minecraft 1.20.展开版本: 1.20-2.25-fabric支持游戏: 1.20, 1.20.1, 1.20.2, 1.20.3, 1.20.4类型:FabricRelease下载次数: 1,848,046[1.20–1.20.1 Forge] Mouse Tweaks 2.25MouseTweaks-forge-mc1.20-2.25.jar下载1.20-2.25-forge#ReleaseMouseTweaks-forge-mc1.20-2.25-api.jar下载1.20-2.25-forge#ReleaseMouseTweaks-forge-mc1.20-2.25-src.jar下载1.20-2.25-forge#Release- Updated to Minecraft 1.20.展开版本: 1.20-2.25-forge支持游戏: 1.20, 1.20.1类型:ForgeRelease下载次数: 722,061[1.19.4] Mouse Tweaks 2.24 FabricMouseTweaks-fabric-mc1.19.4-2.24.jar下载1.19.4-2.24-fabric#ReleaseMouseTweaks-fabric-mc1.19.4-2.24-sources.jar下载1.19.4-2.24-fabric#Release- Updated to Minecraft 1.19.4.展开版本: 1.19.4-2.24-fabric支持游戏: 1.19.4类型:FabricRelease下载次数: 110,964[1.19.4] Mouse Tweaks 2.24 ForgeMouseTweaks-forge-mc1.19.4-2.24.jar下载1.19.4-2.24-forge#ReleaseMouseTweaks-forge-mc1.19.4-2.24-api.jar下载1.19.4-2.24-forge#ReleaseMouseTweaks-forge-mc1.19.4-2.24-src.jar下载1.19.4-2.24-forge#Release- Updated to Minecraft 1.19.4.展开版本: 1.19.4-2.24-forge支持游戏: 1.19.4类型:ForgeRelease下载次数: 26,436[1.19.3] Mouse Tweaks 2.24 FabricMouseTweaks-fabric-mc1.19.3-2.24.jar下载1.19.3-2.24-fabric#ReleaseMouseTweaks-fabric-mc1.19.3-2.24-sources.jar下载1.19.3-2.24-fabric#Release- Updated to Minecraft 1.19.3, fixing crash in the Mouse Tweaks configuration menu.展开版本: 1.19.3-2.24-fabric支持游戏: 1.19.3类型:FabricRelease下载次数: 26,881[1.19.3] Mouse Tweaks 2.24 ForgeMouseTweaks-forge-mc1.19.3-2.24.jar下载1.19.3-2.24-forge#ReleaseMouseTweaks-forge-mc1.19.3-2.24-api.jar下载1.19.3-2.24-forge#ReleaseMouseTweaks-forge-mc1.19.3-2.24-src.jar下载1.19.3-2.24-forge#Release- Updated to Minecraft 1.19.3, fixing crash in the Mouse Tweaks configuration menu.展开版本: 1.19.3-2.24-forge支持游戏: 1.19.3类型:ForgeRelease下载次数: 3,293[b1.7.3] Mouse Tweaks 2.7.2MouseTweaks-ModLoader-mcb1.7.3-2.7.2.jar下载b1.7.3-2.7.2-modloader#ReleaseThis is a backport of Mouse Tweaks 2.7.2 to Minecraft **Beta 1.7.3**. You will need [Risugami\'s ModLoader](https://www.mediafire.com/file/vb5bq3aoitdkgx8/ModLoader_B1.7.3.zip/file).Thanks to FabiClawZ for the backporting work!展开版本: b1.7.3-2.7.2-modloader支持游戏: b1.7.3类型: modloaderRelease下载次数: 2,221[1.19+] Mouse Tweaks 2.23MouseTweaks-forge-mc1.19-2.23.jar下载1.19-2.23-forge#Release- Updated to Forge 41.0.94, fixing crashes with the new Forge versions.The Fabric version does not have any changes so it stays at 2.22.展开版本: 1.19-2.23-forge支持游戏: 1.19, 1.19.1, 1.19.2类型:ForgeRelease下载次数: 715,820[1.19+] Mouse Tweaks 2.22MouseTweaks-fabric-mc1.19-2.22.jar下载1.19-2.22-fabric#Release- Updated to Minecraft 1.19.- Removed the Architectury issue workaround as it\'s been fixed in Architectury a while ago.展开版本: 1.19-2.22-fabric支持游戏: 1.19, 1.19.1, 1.19.2类型:FabricRelease下载次数: 657,398[1.19] Mouse Tweaks 2.22MouseTweaks-forge-mc1.19-2.22.jar下载1.19-2.22-forge#Release- Updated to Minecraft 1.19.- Removed the Architectury issue workaround as it\'s been fixed in Architectury a while ago.展开版本: 1.19-2.22-forge支持游戏: 1.19类型:ForgeRelease下载次数: 279[1.18+] Mouse Tweaks 2.22MouseTweaks-fabric-mc1.18-2.22.jar下载1.18-2.22-fabric#Release- Fixed compatibility with Replay Mod.- Changed how RMBTweak works to support Bundles and Bundle-like mod items.- RMB-dragging a Bundle with RMBTweak will \"right click\" items out of a Bundle into the slots as you\'re dragging over them.- RMB-dragging with a Bundle over items will now pick the items up into the Bundle.- Enabled RMBTweak by default again.- Added a config menu accessible from the Mods menu in Forge and from Mod Menu in Fabric.- Adjusted inventory-position-aware scrolling type to be a bit more intuitive. In particular, scrolling down from the crafting output slot in the player inventory now moves the item into the player inventory as expected.- (Fabric) Fixed Wheel Tweak blocking the open container\'s wheel handling. This improves compatibility with Modern Industrialization. The Fabric version behavior now matches the Forge version behavior better in this regard.- (Fabric) Fixed compatibility with Architectury.展开版本: 1.18-2.22-fabric支持游戏: 1.18, 1.18.1, 1.18.2类型:FabricRelease下载次数: 78,981[1.16.5] Mouse Tweaks 2.22MouseTweaks-fabric-mc1.16.5-2.22.jar下载1.16.5-2.22-fabric#ReleaseThis is a backport of Mouse Tweaks 2.22 to 1.16.5 Fabric. The GUI options menu is not included because it was too complex to support on 1.16.5.展开版本: 1.16.5-2.22-fabric支持游戏: 1.16.5类型:FabricRelease下载次数: 56,580[1.18+] Mouse Tweaks 2.22MouseTweaks-forge-mc1.18-2.22.jar下载1.18-2.22-forge#Release- Fixed compatibility with Replay Mod.- Changed how RMBTweak works to support Bundles and Bundle-like mod items.- RMB-dragging a Bundle with RMBTweak will \"right click\" items out of a Bundle into the slots as you\'re dragging over them.- RMB-dragging with a Bundle over items will now pick the items up into the Bundle.- Enabled RMBTweak by default again.- Added a config menu accessible from the Mods menu in Forge and from Mod Menu in Fabric.- Adjusted inventory-position-aware scrolling type to be a bit more intuitive. In particular, scrolling down from the crafting output slot in the player inventory now moves the item into the player inventory as expected.- (Fabric) Fixed Wheel Tweak blocking the open container\'s wheel handling. This improves compatibility with Modern Industrialization. The Fabric version behavior now matches the Forge version behavior better in this regard.- (Fabric) Fixed compatibility with Architectury.展开版本: 1.18-2.22-forge支持游戏: 1.18, 1.18.1, 1.18.2类型:ForgeRelease下载次数: 90,602[1.18] Mouse Tweaks 2.16MouseTweaks-fabric-mc1.18-2.16.jar下载1.18-2.16-fabric#Release- Updated to Minecraft 1.18.- Internal change: replaced reflection with Mixin accessors, everything should keep working fine but if there are any issues with mod support, please report them to GitHub.展开版本: 1.18-2.16-fabric支持游戏: 1.18类型:FabricRelease下载次数: 462[1.18] Mouse Tweaks 2.16MouseTweaks-forge-mc1.18-2.16.jar下载1.18-2.16-forge#Release- Updated to Minecraft 1.18.- Internal change: replaced reflection with Mixin accessors, everything should keep working fine but if there are any issues with mod support, please report them to GitHub.展开版本: 1.18-2.16-forge支持游戏: 1.18类型:ForgeRelease下载次数: 170[1.17.1] Mouse Tweaks 2.15MouseTweaks-fabric-mc1.17.1-2.15.jar下载1.17.1-2.15-fabric#Release- Added Fabric support! This is the Fabric version, check another file for the Forge version. Thanks FabiClawZ for helping with the Fabric support.- Fixed right-clicking into bundles when RMBTweak is enabled.- Disabled RMBTweak by default to improve compatibility with mods adding bundle-like right clicking, until Mouse Tweaks gets a proper fix for it.展开版本: 1.17.1-2.15-fabric支持游戏: 1.17.1类型:FabricRelease下载次数: 24,217[1.17.1] Mouse Tweaks 2.15MouseTweaks-forge-mc1.17.1-2.15.jar下载1.17.1-2.15-forge#Release- Added Fabric support! This is the Forge version, check another file for the Fabric version. Thanks FabiClawZ for helping with the Fabric support.- Fixed right-clicking into bundles when RMBTweak is enabled.- Disabled RMBTweak by default to improve compatibility with mods adding bundle-like right clicking, until Mouse Tweaks gets a proper fix for it.展开版本: 1.17.1-2.15-forge支持游戏: 1.17.1类型:ForgeRelease下载次数: 2,546[1.17.1] Mouse Tweaks 2.14MouseTweaks-2.14-mc1.17.1.jar下载1.17.1-2.14#ReleaseMouseTweaks-2.14-mc1.17.1-api.jar下载1.17.1-2.14#ReleaseMouseTweaks-2.14-mc1.17.1-src.jar下载1.17.1-2.14#ReleaseUpdated to Minecraft 1.17.1.展开版本: 1.17.1-2.14支持游戏: 1.17.1类型:ForgeRelease下载次数: 442[1.16.2+] Mouse Tweaks 2.14MouseTweaks-2.14-mc1.16.2.jar下载1.16.2-2.14#ReleaseMouseTweaks-2.14-mc1.16.2-api.jar下载1.16.2-2.14#ReleaseMouseTweaks-2.14-mc1.16.2-src.jar下载1.16.2-2.14#Release展开版本: 1.16.2-2.14支持游戏: 1.16.2, 1.16.3, 1.16.4, 1.16.5类型:ForgeRelease下载次数: 243,872全部版本

 markdown_parsed

文章类型:收录

layui.use([\'form\'], function(){
var form = layui.form;
});

游客,如果您要查看本帖隐藏内容请回复
鼠标调整
楼主 2025-8-10 18:34:27 回复 收起回复
小僵尸论坛感谢有你~
回复 论坛版权

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册 手机动态码快速登录

本版积分规则



介绍

我的世界(Minecraft)小僵尸论坛
收录了来自各地的我的世界(MC)爱好者们的各种资源

须知: 切勿滥用举报,任何与举报相关的信息必须属实!

"Minecraft"以及"我的世界"为Mojang Synergies AB的商标 本站与Mojang以及微软公司没有从属关系

官方

新浪微博 腾讯微博 微信公众号 投稿规则 版权声明 捐助我们

官方QQ①群: 291907844 (点击加群)
官方QQ②群: 421312192
官方QQ③群: 528726532

我的世界(Minecraft)小僵尸论坛

新会员

QQ|Archiver|手机版|小黑屋|Minecraft(我的世界)小僵尸论坛 |网站地图

GMT+8, 2026-6-18 09:36 , Processed in 0.248532 second(s), 153 queries .

快速回复 返回顶部 返回列表