Pixelmon
#3351
Replies: 1 comment
-
You can use node-minecraft-protocol-forge to achieve this. const autoVersionForge = require('minecraft-protocol-forge').autoVersionForge;
const mineflayer = require('mineflayer');
const bot = mineflayer.createBot({
// you may need to omit the version option
// ...
});
autoVersionForge(bot._client); // _client gets node-minecraft-protocol's client |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there any way to use a bot to run on a server with a mod, for example pixelmon, in fact you wouldn't even need it to perform functions, just keep it logged in, for the farms to stay working, unless there is another way to stop loading the chunks for farms to function, plantations to grow, etc.
Beta Was this translation helpful? Give feedback.
All reactions