your current location:首页 > news>Fabric version of the Igime game input method bug manual repair tutorial /.jar file how to compress the [cigime/ igime]

Fabric version of the Igime game input method bug manual repair tutorial /.jar file how to compress the [cigime/ igime]

2024-12-10 17:55:57|Myriagame |source:minecraft skins

question:

The author wrote the wrong format of the Minecraft version in Fabric.mod.json, which caused the Fabric module engine to think that the iGime's Igime could no longer run in the current version of Minecraft.

solve:

1. Waiting for the module author to change (however, how many versions have been updated, and the module author has not been modified) to bully in the future

2. Modify the format of the Minecraft version in the Fabric.mod.json file in the .jar file manually.

3. If you trust me, you can download it in xieren.ySepan.com to the modified .jar file

Method 2

First prepare the decompression tool.

Create a folder,

Drag the .jar file in and decompress it, delete the .jar file after decompression

Find Fabric.mod.json (.json is the suffix of the file. If the file name is not displayed by the suffix is ​​fabric.mod) and open it with a notebook. Of course, you can also use IDEA and the like, but it is not necessary.

Take 1.19.2 as an example, as shown below after opening:

 {{

"Schemaversion": 1,

"ID": "Ingameime",

"Version": "1.0.6-1.19.2",,

"Name": "contingameime",

"Descripting": "An unofficial continuation of Ingameime.

Enable IME in FullScreen Minecraft ",

"Authors": [[

"ThinkingStudio, Textrue, WYBXC", "

"Windmill_city"

],,,

"Contact": {

"Sources": "https://github.com/textRuestudio/ingameime- reinput",

"ISSUES": "https://github.com/textRuestudio/ingameime- reinput/issues" "" ""

},

"License": "LGPL-3.0",

"Icon": "icon.png",

"ENVIRONMENT": "Client",

"Entrypoints": {

"Client": [[

{{

"Adapter": "kotlin",

"Value": "City.windmill.Inameime.fabric.InameIMECLIENTFABRIC"}

]

},

"Mixins": [[

{{

"Config": "Ingameime.fabric.mixins.json",, "

"ENVIRONMENT": "Client"

}

],,,

"Depends": {

"Minecraft": "1.19 ~ 1.19.2",, "

"FabricLoader": "*",

"Fabric-Key-Binding-API-V1": "*",

"Fabric-Language-Kotlin": "*",

"Architectury": "*",

"Cloth-CONFIG": "*"

},

"Recommends": {

"Satin": "*"

},

"Accesswidener": "Ingameime.accesswidener"

}

Twelve lines

"Minecraft": "1.19 ~ 1.19.2",, "

1.19 ~ 1.19.2 changed to 1.19.2 (not recommended) or> 1.19.0 <= 1.19.2 (derived from the optimization of the physical rendering mechanism)

Save the file next

Enter CMD in the search bar

Enter .jar CVF0M . Jar ./

like:

.jar cvf0m igime1.19.2.jar ./

After running or refresh the file, you can see igime.1.19.2.jar files

Just throw it into the module folder

It is worth noting that the modified module will not be displayed in the module list and the module directory in the game in PCL2, but it can be used normally.