-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Description
I make proxies with plugins on node-minecraft-proprotocol
- Servers are always 1.20.1
- Mod Tacz (all versions)
It works great:
- vanilla client => proxy => vanilla server
- forge client => proxy => forge server (without mods)
- forge client => proxy => forge server (with mods)
does not work:
- forge client => proxy => forge server (with mods + TACZ)
I initialize something like this (autoVersionForge or forgeHandshake)
this.#client = mc.createClient(this.#parseOptions(this.#options));
forge.autoVersionForge(this.#client);
// forge.forgeHandshake(this.#client);
I also tried to throw it on Server (autoVersionForge or forgeHandshake)
this.#server = mc.createServer(...)
forge.autoVersionForge(this.#server);
// forge.forgeHandshake(this.#server);
in the proxy console (only with Forgehandshake on this.#client)
Chunk size is 129 but only 1 was read ; partial packet : {"name":26}; buffer :1a7f7b227472616e736c617465223a22646973636f6e6e6563742e67656e65726963526561736f6e222c2277697468223a5b22496e7465726e616c20457863657074696f6e3a206a6176612e6c616e672e4e756d626572466f726d6174457863657074696f6e3a20466f7220696e70757420737472696e673a205c225c22225d7d
in the server console (only at autoVervationforge on this.#client)
[03:00:47] [Netty Epoll Server IO #14/ERROR] [ne.mi.ne.NetworkRegistry/NETREGISTRY]: Channels [tacz:handshake,tacz:network] rejected vanilla connections
[03:00:47] [Netty Epoll Server IO #14/INFO] [ne.mi.se.ServerLifecycleHooks/SERVERHOOKS]: [/127.0.0.1:40730] Disconnecting VANILLA connection attempt: This server has mods that require Forge to be installed on the client. Contact your server admin for more details.
Tell me what can I do to work with Tacz?
Is it possible to use it in the proxy mode?
Metadata
Metadata
Assignees
Labels
No labels