your current location:首页 > news>Packetcrashfix (PacketCrashfix)

Packetcrashfix (PacketCrashfix)

2024-12-12 09:30:20|Myriagame |source:minecraft skins

Overview

Fix various MODs and lack the collapse method such as the packaging generated blocks caused by verification.

Use

Install the repair class loader ClassFixer.jar to the server MODS directory.

Create a new classfixer directory on the server directory, and then download the required repair classes and copy it.

(If you don't know which mods need to be repaired, you can download all repair classes and copy to the ClassFixer directory)

Method without brain installation: Click GitHub's green Code button and download this item, decompress and delete Readme.md and SRC, and copy to the service end directory.

Note: Classfixer.jar only needs to be installed on the server. Do not install on the client!

Judging the repaired class loading successfully

When the server starts, the log will prompt "Loading Fixed Class: XXXXXXXXXX", and then prompts "Loaded Classes Count: XX" (quantity).

When the MOD is loaded with the relevant class, the log prompts "Patched class: xxxxxxxxxx".

Minecraft images

Module that has been repaired

Application Energy 2

Fashion workshop

Soul 2

Jei item manager

About custom restoration classes

The repair class loader can not only be used to repair the MOD packet vulnerability, but also load arbitrarily repair classes without modifying the MOD itself.

Compile the fixing class into the form of SRG, and then copy it in the ClassFixer directory in the format of "Bag Name. Class Name .classs".