Imprex-Development / orebfuscator

Orebfuscator - High-Performance Anti X-Ray plugin
https://modrinth.com/plugin/orebfuscator
GNU General Public License v3.0
127 stars 24 forks source link

Version for 1.12.2? #392

Open Proemmis opened 1 month ago

Proemmis commented 1 month ago

Description

Hello ! what is the version for mc 1.12.2 Java 8?

That's protocol lib and orefuscator 1.12.2 java 8 version?

Thanks in advance :)

https://pastebin.com/zMznhm42

Reproduction Steps

Hello ! what is the version for mc 1.12.2 Java 8?

That's protocol lib and orefuscator 1.12.2 java 8 version?

Thanks in advance :)

https://pastebin.com/zMznhm42

Expected Behaviour

Hello ! what is the version for mc 1.12.2 Java 8?

That's protocol lib and orefuscator 1.12.2 java 8 version?

Thanks in advance :)

https://pastebin.com/zMznhm42

Orebfuscator Dump

https://pastebin.com/zMznhm42

Extra Details

No response

Ingrim4 commented 1 month ago

You have to use Orebfuscator 5.4.4 for 1.12.2: https://github.com/Imprex-Development/orebfuscator/releases/tag/5.4.4 For ProtocolLib any version above 5.0.0 should be fine.

Proemmis commented 1 month ago

i thinks theses versions are not compatibles with my 1.12.2 version : https://pastebin.com/S1vcACkH

anyone have an idea? thanks :)

Ingrim4 commented 1 month ago

Yeah your right I totally missed that you asked for Java 8 compatibility for Orebfuscator you could try 5.3.4 as that is the last Java 8 release we did.

For ProtocolLib either try 5.0.0 or the latest dev build.

Proemmis commented 1 month ago

I think that dont works for me :(

how i can do ? :)

Ingrim4 commented 1 month ago

Guess Orebfuscator 5.3.4 still had a bug for <= 1.14.x but version 5.3.2 should work because it's using the old block property system.

Regarding ProtocolLib maybe try the latest dev build: https://ci.dmulloy2.net/job/ProtocolLib/lastSuccessfulBuild/artifact/build/libs/ProtocolLib.jar (version 731, you were using version 679)

Proemmis commented 1 month ago

that's dont work : https://pastebin.com/mFVr2pAC

Ingrim4 commented 1 month ago

What type of Server are you using because for me ProtocolLib 5.1.0 and Orebfuscator 5.3.4 work fine in a clean spigot 1.12.2 server?

Proemmis commented 1 month ago

I use CatServer, (spigot bukkit and forge)

Ingrim4 commented 1 month ago

I don't think this will work, because CatServer is known to have compatibility issues with ProtocolLib, even in newer versions. For reference, see: Luohuayu/CatServer#187. Another problem is that Orebfuscator was designed around Mojang's default block ID system, and CatServer doesn't seem to properly integrate its mod blocks into that system, which leads to errors.