node-minecraft-protocol-forge icon indicating copy to clipboard operation
node-minecraft-protocol-forge copied to clipboard

Plugin to add FML/Forge client support (including auto-versioning) to node-minecraft-protocol

Results 15 node-minecraft-protocol-forge issues
Sort by recently updated
recently updated
newest added

I'm pretty sure im doing something wrong, but could anyone help? STDOUT: ```done connected {"text":"This server has mods that require Forge to be installed on the client. Contact your server...

``` const mineflayer = require('mineflayer') const bot = mineflayer.createBot({ host: IP, // minecraft server ip username: 'Trolololo', //password: '12345678' // minecraft password, comment out if you want to log into...

I couldn't manage to use it from replit for my aternos server. Can anyone help about it?

Hey everyone i have a problem to get mod list from my server forge. ``` NODE_DEBUG = "minecraft-protocol-forge"; const autoVersionForge = require("minecraft-protocol-forge/src/client/autoVersionForge"); const mineflayer = require("mineflayer"); const pathfinder = require("mineflayer-pathfinder");...

Code in JS is: ```js const usr = process.env.USERNAME; const pwd = process.env.PASSWORD; var mc = require('minecraft-protocol'); var autoVersionForge = require('minecraft-protocol-forge').autoVersionForge; var client = mc.createClient({ version: '1.15.2', host: 'myserver.ip', port:...

@rom1504, happy holidays! I've noticed today that `package.json` files in the `examples` folder require as dependency an ancient version of `minecraft-protocol` (^0.20.3). The way it is now, running `npm install`...

Hello, I've done some test on a 1.16.5 Forge Minecraft server. After some trials and errors, I checked the files between the package and the repo GitHub. The package is...

Im having trouble getting connected to my MC FTB Infinity Evolved server. It gets the initial handshake, gets the list of mods, fires the "connected" event, then delays for about...