forked from 7GrandDad/MinefunTranslationLayer
A middle man to translate Minefun packets into Minecraft 1.8.9 packets.
- JavaScript 100%
| minefun |
refactor: biome check --fix
|
|
| .gitattributes | chore: etc. | |
| .gitignore | chore: etc. | |
| biome.json |
refactor: biome check --fix
|
|
| dumpMapChunks.js |
refactor: biome check --fix
|
|
| index.js |
refactor: biome check --fix
|
|
| LICENSE.md | Added layer | |
| package.json |
refactor: biome check --fix
|
|
| README.md | chore: etc. | |
MinefunTranslationLayer
A middle man to translate Minefun packets into Minecraft 1.8.9 packets.
Use Steps
- Install the latest NodeJS at (https://nodejs.org/)
- Download & extract the repository to a random folder
- Open a terminal inside said folder
- Run npm install & node index.js
- 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.