巧克优奶 发表于 2024-2-25 15:44:30

fabric1.19.2IGIME游戏内输入法无法正常使用问题修复/.jar文件解压后如何压

<br /><br /><font style="color:rgb(51, 51, 51)"><font face="&amp;quot;">问题:</font></font><font style="color:rgb(51, 51, 51)"><font face="&amp;quot;">作者写错了fabric.mod.json中关于Minecraft版本的格式,导致Fabric模组引擎认为别该版本的IGIME无法再当前版本的Minecraft中运行</font></font><font style="color:rgb(51, 51, 51)"><font face="&amp;quot;">解决:</font></font><font style="color:rgb(51, 51, 51)"><font face="&amp;quot;">1,等待模组作者更改(然而都更新多少个版本了,模组作者仍然没有修改)未来可欺</font></font><font style="color:rgb(51, 51, 51)"><font face="&amp;quot;">2,手动修改.jar文件中fabric.mod.json文件中关于Minecraft版本的格式。</font></font><font style="color:rgb(51, 51, 51)"><font face="&amp;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="&amp;quot;">来说方法2</font></font><font style="color:rgb(51, 51, 51)"><font face="&amp;quot;">首先要准备好解压工具。</font></font><font style="color:rgb(51, 51, 51)"><font face="&amp;quot;">新建一个文件夹,</font></font><font style="color:rgb(51, 51, 51)"><font face="&amp;quot;">把.jar文件拖进去并解压它,解压后删除.jar文件</font></font><font style="color:rgb(51, 51, 51)"><font face="&amp;quot;">找到fabric.mod.json(.json是文件的后缀,如果没有打开后缀显示的话文件名是fabric.mod)并用笔记本打开它,当然你也可以用IDEA之类的,但是没必要。</font></font><font style="color:rgb(51, 51, 51)"><font face="&amp;quot;">以1.19.2举例,打开后代码如下所示:</font></font><font face="&amp;quot;"><font color="#333333">{</font><font color="#333333">&nbsp;&nbsp;&quot;schemaVersion&quot;: 1,</font><font color="#333333">&nbsp;&nbsp;&quot;id&quot;: &quot;ingameime&quot;,</font><font color="#333333">&nbsp;&nbsp;&quot;version&quot;: &quot;1.0.6-1.19.2&quot;,</font><font color="#333333">&nbsp;&nbsp;&quot;name&quot;: &quot;ContingameIME&quot;,</font><font color="#333333">&nbsp;&nbsp;&quot;description&quot;: &quot;An unofficial continuation of IngameIME.\nEnable IME in FullScreen Minecraft&quot;,</font><font color="#333333">&nbsp;&nbsp;&quot;authors&quot;: [</font><font color="#333333">&nbsp; &nbsp; &quot;ThinkingStudio, TexTrue, Wybxc&quot;,</font><font color="#333333">&nbsp; &nbsp; &quot;Windmill_City&quot;</font><font color="#333333">&nbsp;&nbsp;],</font><font color="#333333">&nbsp;&nbsp;&quot;contact&quot;: {</font><font color="#333333">&nbsp; &nbsp; &quot;sources&quot;: &quot;https://github.com/TexTrueStudio/IngameIME-ReInput&quot;,</font><font color="#333333">&nbsp; &nbsp; &quot;issues&quot;: &quot;https://github.com/TexTrueStudio/IngameIME-ReInput/issues&quot;</font><font color="#333333">&nbsp;&nbsp;},</font><font color="#333333">&nbsp;&nbsp;&quot;license&quot;: &quot;LGPL-3.0&quot;,</font><font color="#333333">&nbsp;&nbsp;&quot;icon&quot;: &quot;icon.png&quot;,</font><font color="#333333">&nbsp;&nbsp;&quot;environment&quot;: &quot;client&quot;,</font><font color="#333333">&nbsp;&nbsp;&quot;entrypoints&quot;: {</font><font color="#333333">&nbsp; &nbsp; &quot;client&quot;: [</font><font color="#333333">&nbsp; &nbsp;&nbsp; &nbsp;{</font><font color="#333333">&nbsp; &nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&quot;adapter&quot;: &quot;kotlin&quot;,</font><font color="#333333">&nbsp; &nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&quot;value&quot;: &quot;city.windmill.ingameime.fabric.IngameIMEClientFabric&quot;</font><font color="#333333">&nbsp; &nbsp;&nbsp; &nbsp;}</font><font color="#333333">&nbsp;&nbsp;},</font><font color="#333333">&nbsp;&nbsp;&quot;mixins&quot;: [</font><font color="#333333">&nbsp; &nbsp; {</font><font color="#333333">&nbsp; &nbsp;&nbsp; &nbsp;&quot;config&quot;: &quot;ingameime.fabric.mixins.json&quot;,</font><font color="#333333">&nbsp; &nbsp;&nbsp; &nbsp;&quot;environment&quot;: &quot;client&quot;</font><font color="#333333">&nbsp; &nbsp; }</font><font color="#333333">&nbsp;&nbsp;],</font><font color="#333333">&nbsp;&nbsp;&quot;depends&quot;: {</font><font color="#333333">&nbsp; &nbsp; &quot;minecraft&quot;: &quot;</font><font style="background-color:white"><font color="#ff0000">1.19~1.19.2</font></font><font color="#333333">&quot;,</font><font color="#333333">&nbsp; &nbsp; &quot;fabricloader&quot;: &quot;*&quot;,</font><font color="#333333">&nbsp; &nbsp; &quot;fabric-key-binding-api-v1&quot;: &quot;*&quot;,</font><font color="#333333">&nbsp; &nbsp; &quot;fabric-language-kotlin&quot;: &quot;*&quot;,</font><font color="#333333">&nbsp; &nbsp; &quot;architectury&quot;: &quot;*&quot;,</font><font color="#333333">&nbsp; &nbsp; &quot;cloth-config&quot;: &quot;*&quot;</font><font color="#333333">&nbsp;&nbsp;},</font><font color="#333333">&nbsp;&nbsp;&quot;recommends&quot;: {</font><font color="#333333">&nbsp; &nbsp; &quot;satin&quot;: &quot;*&quot;</font><font color="#333333">&nbsp;&nbsp;},</font><font color="#333333">&nbsp;&nbsp;&quot;accessWidener&quot;: &quot;ingameime.accesswidener&quot;</font><font color="#333333">}</font></font><font face="&amp;quot;"><font color="#333333">将</font><font color="#ff0000">红色部分</font><font color="#333333">改为1.19.2(不建议)或者&gt;1.19.0 &lt;=1.19.2(来源于实体渲染机制优化)即可</font></font><font style="color:rgb(51, 51, 51)"><font face="&amp;quot;">接下来保存文件</font></font><font face="&amp;quot;"><font color="#006400">在搜索栏里输入cmd</font></font><font face="&amp;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="&amp;quot;"><font color="#006400">输入.jar cvf0M &lt;name(文件名 name.jar)&gt;.jar ./</font></font><font face="&amp;quot;"><font color="#006400">如:</font></font><font face="&amp;quot;"><font color="#006400">.jar cvf0M IGIME1.19.2.jar ./</font></font><font face="&amp;quot;"><font color="#006400">等运行完后再次打开或者刷新文件就可以看见IGIME.1.19.2.jar文件了</font></font><font style="color:rgb(51, 51, 51)"><font face="&amp;quot;">接下来丢进模组文件夹就好了</font></font><font style="color:rgb(51, 51, 51)"><font face="&amp;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&amp;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>免责声明:如果侵犯了您的权益,请联系站长,我们会及时删除侵权内容,谢谢合作!

千凡少爷 发表于 2024-2-25 20:15:21

您好,为了用户的阅读体验,建议您在这前面加上<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'})" />

才别想不开 发表于 2024-2-25 21:55:13

<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" />

浮游岁月里 发表于 2024-2-26 22:40:17

非常感谢您能指出错误,帮助玩家解决问题
页: [1]
查看完整版本: fabric1.19.2IGIME游戏内输入法无法正常使用问题修复/.jar文件解压后如何压