1
0
Fork
You've already forked MinefunTranslationLayer
0
A middle man to translate Minefun packets into Minecraft 1.8.9 packets.
  • JavaScript 100%
2026年01月28日 15:19:46 -06:00
minefun refactor: biome check --fix 2026年01月28日 15:19:46 -06:00
.gitattributes chore: etc. 2026年01月28日 14:44:21 -06:00
.gitignore chore: etc. 2026年01月28日 14:44:21 -06:00
biome.json refactor: biome check --fix 2026年01月28日 15:19:46 -06:00
dumpMapChunks.js refactor: biome check --fix 2026年01月28日 15:19:46 -06:00
index.js refactor: biome check --fix 2026年01月28日 15:19:46 -06:00
LICENSE.md Added layer 2025年06月22日 19:42:53 -06:00
package.json refactor: biome check --fix 2026年01月28日 15:19:46 -06:00
README.md chore: etc. 2026年01月28日 14:44:21 -06:00

MinefunTranslationLayer

A middle man to translate Minefun packets into Minecraft 1.8.9 packets.

Use Steps

  1. Install the latest NodeJS at (https://nodejs.org/)
  2. Download & extract the repository to a random folder
  3. Open a terminal inside said folder
  4. Run npm install & node index.js
  5. Connect to localhost on a supported Minecraft 1.8.9 client.

Packet Interop (for developers)

All of this is handled in minefun/handlers/impl/packet_interop.js.

Sending packets

Send a custom payload packet with the channel layer:send_packet.

Receiving packets (commented out because lazy)

Listen for the channel layer:receive_packet.