-
-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Help with the bot #219
Comments
|
This comment was marked as off-topic.
This comment was marked as off-topic.
Is there a code example using "mineflayer"? The essence of the connection is clear, but I don't understand how to make the code without errors:( |
You'd need to modify the bedrock-protocol/src/handshake/login.js Line 46 in 52156a0
Possible values: {
"0": "Undefined",
"1": "Android",
"2": "IOS",
"3": "OSX",
"4": "FireOS",
"5": "GearVR",
"6": "Hololens",
"7": "Win10",
"8": "Win32",
"9": "Dedicated",
"10": "TVOS",
"11": "Orbis",
"12": "NintendoSwitch",
"13": "Xbox",
"14": "WindowsPhone"
} const client = createClient(...)
client.session = {
deviceOS: /* 1-14 */
} |
Can you help with 1 question? |
As extremeheat mentioned you can move the client but it's a very complex task that will be much simpler to execute once Mineflayer integration is complete. You can check the progress here #116 |
OK, thanks |
Hi! There are a couple of questions:
Is it possible to create a bot that can walk on coordinates?
Can I replace the name of the bot device? Usually writes Windows 10, I want something of my own. I have seen many places that this can be changed.
The text was updated successfully, but these errors were encountered: