ViaVersionMCP / ViaForgePlus

Client-side Implementation of the Via* projects for Minecraft Forge
GNU General Public License v3.0
11 stars 4 forks source link

when you fix transaction for >= 1.17? #1

Closed toidicakhia closed 5 months ago

Tetchnoblade commented 5 months ago

I don't know what "fix" refers to, so could you please tell me specifically what the problem is and what kind of problem it causes?

toidicakhia commented 5 months ago

I don't know what "fix" refers to, so could you please tell me specifically what the problem is and what kind of problem it causes?

ViaForge has some issue when you use >= 1.17, C0F and S32 can't handle, it causes strong flags in some anticheats like Grim (It occurs when server running <= 1.16.5).

toidicakhia commented 5 months ago

It is an important fix if you want to use Grim, Vulcan, Matrix 1.17 exploit.

Tetchnoblade commented 5 months ago

got it. I will try various things to solve the problem

toidicakhia commented 5 months ago

got it. I will try various things to solve the problem

I think you must modify ViaLoader

Tetchnoblade commented 5 months ago

fixed