node-minecraft-protocol-forge
node-minecraft-protocol-forge copied to clipboard
Plugin to add FML/Forge client support (including auto-versioning) to node-minecraft-protocol
Currently nmp-f has no tests, but it should, like [nmp](https://github.com/PrismarineJS/node-minecraft-protocol) - setting up a test server, connecting to it, etc. Check into using [minecraft-wrap](https://github.com/rom1504/node-minecraft-wrap), perhaps augment or enhance it to...
need to move this from minecraft-data https://github.com/PrismarineJS/minecraft-data/pull/121 see also https://github.com/PrismarineJS/node-minecraft-protocol-forge/issues/1#issuecomment-186679111
http://wiki.vg/Minecraft_Forge_Handshake#Definitions > Minecraft Forge uses an additional type not covered in data types for some things -- a varshort. This is essentially the same as a regular short, except that...
``` javascript "RegistryData": [ "container", [ { "name": "hasMore", "type": "bool" }, /* TODO: support all fields { "name": "registryName", "type": "string" }, */ ], ], ``` RegistryData is only...
Right now node-minecraft-protocol-forge only supports acting as a Forge client (connecting to Forge servers), but having the ability to act as a Forge server (allowing incoming Forge client connections) might...
How do i fix this i been trying to solve this. Here the code const mineflayer = require('mineflayer'); const autoVersionForge = require('minecraft-protocol-forge').autoVersionForge; const bot = mineflayer.createBot({ host: 'server  ',...
Hey, I am trying to let my bot join my Server using the Dungeons RPG Modpack When connecting the Bot gets a socket closed the server logs say: lost connection:...
I make proxies with plugins on node-minecraft-proprotocol - Servers are always 1.20.1 - Mod Tacz (all versions) - https://github.com/mcmoddranchor/tacz/releases - https://modrinth.com/mod/taczaddon It works great: - vanilla client => proxy =>...
Hi there, This pull request shares a security update on node-minecraft-protocol-forge. We also have an entry for node-minecraft-protocol-forge in our directory, MseeP.ai, where we provide regular security and trust updates...