ViaVersion - Cross Version, like Sigma 5.0!
-
Why didnt you just link the github https://github.com/FlorianMichael/ViaForge and the curseforge page https://www.curseforge.com/minecraft/mc-mods/viaforge ?
-
Found a bug, it doesn't use proper physics for 1.9+, it sets MotionY and Speed to 0 if they're between 0.05 and -0.05 instead of 0.03 and -0.03
Should be Math.abs(motion) < 0.003 on 1.9+ versions, Verus and other good anticheats will obviously flag you everytime you jump -
@scorpion3013 bcz these built versions (from curseforge) crashing game, and github's isnt compiled
-
@wtf said in ViaVersion - Cross Version, like Sigma 5.0!:
Thanks to LaVache for ViaMCP*
can confirm, viamcp works
-
@foreheadchan_ lol, i ported ViaForge to 1.12.2, so...
-
WARNING: DO NOT CONNECT WITH THIS MOD TO HYPIXEL OR GOMMEHD OTHERWISE YOU WILL BE AUTOBANNED.
-
@idk-my-name said in ViaVersion - Cross Version, like Sigma 5.0!:
@foreheadchan_ lol, i ported ViaForge to 1.12.2, so...
sadly viamcp does not let you connect to 1.9+ things atleast on cubecraft (expect if i am doing something wrong but i dont thin so)
-
@foreheadchan_ change networkmanager to mixinnetworkmanager hooks (idk how to say)
-
@idk-my-name said in ViaVersion - Cross Version, like Sigma 5.0!:
@foreheadchan_ change networkmanager to mixinnetworkmanager hooks (idk how to say)
i use mcp, not anything with forge (viamcp: https://github.com/LaVache-FR/ViaMCP/)
-
@idk-my-name said in ViaVersion - Cross Version, like Sigma 5.0!:
@foreheadchan_ change networkmanager to mixinnetworkmanager hooks (idk how to say)
Ofc the jump physics aren't the same, it's super easy to detect (see my first post)
-
@foreheadchan_ i meant hooks....
-
@wtf said in ViaVersion - Cross Version, like Sigma 5.0!:
@yorik100 for me - not
edit: it just breaks enchantment lvl getter, but enchantment will still be normalNot really useful when you want prot 2 but can't find if you're going to enchant prot 1 or 2
-
@idk-my-name yeah im retarded didnt add networkmanager hook or clientstart hook, now it works fine