Román Benjámin

Results 14 comments of Román Benjámin

@robinbraemer I did some testing and found that most *refabricated* mods (originally made for Forge and later ported to Fabric) do **not** work with Gate. However, all Fabric-native mods (originally...

Make sense, thank you for information

I found something interesting after enabling debug mode, and capturing some traffic i found this error: ``` 2025-04-24 21:31:14 2025-04-24T19:31:14.606Z DEBUG java.client.server.reader netmc/reader.go:64 error reading packet, closing connection {"error": "error...

I think I’ve localized the problem. The current readVarInt and writeVarInt functions don’t support negative values. However, in modpacks—for mod compatibility—we use CrossStitch, which uses values like -256. When Gate...

@uberswe Can you test this on your side? (I tested it on Fabric.) If I’m right, after disable command suggestions, you’ll be able to join the server without any issues....

![Image](https://github.com/user-attachments/assets/0dcdec90-33b9-4e76-9014-05c2c8b14367)

https://minecraft.wiki/w/Java_Edition_protocol#VarInt_and_VarLong

Some debug information: There is a difference in the AvailableCommands packet between Velocity and Gate for the same server. (With disabled proxy commands) Velocity: Packet metrics – Readable: 21814, Writer...

https://www.diffchecker.com/nTY14rnM/ left side: Velocity, right side Gate The paccket diff in hexdump format Maybe this helpful Edit: previous is velocity misconfigured, this is the good one https://www.diffchecker.com/Dpae3L8G/