fabric1.19.2IGIME游戏内输入法无法正常使用问题修复/.jar文件解压后如何压
<br /><br /><font style="color:rgb(51, 51, 51)"><font face="&quot;">问题:</font></font><font style="color:rgb(51, 51, 51)"><font face="&quot;">作者写错了fabric.mod.json中关于Minecraft版本的格式,导致Fabric模组引擎认为别该版本的IGIME无法再当前版本的Minecraft中运行</font></font><font style="color:rgb(51, 51, 51)"><font face="&quot;">解决:</font></font><font style="color:rgb(51, 51, 51)"><font face="&quot;">1,等待模组作者更改(然而都更新多少个版本了,模组作者仍然没有修改)未来可欺</font></font><font style="color:rgb(51, 51, 51)"><font face="&quot;">2,手动修改.jar文件中fabric.mod.json文件中关于Minecraft版本的格式。</font></font><font style="color:rgb(51, 51, 51)"><font face="&quot;">3,如果信任我,您可以在<a href="http://xieren.ysepan.com/" rel="external nofollow" onClick="saya_extlink_golink('http://xieren.ysepan.com/');return false;" target="_blank">xieren.ysepan.com</a>中下载到已经修改好的.jar文件or下载附件</font></font><font style="color:rgb(51, 51, 51)"><font face="&quot;">来说方法2</font></font><font style="color:rgb(51, 51, 51)"><font face="&quot;">首先要准备好解压工具。</font></font><font style="color:rgb(51, 51, 51)"><font face="&quot;">新建一个文件夹,</font></font><font style="color:rgb(51, 51, 51)"><font face="&quot;">把.jar文件拖进去并解压它,解压后删除.jar文件</font></font><font style="color:rgb(51, 51, 51)"><font face="&quot;">找到fabric.mod.json(.json是文件的后缀,如果没有打开后缀显示的话文件名是fabric.mod)并用笔记本打开它,当然你也可以用IDEA之类的,但是没必要。</font></font><font style="color:rgb(51, 51, 51)"><font face="&quot;">以1.19.2举例,打开后代码如下所示:</font></font><font face="&quot;"><font color="#333333">{</font><font color="#333333"> "schemaVersion": 1,</font><font color="#333333"> "id": "ingameime",</font><font color="#333333"> "version": "1.0.6-1.19.2",</font><font color="#333333"> "name": "ContingameIME",</font><font color="#333333"> "description": "An unofficial continuation of IngameIME.\nEnable IME in FullScreen Minecraft",</font><font color="#333333"> "authors": [</font><font color="#333333"> "ThinkingStudio, TexTrue, Wybxc",</font><font color="#333333"> "Windmill_City"</font><font color="#333333"> ],</font><font color="#333333"> "contact": {</font><font color="#333333"> "sources": "https://github.com/TexTrueStudio/IngameIME-ReInput",</font><font color="#333333"> "issues": "https://github.com/TexTrueStudio/IngameIME-ReInput/issues"</font><font color="#333333"> },</font><font color="#333333"> "license": "LGPL-3.0",</font><font color="#333333"> "icon": "icon.png",</font><font color="#333333"> "environment": "client",</font><font color="#333333"> "entrypoints": {</font><font color="#333333"> "client": [</font><font color="#333333"> {</font><font color="#333333"> "adapter": "kotlin",</font><font color="#333333"> "value": "city.windmill.ingameime.fabric.IngameIMEClientFabric"</font><font color="#333333"> }</font><font color="#333333"> },</font><font color="#333333"> "mixins": [</font><font color="#333333"> {</font><font color="#333333"> "config": "ingameime.fabric.mixins.json",</font><font color="#333333"> "environment": "client"</font><font color="#333333"> }</font><font color="#333333"> ],</font><font color="#333333"> "depends": {</font><font color="#333333"> "minecraft": "</font><font style="background-color:white"><font color="#ff0000">1.19~1.19.2</font></font><font color="#333333">",</font><font color="#333333"> "fabricloader": "*",</font><font color="#333333"> "fabric-key-binding-api-v1": "*",</font><font color="#333333"> "fabric-language-kotlin": "*",</font><font color="#333333"> "architectury": "*",</font><font color="#333333"> "cloth-config": "*"</font><font color="#333333"> },</font><font color="#333333"> "recommends": {</font><font color="#333333"> "satin": "*"</font><font color="#333333"> },</font><font color="#333333"> "accessWidener": "ingameime.accesswidener"</font><font color="#333333">}</font></font><font face="&quot;"><font color="#333333">将</font><font color="#ff0000">红色部分</font><font color="#333333">改为1.19.2(不建议)或者>1.19.0 <=1.19.2(来源于实体渲染机制优化)即可</font></font><font style="color:rgb(51, 51, 51)"><font face="&quot;">接下来保存文件</font></font><font face="&quot;"><font color="#006400">在搜索栏里输入cmd</font></font><font face="&quot;"><img onerror="study_killerrpic(this)" id="aimg_fkJYx" onclick="zoom(this, this.src, 0, 0, 0)" class="zoom" width="391" height="300" src="https://i.mcmod.cn/editor/upload/20240225/1708844196_793465_Ofbe.png" border="0" alt="" /><font color="#006400"><br /></font></font><font face="&quot;"><font color="#006400">输入.jar cvf0M <name(文件名 name.jar)>.jar ./</font></font><font face="&quot;"><font color="#006400">如:</font></font><font face="&quot;"><font color="#006400">.jar cvf0M IGIME1.19.2.jar ./</font></font><font face="&quot;"><font color="#006400">等运行完后再次打开或者刷新文件就可以看见IGIME.1.19.2.jar文件了</font></font><font style="color:rgb(51, 51, 51)"><font face="&quot;">接下来丢进模组文件夹就好了</font></font><font style="color:rgb(51, 51, 51)"><font face="&quot;">值得注意的是,修改后的模组并不会在pcl2中的模组列表和游戏中模组目录显示出来,但是却可以正常使用。</font></font><br /><img id="aimg_375774" aid="375774" src1="static/image/common/none.gif" zoom="https://ip.klpbbs.com/attach.php?id=/forum/202402/25/215531lheiq4yubyi96uuu.png" src="https://ip.klpbbs.com/attach.php?id=/forum/202402/25/215531lheiq4yubyi96uuu.png" class="zoom" onclick="zoom(this, this.src, 0, 0, 0)" width="600" alt="image.png" title="image.png" w="880" /><a href="https://klpbbs.com/forum.php?mod=attachment&aid=Mzc1NTk2fDU2NTE5OGNlfDE3MTc5MjQwODJ8MHwxMzEzOTU%3D" onmouseover="showMenu({'ctrlid':this.id,'pos':'12'})" id="aid375596" target="_blank">ContingameIME-1.0.6-1.19~1.19.2-fabric.jar-游戏内输入法续更版/游戏内输入法Forge重置版.jar</a><br>来源:<a href="https://klpbbs.com/thread-131395-1-6.html" target="_blank">https://klpbbs.com/thread-131395-1-6.html</a><br>免责声明:如果侵犯了您的权益,请联系站长,我们会及时删除侵权内容,谢谢合作! 您好,为了用户的阅读体验,建议您在这前面加上<br /><ol><li></ol><br /><img title="Screenshot_2024-02-25-20-13-21-81_439a3fec0400f8974d35eed09a31f914.jpg" onerror="study_killerrpic(this)" aid="375690" src1="static/image/common/none.gif" zoom="https://ip.klpbbs.com/attach.php?id=/forum/202402/25/201423a6sg1sacz8d1dzle.jpg" src="https://ip.klpbbs.com/attach.php?id=/forum/202402/25/201423a6sg1sacz8d1dzle.jpg" class="zoom" onclick="zoom(this, this.src, 0, 0, 0)" width="600" id="aimg_375690" inpost="1" onmouseover="showMenu({'ctrlid':this.id,'pos':'12'})" /><br />并在这后面加上<ol><li></ol><br /><img title="Screenshot_2024-02-25-20-13-27-79_439a3fec0400f8974d35eed09a31f914.jpg" onerror="study_killerrpic(this)" aid="375691" src1="static/image/common/none.gif" zoom="https://ip.klpbbs.com/attach.php?id=/forum/202402/25/201456y22zsy2ngn4h172c.jpg" src="https://ip.klpbbs.com/attach.php?id=/forum/202402/25/201456y22zsy2ngn4h172c.jpg" class="zoom" onclick="zoom(this, this.src, 0, 0, 0)" width="600" id="aimg_375691" inpost="1" onmouseover="showMenu({'ctrlid':this.id,'pos':'12'})" /> <br />感谢指出错误,但恕不能如您的愿。当我使用“添加代码文字”功能的时候,它会变成一坨乱码。<br /><br />如果我有什么操作上的失误,请指教,感谢。<br /><img id="aimg_375773" aid="375773" src1="static/image/common/none.gif" zoom="https://ip.klpbbs.com/attach.php?id=/forum/202402/25/215419jaba865urz8rboh3.png" src="https://ip.klpbbs.com/attach.php?id=/forum/202402/25/215419jaba865urz8rboh3.png" class="zoom" onclick="zoom(this, this.src, 0, 0, 0)" width="600" alt="捕获6747665.PNG" title="捕获6747665.PNG" w="880" /> 非常感谢您能指出错误,帮助玩家解决问题
页:
[1]